Merge two PDF files one over another as Overlay
Connector ID: Merge Over lay
Pages are to merged one over the other as we call as “overlay”, in certain situations of content integrations in document. This feature is typically done at a great order of precision with PDF4me and Microsoft Flow.
- Method: POST
- Endpoint: /api/v2/MergeOverlay
Parameters
- Base File ContentBase64, Required
Base file content that supposed to be a first layer of the merge overlay
- Base File NameString, Required
File name of the base file
- Layer File ContentBase64, Required
Layer file content that supposed to be a second layer of the merge overlay
- Layer File NameString, Required
File name of the layer file
Output
- File ContentBinary
Output file content of the PDF4me action
- File NameString
Output file name of the PDF4me action
Header
Content-Type:application/json
Authorization: Please copy key from the link.
Payload
{
"baseDocContent": "Please put First PDF base64 content",
"baseDocName": "output.pdf",
"layerDocContent": "Please put Second PDF base64 content",
"layerDocName": "output.pdf"
}
PDF4me api samples
- CSharp(C#)
- Java
- JavaScript
- Python
- Salesforce
- n8n
- Google Script
- AWS Lambda