PDF to Word
Converts the PDF files to Ms Word. All your PDF files can be converted as editable word files more secure and accurate with PDF4me. PDF to Word conversion is calculated as two API costs per page.
Parameters
- NameString, Required
The name of the input file.
- DocumentBuffer, Required
PDF File on which should be converted to docx. The file should always be PDF. The file should be passed as a binary file.
- QualityTypeOption, RequiredDefault: Expert
Standard (draft)- Suitable for normal PDFs, consumes 1 API call per file
Expert (high) - Suitable for PDFs generated from Images and scanned documents. Consumes 2 API calls per page
- OCR Only When NeededBooleanDefault: No
Set ‘Yes’ to skip doing recognition if the text is already searchable
- LanguageString
Specify the language of the text in the source file. Only use if the output is not recognizable
Output
- NameString
The name of the output file.
- Doc DataBuffer
The output document in Base64 format.