Get the currently enabled theme id.
Get a map of themes available for use.
A reference to the unclassified utility functions.
Open the provided PDFData to the specified page.
The PDF to open. See Api.findPDFData.
The specified options for PDFs.
Open the PDF with the provided code to the specified page. Helper for findPDFDataByCode then openPDF.
Open the PDF with the provided code to the specified page. Helper for findPDFDataByCode then openPDF.
Open a URL as a static PDF. For form fillable PDFs you muse use Api.openPDF
The URL to open (must be absolute).
Which page to open to. Must be >= 1.
If URL based caching should be used.
Get a full theme definition by id.
The unique id of the theme to lookup.
Register a theme for use with PDFoundry. You must register a theme before ready
. Do so in setup
.
The unique id of the theme. Providing an already existing id will over-write the existing theme.
The user-facing display name of the theme.
The relative path of the theme css file
Finds a PDF entity created by the user and constructs a PDFData object of the resulting PDF's data.
A comparison function that will be used.
See allowVisible on findPDFEntity
Helper method. Alias for Api.findPDFData with a comparer that searches by PDF Code.
Which code to search for a PDF with.
See allowVisible on findPDFEntity
Helper method. Alias for Api.findPDFData with a comparer that searches by PDF Name.
Which name to search for a PDF with.
If a case insensitive search should be done.
See allowVisible on findPDFEntity
Find a PDF containing journal entry from the journals directory using a specified comparer.
The function to compare PDF data with.
If true, PDFs hidden from the active user will be returned.
Shows the user manual to the active user.
Enable additional debug information for the specified category.
When set to true, enables the logging event names and arguments to console.
Generated using TypeDoc
The PDFoundry API
You can access the API with
ui.PDFoundry
.