Gotenberg
api.gotenberg.dev
Gotenberg is a developer-friendly, Docker-powered API for converting documents to PDF. It uses Chromium for HTML/URL/Markdown-to-PDF conversion and LibreOffice for Office document conversion. It can also merge multiple PDFs. Gotenberg is typically self-hosted; the base_url should be replaced with your own instance URL.
none
free
1.0
https://api.gotenberg.dev
1
2026-03-01T11:07:53.000Z
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Capabilities
convert_html_to_pdf
productivityConvert one or more HTML files to a PDF document using the Chromium rendering engine.
Detail: https://api.gotenberg.dev/capabilities/convert_html_to_pdf
convert_markdown_to_pdf
productivityConvert Markdown content to a PDF document, rendered within an HTML wrapper using Chromium.
Detail: https://api.gotenberg.dev/capabilities/convert_markdown_to_pdf
convert_office_to_pdf
productivityConvert Office documents (Word, Excel, PowerPoint, etc.) to PDF using LibreOffice.
Detail: https://api.gotenberg.dev/capabilities/convert_office_to_pdf
convert_url_to_pdf
productivityConvert a web page at a given URL to a PDF document using the Chromium rendering engine.
Detail: https://api.gotenberg.dev/capabilities/convert_url_to_pdf
get_health
productivityCheck the health status of the Gotenberg instance and its Chromium and LibreOffice modules.
Detail: https://api.gotenberg.dev/capabilities/get_health
merge_pdfs
productivityMerge multiple PDF files into a single PDF document.
Detail: https://api.gotenberg.dev/capabilities/merge_pdfs
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Gotenberg Description: Gotenberg is a developer-friendly, Docker-powered API for converting documents to PDF. It uses Chromium for HTML/URL/Markdown-to-PDF conversion and LibreOffice for Office document conversion. It can also merge multiple PDFs. Gotenberg is typically self-hosted; the base_url should be replaced with your own instance URL. Auth: none Capabilities: - convert_html_to_pdf: Convert one or more HTML files to a PDF document using the Chromium rendering engine. - convert_markdown_to_pdf: Convert Markdown content to a PDF document, rendered within an HTML wrapper using Chromium. - convert_office_to_pdf: Convert Office documents (Word, Excel, PowerPoint, etc.) to PDF using LibreOffice. - convert_url_to_pdf: Convert a web page at a given URL to a PDF document using the Chromium rendering engine. - get_health: Check the health status of the Gotenberg instance and its Chromium and LibreOffice modules. - merge_pdfs: Merge multiple PDF files into a single PDF document.