Merge multiple PDF files with CustomJS API
 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...
Template notes
 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: