API V2

Convert Word to PDF Form

Convert a Word file to PDF with form controls intact.

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

Parameters

File Contentbase64, Required

The content of the Word file.

File Namestring, Required

Name of the Word file.

Output

File Contentbinary

Output file content from the PDF4me Connect

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

Payload

{
  "docContent": "Please put word base64 content",
  "docName": "output.pdf"
}

PDF4me api samples

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