Lightweight TypeScript / Node.js API for high-performance Word-to-PDF conversion using Gotenberg 8.
10K+
This project demonstrates an optimized document conversion service using a micro-services architecture with Gotenberg.
The initial proof of concept relied on a local LibreOffice wrapper and
showed limited performance.
This improved version leverages Gotenberg 8 running in Docker on
SAP BTP (Cloud Foundry).
GET / → Health check\POST /convert → Upload .docx file (form-data: file)\docker build --platform linux/amd64 -t your-image-name ./api
docker push your-image-name
cf push
This POC validates that a containerized micro-service architecture is suitable for high-performance document conversion in production environments.
Content type
Image
Digest
sha256:af71175d2…
Size
73.2 MB
Last updated
7 months ago
docker pull maricalivius/convert-api