Python PDF library [closed]

懵懂的女人 提交于 2019-11-26 19:35:21
Bryan

The two that come to mind are:

Rob Cowie

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

I already have used Reportlab in one project.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!