Files
gotenberg/docs/00-introduction.md
Julien Neuhart 495203c112 v3.0.0 (#18)
2018-12-10 16:09:19 +01:00

853 B

title
title
Introduction

Gotenberg is a Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF.

  • HTML and Markdown conversions using Google Chrome headless
  • Office conversions (.docx, .doc, .odt, .pptx, .ppt, .odp and so on) using unoconv
  • Performance: Google Chrome and Libreoffice (unoconv) started once in the background thanks to PM2
  • Failure prevention: PM2 automatically restarts previous processes if they fail
  • Assets: 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