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