Generate PDF
You can generate both Regular and Fillable PDF templates from the App’s Data Query, Action Flow, and Automation. While configuring, you can choose the desired format for the PDF file response — either as a Base64 string or a public URL to the generated file.

To generate a pdf from the template you need to configure the fields as follows:
- Regular Template
- Fillable Template
Field | Description |
---|---|
PDF Name | Name for the generated PDF file. |
Password | Is the password to encrypt your PDF. It is an optional field. |
Template ID | The pdf template you want to generate. Click on the down arrow to the extreme right and all the published templates will be listed |
Dynamically generated fields | This section is only visible if variables are created within the pdf template. You can bind the variable value to any control or keyword. |

Field | Description |
---|---|
PDF Name | Name for the generated PDF file. |
Password | Is the password to encrypt your PDF. It is an optional field. |
Template ID | The pdf template you want to generate. Click on the down arrow to the extreme right and all the published templates will be listed |
Form JSON Data | Provide the Generate PDF JSON to populate the fillable fields. You can find this JSON in the PDF Editor Sidebar |
Flatten Form | Set to "yes" to make the final PDF non-editable after generation. Set to "no" or leave blank to keep the PDF editable. |

note
Regular PDF templates must be published before they can be used for generation. Fillable templates, however, do not require publishing and can be used immediately after upload.