Merge PDF Files

Merge PDF Files

Description

You can merge your PDF files.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
File 1PDF fileThe first file input (binary file content, not a string).✔️-
File 2PDF fileThe second file input (binary file content, not a string).✔️-

Output

ResponseTypeDescription
File responseFileThe merged PDF file.
File response as StringStringBase64-encoded string of the merged PDF. Useful for storing in variables.
MIME typeStringMIME type of the output file: application/pdf.
ExtensionStringFile 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.

Picture

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!