Convert to PDF
Connector ID: ConvertToPdf
Document conversions from various formats to PDF is possible with PDF4me connector. When it is integrated with Microsoft Flow, the job is further simplified. A wide array of commonly used formats of document is considered as a part of the feature design.
- Method: POST
- Endpoint: /api/v2/ConvertToPdf
Parameters
- File ContentBase64, Required
Map source PDF file content.
- File Namestring, Required
The source file name with extension - .docx, .pptx, .xlsx, .png, etc
Output
- File ContentBinary
The content of the converted document
- File NameString
The file name of the converted document
Header
Content-Type: application/json
Authorization: Please copy key from the link.
Payload
{
"docContent": "Please put file(.docx, .pptx, .xlsx, .png) base64 content",
"docName": "output"
}
PDF4me api samples
- CSharp(C#)
- Java
- JavaScript
- Python
- Salesforce
- n8n
- Google Script
- AWS Lambda