mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
46 lines
2.2 KiB
Markdown
46 lines
2.2 KiB
Markdown
<p align="center">
|
|
<img src="https://user-images.githubusercontent.com/8983173/130322857-185831e2-f041-46eb-a17f-0a69d066c4e5.png" alt="Gotenberg Logo" width="150" height="150" />
|
|
<h3 align="center">Gotenberg</h3>
|
|
<p align="center">A Docker-powered stateless API for PDF files</p>
|
|
<p align="center"><a href="https://gotenberg.dev/docs/getting-started/introduction">Documentation</a> · <a href="https://gotenberg.dev/docs/getting-started/installation#live-demo-">Live Demo</a> 🔥</p>
|
|
</p>
|
|
|
|
---
|
|
|
|
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:7
|
|
```
|
|
|
|
Alternatively, using the historic Docker repository from our sponsor [TheCodingMachine](https://www.thecodingmachine.com):
|
|
|
|
```
|
|
docker run --rm -p 3000:3000 thecodingmachine/gotenberg:7
|
|
```
|
|
|
|
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
|
|
|
|
<p align="center">
|
|
<a href="https://thecodingmachine.com">
|
|
<img src="https://user-images.githubusercontent.com/8983173/130324668-9d6e7b35-53a3-49c7-a574-38190d2bd6b0.png" alt="TheCodingMachine Logo" width="429" height="210" />
|
|
</a>
|
|
</p>
|
|
|
|
## Badges
|
|
|
|
[](https://hub.docker.com/r/gotenberg/gotenberg)
|
|
[](https://hub.docker.com/r/thecodingmachine/gotenberg)
|
|
[](https://github.com/gotenberg/gotenberg/actions/workflows/continuous_integration.yml)
|
|
[](https://pkg.go.dev/github.com/gotenberg/gotenberg/v7)
|
|
[](https://codecov.io/gh/gotenberg/gotenberg)
|