Metadata-Version: 2.1
Name: flyer-composer
Version: 1.0rc1
Summary: Rearrange PDF pages to print as flyers on one paper
Home-page: https://flyer-composer.readthedocs.io/
Author: Hartmut Goebel
Author-email: h.goebel@crazy-compilers.com
License: AGPLv3+
Download-URL: https://pypi.org/project/pdf-fyler-composer/
Description: ==========================
        Flyer Composer
        ==========================
        
        -------------------------------------------------------------
        Rearrange PDF pages to print as flyers on one paper
        -------------------------------------------------------------
        
        :Author:    Hartmut Goebel <h.goebel@crazy-compilers.com>
        :Version:   Version 1.0rc1
        :Copyright: 2008-2020 by Hartmut Goebel
        :Licence:   GNU Affero General Public License v3 or later (AGPLv3+)
        :Homepage:  https://flyer-composer.readthedocs.io/
        
        `Flyer Composer` can be used to prepare one- or two-sided flyers for
        printing on one sheet of paper.
        
        Imagine you have designed a flyer in A6 format and want to print it using your
        A4 printer. Of course, you want to print four flyers on each sheet. This is
        where `Flyer Composer` steps in, creating a PDF which holds your flyer
        four times. If you have a second page, `Flyer Composer` can arrange it
        the same way - even if the second page is in a separate PDF file.
        
        This also work if your input file was designed for e.g. A2: it will simply be
        scaled down to A6 and placed four times in the sheet. And, of course,  `PDF
        Flyer Composer` supports other flyer sizes or paper sizes, too.
        
        This is much like `pdfnup` (or `psnup`), except that the *same* page is
        put the paper several times.
        
        `Flyer Composer` contains two programs: a Qt-based GUI one
        (`flyer-composer-gui`) and a command line one (`flyer-composer`).
        
        For more information please refer to the manpage or visit
        the `project homepage <https://flyer-composer.readthedocs.io/>`_.
        
        
        Requirements and Installation
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        `Flyer Composer` requires
        
        * `Python 3`__  (tested with 3.7),
        * `setuptools`__ or `pip`__ for installation, and
        * `PyPDF2`__.
        
        For the Qt GUI additionally:
        
        * `PyQt5`__ and
        * `python-poppler-qt5`__.
        
        
        __ https://www.python.org/download/
        __ https://pypi.org/project/setuptools
        __ https://pypi.org/project/pip
        __ http://mstamy2.github.io/PyPDF2/
        __ https://pypi.org/project/PyQt5/
        __ https://pypi.python.org/pypi/python-poppler-qt5/
        
        
        .. Emacs config:
         Local Variables:
         mode: rst
         End:
        
Keywords: pdf,flyer,leaflet
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Printing
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
Provides-Extra: gui
