Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 414 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 414 Bytes

vollmacht

produce pdf in python backend from simple bootstrap vue frontend and download to browser

Frontend in one file with bootstrap-vue (allthough vue isn't really used here... just for test puposes): calls backend with GET, loading PDF with parameters filled in.

Backend using python with PyMuPDF (import name: fitz) to write parameters in PDF-form, and fastapi to collect parameters and return pdf-file.