Last Updated: Feb 14, 2022
Use this function to combine two PDF documents whose path are given as input.
Combine PDF (PDF1_filepath, PDF2_filepath)
Input Parameter Name | Description |
---|---|
PDF1_filepath | Filepath of the first PDF |
PDF2_filepath | Filepath of the second PDF |
Return Value | Description |
---|---|
Path | Path of the output file |
Combine PDF (C:\User\Invoice.pdf,C:\User\BillofMaterials.pdf)
The path and the name of the output files are automatically assigned by the function.
To view all the Document functions, click here.