Gotenberg

api.gotenberg.dev

Community

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

Pricing

free

Spec version

1.0

Base URL

https://api.gotenberg.dev

Crawl failures

1

Last verified

2026-03-01 11:07:53

Health

Loading health data...

Capabilities

convert_html_to_pdf

productivity

Convert 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

productivity

Convert 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

productivity

Convert Office documents (Word, Excel, PowerPoint, etc.) to PDF using LibreOffice.

Detail: https://api.gotenberg.dev/capabilities/convert_office_to_pdf

convert_url_to_pdf

productivity

Convert 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

productivity

Check the health status of the Gotenberg instance and its Chromium and LibreOffice modules.

Detail: https://api.gotenberg.dev/capabilities/get_health

merge_pdfs

productivity

Merge 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.