A FastAPI service that accepts JSON data (and optional images) and generates professional PDF or DOCX reports. Internally, the service transforms JSON into styled HTML, then renders it with WeasyPrint (for PDFs) or python-docx (for DOCX).
-
Updated
Jul 18, 2026 - Python