n8n-nodes-pdf-to-excel
v1.0.1
Published
Convert PDF to Excel, CSV, Text, HTML, or PowerPoint using PDF API Hub
Maintainers
Readme
n8n-nodes-pdf-to-excel
Convert PDFs to Excel, CSV, Text, HTML, or PowerPoint — extract tables and content into editable formats.
This is an n8n community node powered by PDF API Hub.
🚀 Install
- Go to Settings → Community Nodes in n8n
- Enter
n8n-nodes-pdf-to-excel - Click Install
🔑 Setup
Sign up at pdfapihub.com → copy your API key → add to n8n credentials.
✨ Operations
| Operation | Output Format | Description | |-----------|--------------|-------------| | PDF to Excel | .xlsx | Extract tables into spreadsheet format | | PDF to CSV | .csv | Extract tables as comma-separated values | | PDF to Text | .txt | Extract all text content | | PDF to HTML | .html | Convert PDF to HTML with layout preservation | | PDF to PowerPoint | .pptx | Convert PDF pages to presentation slides |
Features
| Parameter | Description |
|-----------|-------------|
| Input Type | URL or Binary file |
| Pages | Convert all pages or specific ranges (1-3,5,8) |
| Output Format | URL (hosted 30 days), Base64, or Binary File |
| Output Filename | Custom filename for the converted file |
💡 Use Cases
- Financial reports — extract tables from PDF financial statements to Excel
- Data analysis — convert PDF reports to CSV for database import
- Content migration — convert PDF content to HTML for web publishing
- Presentation reuse — convert PDF documents to editable PPTX slides
