The tasks are executed based on their connection with the properties name and inputTaskName
(the order in the array is irrelevant)
URL to the generated cfgn file, if successful
Creates a PDF from one or more assets which will be merged in the given order.
Simplified helper built on top of convertDocument. Use convertDocument directly for advanced scenarios.
Bundle name where the assets are stored
One or more "assets tasks" which will be merged in the given order
Name of the generated cfgn file
Optional name which will be used when downloading the file
URL to the generated cfgn file, if successful
Converts a given HTML to PDF and uploads the resulting pdf to the given resource
Name of the file to which the generated PDF should be uploaded.
Can be used in Hive with configuration.GetFile("")
The HTML itself which needs to be converted to a PDF
Optional name which will be used when downloading the file
PDF generation options
The url of the PDF if successful
Upload one or more files into the current configuration
The key represents the name, which can be used in Hive with configuration.GetFile("")
An object with the same keys as the input. The values contain according result information.
Upload one or more images into the current configuration
The key represents the name, which can be used in Hive with configuration.GetImage("")
An object with the same keys as the input. The values contain according result information.
Generated using TypeDoc
Create and convert a document (e.g. HTML to PDF).
The conversion consists of multiple individual tasks to allow full flexibility when creating documents.
Example case: Create a PDF with dynamic content (PDF asset), append a static product datasheet.
See also createPdfFromAssets for a simplified version to create a PDF.