PDF Viewer
(part of package 'Servoy PDF Viewer') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent
pdfViewer uses the PDF viewing capabilities built into the browser. It is simple and relies on tools already available in the client's browser, offering limited personalization. For more customization options, consider using pdfJsViewer.
This is a reference page; many components have detailed usage guides here.
Properties
dataProviderID
Bound data provider identifier for the PDF document. Type: Dataprovider
documentURL
URL of the document to be displayed. Type: String
noCache
When true, prevents caching of the PDF document. Type: Boolean
styleClass
CSS style classes applied to the pdfViewer component. Type: Styleclass
tabSeq
Tab sequence order for keyboard navigation. Type: Tabseq
visible
Flag indicating whether the pdfViewer is visible. Type: Visible
API
reload()
forces a reload of the current url
Last updated
Was this helpful?