Skip to main content

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.

AttributeData typeMandatory?Description
FieldsJSONNoRequired 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 informationBooleanNoSet to true to return information about the input fields found in the PDF instead of the completed PDF.
PDFFileYesThe PDF with input fields.

Output

Outputs are added to the Result Systemservice fill PDF form when the Systemservice fill PDF case is closed.

AttributeData typeMandatory?Description
FieldsJSONNoIf Only field information was true, returns details of the input fields, including name, ID, and any value that has been entered.
PDFFileYesThe completed PDF.