API V2

Convert PDF to Excel

Connector ID: Pdf To Excel

Excel spreadsheets are generated with no particular changes or distortion of data layout with this feature of PDF4me. Like the word converter, this PDF4me feature when used in API along-side various other documentation activity.

  • Method: POST
  • Endpoint: /api/v2/ConvertPdfToExcel

Parameters

File ContentBase64, Required

The content of the input file.

File NameString, Required

Source file name with proper file extension

Quality TypeEnum, Required

Choose the quality type

  • Draft - Suitable for normal PDFs, consumes 1 API call per file
  • High - Suitable for PDFs generated from Images and scanned documents. Consumes 2 API calls per page
Languagestring, Required

Specify the language of the text in the source file. Only use if the output is not recognizable

Merge All SheetsBoolean, Required
Default: false

The MergeAllSheets must be in boolean format.
true
false

Output FormatString, Required

Output of input file, the output must be in string format.

OCR When NeededString, Required

OCRWhenNeeded of input file. It must be string format.

Output

File ContentBinary

Output file content from PDF4me action

File NameString

Output file name from PDF4me action

Header
Content-Type: application/json
Authorization: Please copy key from the link.

Payload

{
  "docContent": "Please put PDF base64 content",
  "docName": "output.pdf",
  "qualityType": "Draft",
  "language": "English",
  "mergeAllSheets": false,
  "outputFormat": "yes",
  "ocrWhenNeeded": "yes"
}

PDF4me api samples

CSharp(C#)
Java
JavaScript
Python
Salesforce
n8n
Google Script
AWS Lambda