🔥 Live Demo
Before pulling the Docker image, you may want to test Gotenberg first. For this purpose, we provide a demo API:
https://demo.gotenberg.dev
- 🇪🇺 EU (Frankfurt)
note
There is no UI; it's an API entry point.
tip
The live demo uses a custom Gotenberg's Docker image built with the GitHub template repository 👷.
Usage
The following modules supplies routes you may want to explore first:
While you're reading the documentation, open a terminal or Postman and test the routes using the demo URL:
For instance:
curl \
--request POST 'https://demo.gotenberg.dev/forms/chromium/convert/url' \
--form 'url="https://sparksuite.github.io/simple-html-invoice-template/"' \
-o my.pdf
Limitations
The demo runs on a Render instance with 512MB
of RAM and 0.5
CPU.
Currently, the limitations are:
- Two requests per second per IP.
5MB
body limit.