API V2

Disable Tracking changes In Word

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

Parameters

docNameString, Required

Name of the file.

docContentbase64, Required

The content of the input file

Output

File Content

Output file content from the PDF4me Connect

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

Payload

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

PDF4me api samples

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