Merge PDF Files
Description
You can merge your PDF files.
Input Arguments
Input Argument | Type | Description | Required? | Advanced Option? | Default |
---|---|---|---|---|---|
File 1 | PDF file | The first file input (binary file content, not a string). | ✔️ | ❌ | - |
File 2 | PDF file | The second file input (binary file content, not a string). | ✔️ | ❌ | - |
Output
Response | Type | Description |
---|---|---|
File response | File | The merged PDF file. |
File response as String | String | Base64-encoded string of the merged PDF. Useful for storing in variables. |
MIME type | String | MIME type of the output file: application/pdf. |
Extension | String | File extension of the output file: pdf. |
Power Automate Examples
Merge PDF Files
We use two PDF files which we retrieve using the One Drive Actions Get File content using paths as input and merge it into one PDF.
As a final step we save the merged PDF using the One Drive Action Create file.
💡
Looking for the response to this example? Scroll up to see the Output tab.
Known Limitations
⚠️
If you experienced other limitations please get in touch with us!