mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 11:25:25 +02:00
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"id": "bentopdf",
|
|
"name": "BentoPDF",
|
|
"version": "latest",
|
|
"description": "BentoPDF is a lightweight PDF conversion microservice that exposes a simple HTTP API for generating PDFs.",
|
|
"logo": "image.png",
|
|
"links": {
|
|
"github": "https://github.com/alam00000/bentopdf/",
|
|
"website": "https://bentopdf.com/",
|
|
"docs": "https://www.bentopdf.com/docs/"
|
|
},
|
|
"tags": [
|
|
"pdf",
|
|
"converter",
|
|
"api",
|
|
"utility"
|
|
]
|
|
}
|