Merge PDFs with a Click in n8n

somdn_product_page

This n8n workflow enables users to merge two remote PDF files into a single document with a simple manual trigger. It is ideal for automating PDF processing tasks such as document compilation or report generation.

The process begins when the user clicks the ‘Test workflow’ button, activating the Manual Trigger node. The workflow then downloads two PDF files from specified URLs via HTTP Request nodes. These files are stored temporarily within the workflow.

Next, the workflow sends both PDF files to an external PDF merge API through an HTTP POST request, which combines the two documents into one PDF. The merged PDF file is then saved locally on the disk with a specified filename, completing the process.

This automation is particularly useful in scenarios where PDF reports, invoices, or contracts need to be combined automatically, saving time and reducing manual errors. It leverages APIs for file merging, making it adaptable for various document management workflows.

Node Count

6 – 10 Nodes

Nodes Used

httpRequest, manualTrigger, readWriteFile, stickyNote

Reviews

There are no reviews yet.

Be the first to review “Merge PDFs with a Click in n8n”

Your email address will not be published. Required fields are marked *