Metadata-Version: 1.0
Name: ftwbook.graphicblock
Version: 2.2.2
Summary: Addon for `ftw.book` providing a graphics block for including PDF documents in the book.
Home-page: https://github.com/4teamwork/ftwbook.graphicblock
Author: Jonas Baumann
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: ftwbook.graphicblock
        ====================
        
        
        This package is a addon for the `ftw.book`_ package. It provides an
        additional simplelayout-based block for uploading PDF documents, which
        will then be included in the book PDF.
        
        The block is intended to be used for including vector based data such
        as charts. The uploaded PDF is included in the exported PDF of the whole
        book directly as PDF, so that there is no quality loss.
        
        Features
        --------
        
        - resizing the PDF
        - cropping the PDF
        - automatic generation of PNG preview for the displaying in the browser
        (based on ghostscript)
        - including PDF like an picture (intended for charts etc)
        - including PDF as sub-document (multiple pages)
        
        
        Installation
        ------------
        
        - Ghostscript needs to be installed on the server (http://www.ghostscript.com/)
        - Add ``ftwbook.graphicblock`` to your buildout configuration::
        
        [instance]
        eggs +=
        ftwbook.graphicblock
        
        - Install the generic import profile.
        
        
        Links
        -----
        
        - Main github project repository: https://github.com/4teamwork/ftwbook.graphicblock
        - Issue tracker: https://github.com/4teamwork/ftwbook.graphicblock/issues
        - Package on pypi: http://pypi.python.org/pypi/ftwbook.graphicblock
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftwbook.graphicblock
        
        
        Copyright
        ---------
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftwbook.graphicblock`` is licensed under GNU General Public License, version 2.
        
        
        .. _ftw.book: https://github.com/4teamwork/ftw.book
        
        Changelog
        =========
        
        
        2.2.2 (2013-04-17)
        ------------------
        
        - Lawgiver support: map permissions.
        [jone]
        
        - Plone 4.3 compatibility.
        [jone]
        
        
        2.2.1 (2012-10-16)
        ------------------
        
        - Remedy deprecation warning "set_schema not supported".
        [jone]
        
        
        2.2 (2012-05-16)
        ----------------
        
        - Fix bug in preview width calculation which causes plone.app.scaling to fail.
        [jone]
        
        
        2.1 (2012-05-09)
        ----------------
        
        - LaTeX: use special caption implementation since we have a non-floating environment.
        [jone]
        
        
        2.0 (2012-03-05)
        ----------------
        
        - Use ftw.pdfgenerator instead of plonegov.pdflatex. This is compatible with
        the new ftw.book version (>=2).
        [jone]
        
        
        1.0b1
        ----------------
        
        * Forked package from izug.graphicblock, renamed and refactored
        [jbaumann]
        
Keywords: ftw book graphicblock pdf
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
