Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gotenberg/gotenberg
A developer-friendly API for converting numerous document formats into PDF files, and more!
https://github.com/gotenberg/gotenberg
api chrome chromium convert-to-pdf docker docx-to-pdf excel exiftool html-to-pdf libreoffice openoffice pdf pdf-converter pdftk puppeteer qpdf screenshots unoconv wkhtmltopdf word
Last synced: 6 days ago
JSON representation
A developer-friendly API for converting numerous document formats into PDF files, and more!
- Host: GitHub
- URL: https://github.com/gotenberg/gotenberg
- Owner: gotenberg
- License: mit
- Created: 2018-03-23T14:05:59.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T09:15:01.000Z (6 days ago)
- Last Synced: 2025-01-06T10:28:03.555Z (6 days ago)
- Topics: api, chrome, chromium, convert-to-pdf, docker, docx-to-pdf, excel, exiftool, html-to-pdf, libreoffice, openoffice, pdf, pdf-converter, pdftk, puppeteer, qpdf, screenshots, unoconv, wkhtmltopdf, word
- Language: Go
- Homepage: https://gotenberg.dev
- Size: 19.3 MB
- Stars: 8,319
- Watchers: 65
- Forks: 558
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - gotenberg/gotenberg - A developer-friendly API for converting numerous document formats into PDF files, and more! (Go)
- awesome-ccamel - gotenberg/gotenberg - A developer-friendly API for converting numerous document formats into PDF files, and more! (Go)
- StarryDivineSky - gotenberg/gotenberg
- my-awesome - gotenberg/gotenberg - to-pdf,docker,docx-to-pdf,excel,exiftool,html-to-pdf,libreoffice,openoffice,pdf,pdf-converter,pdftk,puppeteer,qpdf,screenshots,unoconv,wkhtmltopdf,word pushed_at:2025-01 star:8.3k fork:0.6k A developer-friendly API for converting numerous document formats into PDF files, and more! (Go)
README
Gotenberg
A Docker-powered stateless API for PDF files
Documentation ยท Live Demo ๐ฅ
---
**Gotenberg** provides a 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!## Quick Start
Open a terminal and run the following command:
```
docker run --rm -p 3000:3000 gotenberg/gotenberg:8
```Alternatively, using the historic Docker repository from our sponsor [TheCodingMachine](https://www.thecodingmachine.com):
```
docker run --rm -p 3000:3000 thecodingmachine/gotenberg:8
```The API is now available on your host at http://localhost:3000.
Head to the [documentation](https://gotenberg.dev/docs/getting-started/introduction) to learn how to interact with it ๐
## Sponsors
Sponsorships help maintaining and improving Gotenberg - [become a sponsor](https://github.com/sponsors/gulien) โค๏ธ