Metadata-Version: 1.1
Name: eea.pdf
Version: 2.0
Summary: Download as PDF
Home-page: http://eea.github.io
Author: European Environment Agency
Author-email: webadmin@eea.europa.eu
License: GPL version 2
Description: =======
        EEA PDF
        =======
        .. image:: http://ci.eionet.europa.eu/job/eea.pdf-www/badge/icon
          :target: http://ci.eionet.europa.eu/job/eea.pdf-www/lastBuild
        .. image:: http://ci.eionet.europa.eu/job/eea.pdf-plone4/badge/icon
          :target: http://ci.eionet.europa.eu/job/eea.pdf-plone4/lastBuild
        
        This package allows your users to download Plone content as PDF files. As admin
        you can define specific PDF themes per content-type.
        
        .. note ::
        
          Requires `wkhtmltopdf`_ and `pdftk`_ system-packages installed on your server.
          See `eea.converter`_ documentation for more details.
        
        Contents
        ========
        
        .. contents::
        
        Main features
        =============
        
        1. Adds download as PDF action at the bottom of the page
        2. Possibility to define custom PDF themes per content-type
        
        Install
        =======
        
        - Add eea.pdf to your eggs section in your buildout and re-run buildout.
          You can download a sample buildout from
          https://github.com/eea/eea.pdf/tree/master/buildouts/plone4
        - Install eea.pdf within Site Setup > Add-ons
        
        Getting started
        ===============
        
        1. Go to Site Setup > PDF Settings
        2. Customize an existing PDF theme or add a new one
        3. Go to Home page and click on download as pdf icon at the bottom of the page
           or directly access http://localhost:8080/Plone/front-page/download.pdf
        
        Dependencies
        ============
        
        1. `eea.converter`_
        2. `wkhtmltopdf`_
        3. `pdftk`_
        
        Source code
        ===========
        
        - Latest source code (Plone 4 compatible):
          https://github.com/eea/eea.pdf
        
        
        Copyright and license
        =====================
        The Initial Owner of the Original Code is European Environment Agency (EEA).
        All Rights Reserved.
        
        The EEA PDF (the Original Code) is free software;
        you can redistribute it and/or modify it under the terms of the GNU
        General Public License as published by the Free Software Foundation;
        either version 2 of the License, or (at your option) any later
        version.
        
        More details under docs/License.txt
        
        
        Funding
        =======
        
        EEA_ - European Environment Agency (EU)
        
        .. _EEA: http://www.eea.europa.eu/
        .. _eea.converter: http://eea.github.com/docs/eea.converter
        .. _wkhtmltopdf: http://wkhtmltopdf.org
        .. _pdftk: http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
        
        Changelog
        =========
        
        2.0 - (2014-07-16)
        ------------------
        * Feature: added style for excluding certain parts from PDF.
          [demarant #20255]
        * Upgrade step: Within "Plone > Site setup > Add-ons" click on
          upgrade button available for EEA PDF
        * Upgrade step: Within "Plone > Site setup > Add-ons" uninstall
          collective.sendaspdf
        * Feature: Added table of contents support
          [voineali refs #20268]
        * Feature: Added custom pdf.body for Topic and Collection content-types that
          is an aggregated page based on query results pdf.body
          [voineali refs #20267]
        * Feature: Added custom pdf.body for Plone Folder ctype that is an aggregated
          page based on children pdf.body
          [voineali refs #20267]
        * Cleanup: Remove collective.sendaspdf dependency
          [voineali refs #20268]
        
        1.1 - (2014-06-30)
        ------------------
        * Bug fix: fixed condition for print css which failed when using
          collective.sendaspdf to download a pdf
          [ichimdav refs #19880]
        * Bug fix: use plone.app.vocabularies.ReallyUserFriendlyTypes for better
          portal types matching
          [ichim-david refs #19880]
        
        1.0 - (2014-06-06)
        ------------------
        * Upgrade step: Within "Plone > Site setup > Add-ons" install "EEA PDF"
          [voineali refs #19761]
        * Initial release
        
        
Keywords: eea zope plone python
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Zope
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: Mozilla Public License 1.0 (MPL)
