Fill in all editable fields from a PDF form. To get the list of fields from a PDF form use the ‘Retrieve all fields from a PDF Form’ Wrk Action'. To fill in a checkbox use true, 1 or “Yes”.
Application
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|
| PDF file | PDF file to extract pages from | File | Yes | |
| PDF fields | A JSON array of the fields that you are filling in and the values to give them | Text (Long) | No | {“FullName”:”Jane Smith”} |
| Output filename | Optional custom filename for the filled PDF file | Text(Long) | No | sample.pdf |
Outputs (what you get)
| Name | Description | Data Type | Required? | Example |
|---|
| Filled in PDF | The provided PDF form file with fields filled out | File | No | |
Outcomes
| Name | Description |
|---|
| Success | This status is selected if the job has successfully completed. |
Requirements