From c3e6cd26853ca1ec0b25a9a0cd158989878ea9d0 Mon Sep 17 00:00:00 2001 From: Khiet Tam Nguyen <86177399+nktnet1@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:25:30 +1100 Subject: [PATCH] add Gotenberg (#1090) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/gotenberg.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/gotenberg.yml diff --git a/software/gotenberg.yml b/software/gotenberg.yml new file mode 100644 index 0000000000..1d37477c87 --- /dev/null +++ b/software/gotenberg.yml @@ -0,0 +1,12 @@ +name: "Gotenberg" +website_url: "https://gotenberg.dev" +source_code_url: "https://github.com/gotenberg/gotenberg" +description: "Developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more." +licenses: + - MIT +platforms: + - Docker +tags: + - Document Management + - Automation +related_software_url: "https://github.com/gotenberg/awesome-gotenberg"