Fill PDF
Description
Fill a PDF from a given input
Inputs
PDFfileRequired
The PDF file to be filled. It should contain fields that can be filled with data. The fields should be named according to the keys in the data object.
DatajsonRequired
The data to populate the PDF. The keys should match the field names in the PDF, and the values should be the text to fill in. For checkboxes, use true/false or "true"/"false" as values. For radio buttons, use the value of the selected option.
Output
file