workflows.fit
Back to n8n workflows
n8n templateFreeBy CustomJS

Merge multiple PDF files with CustomJS API

![image.png](fileId:5367) This n8n template demonstrates how to download multiple PDF files from public URLs and merge them into a single PDF using the PDF Toolkit from www.customjs.space. [@custom-js/n8n-nodes-pdf-to...

DevelopmentCore NodesManual TriggerHttp RequestMergeRead Write File
Loading interactive preview...

Template notes

![image.png](fileId:5367) This n8n template demonstrates how to download multiple PDF files from public URLs and merge them into a single PDF using the PDF Toolkit from www.customjs.space.

[@custom-js/n8n-nodes-pdf-toolkit-v2](https://www.npmjs.com/package/@custom-js/n8n-nodes-pdf-toolkit-v2)

What this workflow does

- Downloads each PDF using an HTTP Request. - Populates files into an array with Merge node from n8n. - Merges all downloaded PDFs using the Merge PDF node from the @custom-js/n8n-nodes-pdf-toolkit-v2. - Writes the final merged PDF to disk.

Requirements

- CustomJS API key for merging multiple PDF files. - PDF files to be merged to be converted into a PDF

Workflow Steps:

1. Manual Trigger: