n8n-nodes-pdf-to-image
v1.0.1
Published
Render PDF pages as PNG, JPG, or WebP images using PDF API Hub
Downloads
246
Maintainers
Readme
n8n-nodes-pdf-to-image
Render PDF pages as high-quality PNG, JPG, or WebP images — with DPI, resize, and background color control.
This is an n8n community node powered by PDF API Hub.
🚀 Install
- Go to Settings → Community Nodes in n8n
- Enter
n8n-nodes-pdf-to-image - Click Install
🔑 Setup
Sign up at pdfapihub.com → copy your API key → add to n8n credentials.
✨ Operations
- PDF to PNG — lossless, transparent background support
- PDF to JPG — compressed, smaller file sizes
- PDF to WebP — modern format, best compression
Features
| Parameter | Description |
|-----------|-------------|
| Input Type | URL or Binary file |
| Pages | Single page, range (1-3), or comma-separated (1,3,5) |
| DPI | Resolution 72–300 (higher = sharper but larger) |
| Quality | Compression quality 1–100 (JPG/WebP only) |
| Output Format | URL, Base64, Both, or Binary File |
Advanced Options
| Option | Description | |--------|-------------| | Width / Height | Resize output to specific pixel dimensions | | Background Color | Hex color for transparent PNG backgrounds | | Output Filename | Custom filename |
💡 Use Cases
- Thumbnails — generate preview images for PDF documents
- Social sharing — convert PDF pages to images for social media
- Image extraction — render specific pages as images for presentations
- OCR preprocessing — convert PDF to image before custom OCR
