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.
npm install n8n-nodes-gotenbergA custom n8n node to integrate with the Gotenberg API for converting documents to PDF.
bash
npm install n8n-nodes-gotenberg
`2. Restart n8n
Usage
$3
You need access to a Gotenberg instance. You can run Gotenberg locally using Docker:`bash
docker run --rm -p 3000:3000 gotenberg/gotenberg:7
``