Page History
...
- The Document Viewer displays PDF documents directly inside the application.
- It offers configurable display options for document viewing.
- It helps users read documents like contracts, reports, or manuals without external viewers.
- It supports localized titles and optional text selection.
- It can connect to a datasource to fetch the PDF content.

Specs
Tokens
| Token | Description |
|---|---|
| displayName | Display name shown in the structure panel. |
| title | Title text displayed above the document viewer (supports multiple languages). |
| originalSize | Shows the document in its original dimensions when true; otherwise scales to fit. |
| allowSelectText | Allows users to select and copy text from the document when enabled. |
| paddingClass | Spacing around the component via CSS classes. |
| dataSourceId | Data source ID used to retrieve the PDF document. |
| getEntityCollectionHttpRequestParametersMap | HTTP parameters mapping used when fetching the document. |
| visibilityPolicySetId | Policy set ID controlling component visibility. |
| displayConditions | Rules that determine when the component is shown or hidden. |
| id | Unique identifier for programmatic access. |
| dataTestId | Testing hook ID for automated tests. |
| enableAsHotspot | Enables this component as a guided tour hotspot. |
| guidedTourHotSpotTitle | Title for the guided tour hotspot (supports translations). |
| guidedTourHotSpotDescription | Description for the guided tour hotspot (supports translations). |
...