Back to Nodes

Format

Last updated Jun 18, 2026

n8n community node for PDFPipe: render HTML or URLs to pixel-perfect PDFs, batch render, and manage stored documents.

1,501 Weekly Downloads
1,626 Monthly Downloads

Included Nodes

Format

Description

n8n-nodes-pdfpipe

Community n8n node for PDFPipe, the HTML-to-PDF API.

Installation

In your n8n instance, go to Settings > Community Nodes and install:

n8n-nodes-pdfpipe

Or install manually via npm in the n8n data directory:

npm install n8n-nodes-pdfpipe

Credentials

Create a PDFPipe API credential with your API key. Keys start with pplive and can be found in your PDFPipe dashboard.

Operations

| Operation | Description |
|———–|————-|
| Render HTML | Convert an HTML string to a PDF file |
| Render URL | Convert a web page URL to a PDF file |
| Batch Render | Render multiple HTML or URL items in one request |
| Get Document | Retrieve a stored PDF document by ID |
| List Documents | List all stored PDF documents |
| Check Usage | Check current usage and plan limits |

Documentation

Full API reference: pdfpipe.xyz/docs

License

MIT