Extract Form Data From PDF
- Method: POST
- Endpoint: /api/v2/ExtractPdfFormData
Parameters
- PDF File NameString, Required
Source PDF file name with .pdf extension
- PDF File contentString, Required
The content of the input file
Output
- File ContentBinary
Output file content from the PDF4me Connect
Header
Content-Type:application/json
Authorization: Please copy key from the link.
Payload
{
"docName": "output.pdf",
"docContent": "Please put PDF base64 content"
}
PDF4me api samples
- CSharp(C#)
- Java
- JavaScript
- Python
- Salesforce
- n8n
- Google Script
- AWS Lambda