Skip to main content

Retrieve all fields from a PDF

Retrieve all editable fields from a PDF form.

Application

  • PDF

Inputs (what you have)

NameDescriptionData TypeRequired?Example
PDF filePDF file to extract pages fromFileYes
Output filenameOptional custom filename for the output PDF fileText(Long)Nosample.pdf

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Extracted PDF fieldsAll of the fillable fields from the attached PDF form in a JSON Array.Text (Long)No[{ "page": 1, "fields": "all page fields }]
Field JSONJSON text with all field names in the format required to fill in the PDFText (Long)No{“field1”:”field1”,“field2”:”field2”}
Example PDFA PDF that has all editable text fields populated with their feild names and tooltips inserted for each fieldFileNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
No resultThis status is selected if the job has successfully completed but no result was produced.

Requirements

  • N/A