Skip to main content

Retrieve all fields from a PDF

Wrk Product avatar
Written by Wrk Product
Updated today

Retrieve all editable fields from a PDF form.

Application

  • PDF

Inputs (what you have)

Name

Description

Data Type

Required?

Example

PDF file

PDF file to extract pages from

File

Yes

Outputs (what you get)

Name

Description

Data Type

Required?

Example

Extracted PDF fields

All of the fillable fields from the attached PDF form in a JSON Array.

Text (Long)

No

[{ "page": 1, "fields": "all page fields }]

Field JSON

JSON text with all field names in the format required to fill in the PDF

Text (Long)

No

{“field1”:”field1”,“field2”:”field2”}

Example PDF

A PDF that has all editable text fields populated with their feild names and tooltips inserted for each field

File

No

Outcomes

Name

Description

Success

This status is selected if the job has successfully completed.

No result

This status is selected if the job has successfully completed but no result was produced.

Requirements

  • N/A

Did this answer your question?