Create PDF Activity
Description
Creates a blank PDF document.
Usage
The activity can be used to create a new PDF document, which can then be passed to other activities, like Add Text to PDF or Add Image to PDF, to add some content to it.
Inputs
Page Width |
Optional Type: Number The width of the page in points. The default is 595 (A4 paper size). |
Page Height |
Optional Type: Number The height of the page in points. The default is 842 (A4 paper size). |
Title |
Optional Type: String The title of the document. |
Author |
Optional Type: String The document owner. |
Subject |
Optional Type: String The topic of the document's content. |
Language |
Optional Type: String The language of the document. |
Keywords |
Optional Type: String The words or phrases to categorize the document. |
Outputs
result |
Type: Number[] The PDF document. |
Properties
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
Connectivity Requirements
This activity does not work when the device has intermittent connectivity to the network.