Skip to content

Files

Latest commit

 

History

History
34 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.07 KB

Gotenberg Logo

Gotenberg

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.


What is this?

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!

Building

  • Install Go 1.23
  • Run build.bat

Quick Start

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.