API V2

Merge Multiple PDF files into Single PDF

Connector ID: Merge

Merger of PDF documents with power automate and PDF4me, is a particularly useful feature, when multiple documents need be combined, to create a single document of purpose.

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

Parameters

File ContentsBase64, Required

Input file content of first PDF from the source

File NameString, Required

Input file content of second PDF from the source

Output

File ContentBinary

Output file content from PDF4me merge action

File NameString

Output file name from PDF4me merge action

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

Payload

{
  "docContent": [
    "Please put First PDF base64 content",
    "Please put Second PDF base64 content"
  ],
    "docName": "output.pdf"
}

PDF4me api samples

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