ComBunqWebApp icon indicating copy to clipboard operation
ComBunqWebApp copied to clipboard

Why not use ReportLab for generating Invoice PDF

Open basst85 opened this issue 7 years ago • 1 comments

Why use a external webservice? What if api.sycade.com has a autage or responds slowly? (What is unlikely, but possible :smile:)

You can locally use ReportLab, check this: https://docs.djangoproject.com/en/1.11/howto/outputting-pdf/

basst85 avatar May 30 '17 06:05 basst85

Ive seen this on the django docs indeed, after scrolling through the ReportLab docs it seemed time consuming to design an invoice PDF. Seeing that I'm a horrible designer would just add more time to the processes. So I continued searching and found this service https://prexview.com. I started working with PrexView but the limitations weren't ideal so I continued on searching and found Michiel's solution.

I think ill keep using sycade for now and later on integrate ReportLab when most of the other bugs and improvements are resolved. 🙈

OGKevin avatar May 30 '17 07:05 OGKevin