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 🙂
I’ll make some testes with it , but using python. Let’s see ! Congrats for the project anyway.
Can this merge 2, 3, 4… PDF files into one PDF?
Looks good though! Thanks for your efforts.
Can you also create a standalone CLI version that works similarly to pdftk?
Would love if odt was a target format as well but I understand pdf is the goal here.
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))*
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?