Package Information
Downloads: 0 weekly / 192 monthly
Latest Version: 1.0.3
Author: Rishabh Dugar
Documentation
n8n-nodes-split-pdf
Split a PDF into individual pages, specific page ranges, or equal-sized chunks.
This is an n8n community node powered by PDF API Hub.
🚀 Install
- Go to Settings → Community Nodes in n8n
- Enter
n8n-nodes-split-pdf - Click Install
🔑 Setup
- Sign up at pdfapihub.com (free tier available)
- Copy your API key
- In n8n → Credentials → New → PDF API Hub API → paste your key
✨ Features
| Parameter | Description |
|---|---|
| Input Type | URL or Binary file |
| Split Mode | Each (one PDF per page), Pages (specific ranges like 1-3,5,8-10), or Chunks (equal parts) |
| Chunks | Number of equal parts (2–100) |
| Output Format | URL, Base64, or Binary File (always returns a ZIP) |
| Output Filename | Custom filename for the output ZIP |
💡 Use Cases
- Extract specific pages — pull out just the pages you need
- Distribute chapters — split a book into individual chapters
- Batch processing — break large documents into manageable parts
- Archival — split scanned documents by section