Skip to content

PDF Merge

Type: pdf-merge  ·  Package: PDF Activities v1.0.0  ·  Output: string

Combine multiple PDFs into one, in the order you indicate. Useful for consolidating documents: joining several invoices into a single file, putting together a report with its annexes, putting together a file.

Take the list of paths routes (in order) and create a new PDF in output containing them one after another. Returns the path of the merged file.

ParameterEditorDescription
pathsexpressionList of PDF paths to combine, in order.
outputexpressionPath of the resulting PDF.

Ninguno.

Returns a string with the path of the merged PDF.

Merge all PDFs in a folder:

List Files path = "C:/anexos" pattern = "*.pdf" → output: archivos
PDF Merge paths = = archivos output = "C:/expediente.pdf"