Get Form from PDF

Extracts form data from a fillable PDF with the help of Zapier, returning a JSON object where each key represents a form input name and the corresponding value is the inputs filled data.

Parameters

Output Parameters

Parameter

Description

Example

Form Data

Data from fillable PDF form as JSON.

{
    "FirstName": "David",
    "LastName": "Navarro",
    "CompanyName": "Contoso LLC",
    "Position": "Marketing manager"
}

Setup Parameters

Parameter

Description

Example

App

Select the app.

Plumsail Documents

Action event

Select an action from the Plumsail Documents bundle.

Get Form from PDF

Account

To allow your zaps to get information from and send it to Plumsail Documents, you need to create a connection.

For more information on how to create a connection to Plumsail Documents, see the online Help.

Configure Parameters

Parameter

Description

Example

PDF file

The content of PDF document.

You may get the content of the source PDF from the OneDrive app or from some other app.

Password

A password to open the source PDF form.

PAs$word

Example

Download a source PDF file and use the output in the Get Form from PDF action.

Get Form from PDF Example