Skip to main content

Combine PDFs

Deprecated: Use MergePDFs instead. Combine multiple PDF files into a single PDF.

Category: Structured Data Files (Excel, JSON, PDF) · Group: Files · Activity name: CombinePDFs

The CombinePDFs activity in the designer

Example

outputVariable = CombinePDFs("<location>", "<name>", delete=True, candidates=[])

Inputs

NameTypeRequiredDefaultDescription
New PDF LocationstringYesPath to the location where the new PDF should be stored.
New PDF NamestringYesName of the new PDF.
Remove source PDFsbooleanCheck this box if you want to delete the source PDFs.
Configure PDFs pathsarrayYesThis is the list of PDFs paths to be combine into one pdf.

Outputs

NameTypeDescription
outputVariablestringSpecifies the name of the variable that will store the new PDF location.