Gotenberg v6: a Docker-powered stateless API written in Go for converting HTML, Markdown and Office documents to PDF

Hello,

It has been a while since my last post about Gotenberg but I think the last major update might interest some of you 🙂

Gotenberg is a simple API for converting HTML, Markdown and Office documents to PDF. It is shipped within a Docker image, so it should be quite easy to drop it in your projects!

I've also developed a [Go client](https://github.com/thecodingmachine/gotenberg-go-client) and a [PHP client](https://github.com/thecodingmachine/gotenberg-php-client) for interacting with it.

The last major release (v6) mostly brings stability:

* Reduced memory footprint
* Quicker startup
* Better scalability
* Better logging
* CloudRun compatibility
* (New logo)

You may find more information on the repository [https://github.com/thecodingmachine/gotenberg](https://github.com/thecodingmachine/gotenberg)

Hope you like it 🙂

6 thoughts on “Gotenberg v6: a Docker-powered stateless API written in Go for converting HTML, Markdown and Office documents to PDF”

  1. I’m a bot, *bleep*, *bloop*. Someone has linked to this thread from another place on reddit:

    – [/r/drupal] [Gotenberg v6: a Docker-powered stateless API written in Go for converting HTML, Markdown and Office documents to PDF](https://www.reddit.com/r/drupal/comments/dz9wg6/gotenberg_v6_a_dockerpowered_stateless_api/)

     *^(If you follow any of the above links, please respect the rules of reddit and don’t vote in the other threads.) ^\([Info](/r/TotesMessenger) ^/ ^[Contact](/message/compose?to=/r/TotesMessenger))*

    Reply
  2. Can this be used to safely strip malicious code (i.e. macros) from Office documents? What about a way to strip any code / automations from a PDF and return a “cleaned” PDF?

    Reply

Leave a Comment