Fill PDF
Populate input fields in a PDF file with values specified in JSON format. You can also use this system service to identify the input fields in a PDF file. You can download this system service from Grexx Marketplace.
Input
Use a casetype activity to add inputs to the Start Systemservice fill PDF form.
| Attribute | Data type | Mandatory? | Description |
|---|---|---|---|
| Fields | JSON | No | Required unless Only field information is true. Specify the fields and values to populate in JSON format. For example, to populate city and zip code fields, enter: { "city": "Naarden", "zip code": "1411DC" } |
| Only return field information | Boolean | No | Set to true to return information about the input fields found in the PDF instead of the completed PDF. |
| File | Yes | The PDF with input fields. |
Output
Outputs are added to the Result Systemservice fill PDF form when the Systemservice fill PDF case is closed.
| Attribute | Data type | Mandatory? | Description |
|---|---|---|---|
| Fields | JSON | No | If Only field information was true, returns details of the input fields, including name, ID, and any value that has been entered. |
| File | Yes | The completed PDF. |