A windows modification
I needed a version where you only need to generate PDF to HTML, so I stripped all the other functionality. This is an undockerized version of Gotenberg that works without Docker.
A Windows single executable (exe) file to run Gotenberg in environments where no Docker is available.
You can also build it for Linux; just set the GOARCH
environment variable before building.
BEWARE!!!
Only the /forms/chromium/convert/html/
endpoint works!
- Install Go 1.23
- Run
build.bat
Download latest chromium build and copy it to the chromium directory next to you executable.
Run executable:
gotenberg.exe
I'm not fully clear on licensing and how it works, so please refer to the original repository for details.