百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
G

gotenberg

> 前端框架
开源

一个开发者友好的 API,可将多种文档格式转换为 PDF 文件,还有更多!

12.8K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个开发者友好的 API,可将多种文档格式转换为 PDF 文件,还有更多!

Gotenberg

A Docker-based API for converting documents to PDF

Documentation · Live Demo · Community

--- **Gotenberg** is a Docker-based API for converting documents to PDF. Trusted in production by thousands of companies. Also adopted by notable open-source projects. Send your files via `multipart/form-data`, get a PDF back. No need to manage Chromium, LibreOffice, or fonts yourself. ## Quick Start ```bash docker run --rm -p 3000:3000 gotenberg/gotenberg:8 ``` Convert a URL to PDF: ```bash curl \ --request POST http://localhost:3000/forms/chromium/convert/url \ --form url=https://sparksuite.github.io/simple-html-invoice-template/ \ -o invoice.pdf ``` ## Features - **HTML, URL, Markdown to PDF** via Headless Chromium - **Office documents to PDF** via LibreOffice (100+ formats) - **Merge, split, rotate, flatten** PDFs - **Watermark, stamp, encrypt** PDFs - **PDF/A and PDF/UA** compliance - **Screenshots** of URLs and HTML - **Read/write metadata and bookmarks** See the [full documentation](https://gotenberg.dev/docs/getting-started/introduction). ## Contributing Questions and feedback: [GitHub Discussions](https://github.com/gotenberg/gotenberg/discussions). Bug reports: [GitHub Issues](https://github.com/gotenberg/gotenberg/issues). ## Sponsors If Gotenberg powers your workflow or your business, consider [**becoming a sponsor**](https://github.com/sponsors/gulien). **Historic & GitHub Sponsors** - [TheCodingMachine](https://thecodingmachine.com/) - [pdfme](https://pdfme.com/) - [PDFBolt](https://pdfbolt.com) - [FileToPDF.dev](https://filetopdf.dev) **Powered By** - [Docker](https://docs.docker.com/docker-hub/repos/manage/trusted-content/dsos-program/) - [JetBrains](https://www.jetbrains.com/community/opensource/)

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Goapichromechromiumconvert-to-pdf

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架