n8n-nodes-gotenberg
v1.0.7
Published
A custom n8n node to integrate with the Gotenberg API, enabling seamless conversion of URLs, HTML, Markdown, and Office documents into PDF. Supports custom API URLs and optional authentication for hosted instances.
Maintainers
Readme
n8n-nodes-gotenberg
A custom n8n node to integrate with the Gotenberg API for converting documents to PDF.
Features
- Convert URLs to PDF
- Convert HTML to PDF
- Convert Markdown to PDF
- Convert Office documents to PDF
- Custom API URL and optional authentication
Installation
Install via npm:
npm install n8n-nodes-gotenbergRestart n8n
Usage
Prerequisites
You need access to a Gotenberg instance. You can run Gotenberg locally using Docker:
docker run --rm -p 3000:3000 gotenberg/gotenberg:7Node Configuration
- Add the Gotenberg node to your workflow
- Configure the Gotenberg API URL (e.g., http://localhost:3000)
- Select the desired operation:
- Convert URL to PDF
- Convert HTML to PDF
- Convert Markdown to PDF
- Convert Office to PDF
- Fill in the operation-specific fields
- Configure additional options if needed
