Search

Merge PDF

Last Updated: Mar 8, 2023

Articles

Use this function to merge the contents of two PDF documents.

Syntax

Merge PDF (file1, file2, output_file_path)

Parameters

Input Parameter Name Description
file1 Path of the first PDF
file2 Path of the second PDF
output_file_path Path to store the output file

Sample

Merge PDF (C:\User\BankStatementJune.pdf, C:\User\BankStatementJuly.pdf)

  • Merge the contents of the Bank Statements of two months and creates a single output PDF.

To view all the Document functions, click here.

Did you find what you were looking for?