ricco386 / django-faktura

Simple django app for invoice generation.
MIT License
12 stars 6 forks source link

Explore update PDF generation #17

Open ricco386 opened 2 years ago

ricco386 commented 2 years ago

Since wkhtmltopdf to not actively developed and has issues after update to Django 4.0 try to explore another way how to generate PDF files.

For example the official way: https://docs.djangoproject.com/en/4.0/howto/outputting-pdf/