Python as PDF Editing and Processing Framework [closed]

纵然是瞬间 提交于 2019-12-05 00:16:49

问题


I am looking for using Python as PDF Editing and Processing Framework.

Any suggestions? looking for an open source and well maintained library


回答1:


ReportLab will help you produce pdf's in python at least. Here's a tutorial




回答2:


You can look at using rst2pdf to produce pdfs from your data. rst2pdf provides an easy interface to use reportlab.




回答3:


http://pybrary.net/pyPdf/ - it saw 4 years of development. What are you trying to do? Sometimes you can write PDF files using LaTeX.




回答4:


How about plasTex ( http://plastex.sourceforge.net/plastex/index.html ), you could render it to HTML output and eventually to pdf. It supports the LaTeX typesetting, which is probably what you want.

You could check out DocBook (http://www.docbook.org) as well.

If you just want to get data from database and output them as pdf in table form, you could resolve to easier alternatives, such as reportlab, check its homepage.

or reportlab tutorials: http://www.blog.pythonlibrary.org/2010/03/08/a-simple-step-by-step-reportlab-tutorial/ provides easy to follow steps and also what are the possible results from using this module.



来源:https://stackoverflow.com/questions/3122545/python-as-pdf-editing-and-processing-framework

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