mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
6e56c6e0d4e05cd2adf221439edd60835d31fe6a
When using font render hinting on Chrome headless on Linux, the kerning is inconsistent. Several issues cover this, including: * https://github.com/puppeteer/puppeteer/issues/661 * https://github.com/nzzdev/Q-server/pull/193 Disabling that render hinting entirely results in correct kerning.
Gotenberg
A Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF.
At TheCodingMachine, we build a lot of web applications (intranets, extranets and so on) which require to generate PDF from various sources. Each time, we ended up using some well known libraries and kind of lost time by reimplementing a solution from a project to another project. Meh.
Features
- HTML and Markdown conversions using Google Chrome headless
- Office conversions (.txt, .rtf, .docx, .doc, .odt, .pptx, .ppt, .odp and so on) using unoconv
- Assets :package:: send your header, footer, images, fonts, stylesheets and so on for converting your HTML and Markdown to beaufitul PDFs!
- Easily interact with the API using our Go and PHP libraries
Quick start
Open a terminal and run the following command:
$ docker run --rm -p 3000:3000 thecodingmachine/gotenberg:6
The API is now available on your host at http://localhost:3000.
Head to the documentation to learn how to interact with it!
Badges
Description
Languages
Go
63.6%
Gherkin
34.6%
Dockerfile
1.3%
Makefile
0.4%
