Input

NameDescriptionRequired
PDF URLProvide the URL of the source PDF document or a filetoken:// link from PDF.co Built-In Files Storage. For cloud services like Google Drive or Dropbox, ensure the link is publicly accessible without a password.Yes
Extract Fillable FieldsEnable this option (true) to extract information about fillable fields in the PDF form.No
Custom ProfilesInput a JSON string to add custom options for the extraction process. Refer to API Profiles for more details.No

Source PDF URL & Google

When using Google Drive, it’s typically recommended to choose the File option. For more advanced file integration techniques, see Integrating File Sources with pdf.co.

Output

NameDescription
infoAn object containing the PDF information such as Title, PageCount, Author, Subject, CreationDate, etc. It also contains the FormField object array in case we have the Extract Fillable Fields property enabled.
SimplifiedFieldsData.field_1An Object containing form field information such as FieldName, Value, Type, AltFieldName and PageIndex. Please note: this output object will only produced if input is configured for Extract Fillable Fields.
SimplifiedFieldsData.field_2An object holding another form field information, following the same pattern as SimplifiedFieldsData.field_1 for each output file.
errorDetails of any errors (if any).
statusThe response status code. If all good this will be 200.
jobIdThe unique identifier for the job.
creditsThe credits spent on the process.
remainingCreditsThe credits left on your account.
durationThe time it took for the process.