PDF Viewer
Last updated
Was this helpful?
(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.
Bound data provider identifier for the PDF document. The dataProviderID can now also be a string, containing the URL of the PDF document. By using the dataProviderID as a string, the saving of the PDF document will show the document name. For example: dataProviderID = "https://example.com/path/to/document.pdf"; or plugins.file.createFile(path to your local pdf).getRemoteUrl(); Type: Dataprovider
URL of the document to be displayed. Type: String
When true, prevents caching of the PDF document. Type: Boolean
CSS style classes applied to the pdfViewer component. Type: Styleclass
Tab sequence order for keyboard navigation. Type: Tabseq
Flag indicating whether the pdfViewer is visible. Type: Visible
forces a reload of the current url
Last updated
Was this helpful?
Was this helpful?