Last Updated: Feb 14, 2022
Use this function to merge the contents of two PDF documents.
Merge PDF (file1, file2, output_file_path)
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 |
Merge PDF (C:\User\BankStatementJune.pdf, C:\User\BankStatementJuly.pdf)
To view all the Document functions, click here.