Plone2Pdf (0.4.3)
by
Ihor Berehulyak
—
last modified
2009-09-21
Released on 2009-09-21 by Sopinspace for Plone 3.0 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
- Plone2Pdf download link: http://plone.org/products/plone2pdf/releases
- Homepage of Plone2Pdf: http://www.sopinspace.com/products/plone2pdf
- Plone2Pdf repository: http://svn.plone.org/svn/collective/Plone2Pdf/
- Description source: http://svn.plone.org/svn/collective/Plone2Pdf/trunk/README.txt
This product is a simple Plone product that exports various types of Plone documents to a pdf document.
This product is a simple Plone product that creates a little pdf action icon to transform Plone Documents and ZWiki's pages into pdf format. It is very simple and mostly composed of pieces of scripts found on the net ... gathered together in a Plone product. It uses pisa a python library for html to pdf conversion.
Dependencies
- PortalTransforms Product 1.0.4+
- pisa 3.0.18+ (download at http://www.htmltopdf.org)
- Reportlab Toolkit 2.1+ (http://www.reportlab.org/)
- html5lib (http://code.google.com/p/html5lib/)
- chardet (http://chardet.feedparser.org/)
- pyPDF (optional; http://pybrary.net/pyPdf/)
- BeautifulSoup 3.0.1+
Plone2Pdf config
Two configuration options are available for Plone2Pdf. You can access/change them in portal_properties/plone2pdf_properties
- http_proxy: default '' (i.e. not enabled)
Use proxy to retrieve external images or css example value: 'http://www.example.com:3128/' - use_pdf_layout_form: default False
After the pdf button is clicked, present a form showing different PDF layouting options. Another benefit of this is that the request to the pdf transformation is made using a POST (hence no web crawler should index it) example value: True