Creating pdf invoices with python

Andrew Kuchling akuchlin at mems-exchange.org
Wed Aug 8 17:43:37 EDT 2001


William Park <opengeometry at yahoo.ca> writes:
> On Wed, Aug 08, 2001 at 11:12:22PM +0300, Joonas Paalasmaa wrote:
> > How can I create pdf invoices with Python.
> > I think reportlab can do the job, but i couldn't find any invoice
> > examples
> 
> I'm aware of any Python module that deals with PDF.  Your best bet may
> be Python script to generate LaTeX file.

Reportlab is a set of Python modules for generating PDF files, but
unfortunately the documentation is sparse and there are few large
examples of code using Reportlab.  The original questioner would be
better off asking for help on the Reportlab mailing list than on the
main Python list.

--amk



More information about the Python-list mailing list