Back to Nodes

PDFBolt

Last updated Apr 1, 2026

n8n community node to generate PDFs from HTML, URLs, and templates with PDFBolt API

93 Weekly Downloads
369 Monthly Downloads

Included Nodes

PDFBolt

Description

n8n-nodes-pdfbolt

This is an n8n community node for PDFBolt – a scalable and privacy-first PDF generation API.

Convert HTML content, URLs, and templates to high-quality PDFs directly from your n8n workflows.

Installation

Follow the n8n community node installation guide.

In your n8n instance:
1. Go to Settings > Community Nodes
2. Enter n8n-nodes-pdfbolt
3. Click Install

Operations

| Operation | Description |
|———–|————-|
| Convert HTML to PDF | Paste your HTML code and get a PDF file |
| Convert URL to PDF | Enter a webpage URL and get a PDF of that page |
| Convert Template to PDF | Use a PDFBolt template with your JSON data to generate a PDF |
| Get Usage | Check your plan, remaining conversions, and expiry date |

Endpoints

Each conversion operation supports three endpoints:

| Endpoint | Description |
|———-|————-|
| Direct (PDF in Response) | Get the PDF file immediately in the response. The simplest option. |
| Sync (PDF via URL) | Get a download URL for the PDF (valid 24h) with conversion details. |
| Async (PDF via Webhook) | Convert in the background and send the result to your webhook when ready. Best for large volumes. |

Additional Options

Fine-tune your PDF output with 30+ parameters:

License

MIT