what's the best Python PDF library ?
I need to make some PDF with many grid.
I'm looking for a library that allow to manage pages (multi-page): the library should calculate when the page is ended and then create the next page.
|
|
|||
|
|
closed as not constructive by Kev♦ Oct 27 '12 at 16:46
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
|
|||||||||
|
|
Reportlab. There is an open source version, and a paid version which adds the Report Markup Language (an alternative method of defining your document). |
|||
|
|
|
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. |
|||
|
|