Top | Previous | Next |
PDF Viewer |
Icon in toolbar:
The PDF Viewer viewing a maintenance manual. Description The PDF Viewer component displays a PDF that exists as a file in some accessable filesystem, or as a URL. Note that this component is simply for viewing existing PDFs - for creating dynamic reports, use the Report Viewer component. This component is typically used in conjuction with the File Explorer component, in order to create a PDF viewing window. See the File Explorer's documentation for instructions on how to put these two components together. Properties
Customizer None. Events
Scripting Functions
Sets the PDF document to a byte array. Useful for loading a PDF document from a SQL database.
Example: # This code would prompt the user to choose a pdf file. If the user chooses a file,
Example 2: # This would get the PDF bytes from a SQL database
|