Skip to content

Commit

Permalink
update-doc-viewer (#7246)
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Sep 13, 2021
1 parent cb79b21 commit 3f44e2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/core/components/viewer.component.md
Expand Up @@ -26,6 +26,8 @@ See it live: [Viewer Quickstart](https://embed.plnkr.co/iTuG1lFIXfsP95l6bDW6/)
- [Content Renditions](#content-renditions)
- [Configuring PDF.js library](#configuring-pdfjs-library)
- [Extending the Viewer](#extending-the-viewer)
- [Internal extension mechanism](#internal-extension-mechanism)
- [Code extension mechanism](#code-extension-mechanism)
- [Custom layout](#custom-layout)
- [Printing](#printing)
- [See also](#see-also)
Expand Down Expand Up @@ -266,6 +268,10 @@ The [Viewer component](viewer.component.md) should now be able to display PDF fi

### Extending the Viewer

#### Internal extension mechanism
The Viewer supports dynamically-loaded viewer preview extensions, to know more about it [Preview Extension component](../../extensions/components/preview-extension.component.md). This

#### Code extension mechanism]
You can define your own custom handler to handle other file formats that are not yet supported by
the [Viewer component](viewer.component.md). Below is an example that shows how to use the `adf-viewer-extension`
to handle 3D data files:
Expand Down Expand Up @@ -503,3 +509,4 @@ content.
## See also

- [Document List component](../../content-services/components/document-list.component.md)
- [Preview Extension component](../../extensions/components/preview-extension.component.md)

0 comments on commit 3f44e2e

Please sign in to comment.