Community Contributed PDF Merger
detail.loadingPreview
Merges multiple PDF files using an external API.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow downloads two remote PDF files, merges them using the ConvertAPI, and then saves the merged PDF to disk. It's designed to be a community-contributed example demonstrating PDF manipulation.
Key Features
- Downloads two remote PDF files.
- Merges PDFs using the ConvertAPI.
- Saves the merged PDF to the local file system.
- Includes error handling for each step.
How To Use
- Ensure you have the ConvertAPI service set up and your API credentials configured in n8n.
- Update the
API_BASE_URLenvironment variable to point to your ConvertAPI endpoint. - The
urlparameters in theDownload first remote PDF FileandDownload second PDF Filenodes need to be populated with the actual URLs of the PDFs you want to merge. - Configure the
Write Result File to Disknode with your desired output filename.
Apps Used
Workflow JSON
{
"id": "6cf6d937-74d3-49a9-93b8-6cc7f06de9fe",
"name": "Community Contributed PDF Merger",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 6cf6d937-74d3...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Chart Generator
Generate and upload dynamic charts to Google Drive.
Github Star Notification (Unverified)
Notifies a Slack channel when a repository gains or loses a star.
PUQ Docker InfluxDB Deploy
Automates the deployment and management of InfluxDB Docker containers.
RAG on Living Data
Integrates RAG (Retrieval-Augmented Generation) with dynamic, living data sources to provide context-aware answers.
Community Contributed: Iterable User Management
Manage users in Iterable by creating, updating, and retrieving them.
Discord Intro - Manual Trigger
Manually trigger a Discord message.