Creating pdf invoices with python

Steve Holden sholden at holdenweb.com
Wed Aug 8 18:00:53 EDT 2001


You don't need reportlab id you're prepared to do *some* work. I wrote a PDF
invoicing routine using piddle (or sping, as we must now call it). It was
all remarkably trouble-free, although it was a while ago so my code might
not work with a current sping version.

I could look up some code if you email me, or you could go the ReportLab
route: that also seems quite easy.

regards
 Steve
--
http://www.holdenweb.com/


"Joonas Paalasmaa" <joonas at olen.to> wrote in message
news:3B719D26.F0E38B13 at olen.to...
> How can I create pdf invoices with Python.
> I think reportlab can do the job, but i couldn't find any invoice
> examples





More information about the Python-list mailing list