Metadata-Version: 1.1
Name: PdfImpose
Version: 0.1.0
Summary: Perform imposition of a PDF file.
Home-page: https://git.framasoft.org/spalax/pdfimpose
Author: Louis Paternault
Author-email: spalax@gresille.org
License: GPLv3 or any later version
Description: pdfimpose — Perform imposition of a PDF file
        ============================================
        
        |sources| |pypi| |documentation| |license|
        
            Imposition consists in the arrangement of the printed product’s pages on
            the printer’s sheet, in order to obtain faster printing, simplify binding
            and reduce paper waste (source: http://en.wikipedia.org/wiki/Imposition).
        
        
        Examples
        --------
        
        * `2015 calendar <http://pdfimpose.readthedocs.org/en/latest/_downloads/calendar2015-impose.pdf>`_ (`source <http://pdfimpose.readthedocs.org/en/latest/_downloads/calendar2015.pdf>`__, see LaTeX source file in sources repository).
        * `64 pages file <http://pdfimpose.readthedocs.org/en/latest/_downloads/dummy64-impose.pdf>`_ (`source <http://pdfimpose.readthedocs.org/en/latest/_downloads/dummy64.pdf>`__, generated using `dummypdf <http://git.framasoft.org/spalax/dummypdf>`_).
        
        Download and install
        --------------------
        
        See the end of list for a (quick and dirty) Debian package.
        
        * From sources:
        
          * Download: https://pypi.python.org/pypi/pdfimpose
          * Install (in a `virtualenv`, if you do not want to mess with your distribution installation system)::
        
                python setup.py install
        
        * From pip::
        
            pip install pdfimpose
        
        * Quick and dirty Debian (and Ubuntu?) package
        
          This requires `stdeb <https://github.com/astraw/stdeb>`_ to be installed::
        
              python setup.py --command-packages=stdeb.command bdist_deb
              sudo dpkg -i deb_dist/python<PYVERSION>-pdfimpose_<VERSION>_all.deb
        
        Documentation
        -------------
        
        * The compiled documentation is available on `readthedocs
          <http://pdfimpose.readthedocs.org>`_
        
        * To compile it from source, download and run::
        
              cd doc && make html
        
        
        .. |documentation| image:: http://readthedocs.org/projects/pdfimpose/badge
          :target: http://pdfimpose.readthedocs.org
        .. |pypi| image:: https://img.shields.io/pypi/v/pdfimpose.svg
          :target: http://pypi.python.org/pypi/pdfimpose
        .. |license| image:: https://img.shields.io/pypi/l/pdfimpose.svg
          :target: http://www.gnu.org/licenses/gpl-3.0.html
        .. |sources| image:: https://img.shields.io/badge/sources-pdfimpose-brightgreen.svg
          :target: http://git.framasoft.org/spalax/pdfimpose
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Printing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
