i'm wondering myself if there's template code make invoices output in pdf reportlab, i'm developing in django platform sales , need output data invoice look, tried further didn't find anything, know resources? don't care if need use library, of course, python.
regards!
edit:
finally found solution package: https://pypi.python.org/pypi/django-invoice if interested.
regards!
if familiar html/css, can first generate html invoice using django's template, , use xhtml2pdf package convert pdf format.
the xhtml2pdf based on top of reportlab, html5lib , pypdf. i've used before, , solved problem.
Comments
Post a Comment