Search

Combine PDF

Last Updated: May 10, 2022

Articles

Use this function to combine two PDF documents whose path are given as input.

Syntax

Combine PDF (PDF1_filepath, PDF2_filepath)

Parameters

Input Parameter Name Description
PDF1_filepath Filepath of the first PDF
PDF2_filepath Filepath of the second PDF

Returns

Return Value Description
Path Path of the output file

Sample

Combine PDF (C:\User\Invoice.pdf,C:\User\BillofMaterials.pdf)

  • Combine both PDF documents.
  • Returns C:\Users\jiffy\76625exxyy.pdf, the path where the output PDF is stored.

The path and the name of the output files are automatically assigned by the function.

To view all the Document functions, click here.

Did you find what you were looking for?