Generating PDF file in Python
David Boddie
david at boddie.org.uk
Sat Oct 30 11:47:40 EDT 2010
On Saturday 30 October 2010 04:27, Lawrence D'Oliveiro wrote:
> In message <mailman.256.1288099490.2218.python-list at python.org>, Ed Keith
> wrote:
>
>> I need to generate PDF files and I'm exploring what tools to use. I was
>> planing on using ReportLab, but recently found some references to pango
>> (http://www.pango.org/) and ciaro (http://cairographics.org/) being able
>> to generate PDF files. But am having difficulty finding details.
[...]
>> Are there other options I have overlooked?
>
> How about Poppler?
Poppler is first and foremost a rendering library, not a PDF generator,
though it's very good at what it does:
http://poppler.freedesktop.org/
David
More information about the Python-list
mailing list