Python PDF library

Question:

What Python PDF libraries are there?

I need to make some PDF with many grids, and I’m looking for a library that allows to manage pages (multi-page). The library should calculate when the page is ended and then create the next page.

Asked By: enfix

||

Answers:

The two that come to mind are:

Answered By: Bryan

Reportlab. There is an open source version, and a paid version which adds the Report Markup Language (an alternative method of defining your document).

Answered By: Rob Cowie

I already have used Reportlab in one project.

Answered By: Zardust

There is also http://appyframework.org/pod.html
which takes a LibreOffice or OpenOffice document as template and can generate pdf, rtf, odt …
To generate pdf it requires a headless OOo on some server.
Documentation is concise but relatively complete.
http://appyframework.org/podWritingTemplates.html
If you need advice, the author is rather helpful.

Answered By: Luc Saffre
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.