Get Form from PDF

Extracts form data from a fillable PDF with the help of Make, 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"
}

Input Parameters

Parameter

Description

Example

Connection

To allow your scenarios 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.

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