manager@ 2013. 7. 26. 01:46

pyhton으로 pdf file 만들기



Note that the similar-appearing pyfpdf of Mariano Reingart is most comparable to ReportLab, in that both ReportLab and pyfpdf emphasize document generation. Interestingly enough, pyfpdf builds in a basic HTML->PDF converter;




pdfrw - Python library to read and write PDF files - Google Project ...

17 September 2012 

예) https://code.google.com/p/pdfrw/wiki/ExampleTools  --> Watermarking PDFs



pyfpdf - Simple PDF generation for Python (FPDF PHP port) AKA ...


Latest Relesed Version: 1.7 (August 15th, 2012) - Current Development Version: 1.7.1


예)  http://pyfpdf.googlecode.com/hg/tutorial/tuto3.pdf


pypdf --> pypdf2

http://knowah.github.io/PyPDF2/

https://github.com/knowah/PyPDF2/  - pure python




ReportLab 

https://bitbucket.org/rptlab/reportlab


 easy_install reportlab or pip install reportlab 


ReportLab 기반 예) https://docs.djangoproject.com/en/dev/howto/outputting-pdf/