pdfimpose


Namepdfimpose JSON
Version 2.6.0 PyPI version JSON
download
home_pagehttp://framagit.org/spalax/pdfimpose
SummaryPerform imposition of a PDF file.
upload_time2024-08-27 20:24:59
maintainerNone
docs_urlNone
authorLouis Paternault
requires_python<4,>=3.10
licenseAGPLv3 or any later version
keywords pdf imposition print
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pdfimpose 📕 Perform imposition of a PDF file
=============================================

*Check out my other PDF tools:* `pdfautonup <https://framagit.org/spalax/pdfautonup>`__ | `dummypdf <https://framagit.org/spalax/dummypdf>`__. *This tool can be used online at:* https://pdfimpose.it.

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).

This software can perform imposition on PDF files of arbitrary size.
It handles several imposition schemas: hardcover binding, saddle stitch, one page zine, etc.
See `documentation <https://pdfimpose.rtfd.io>`__ for more details.


Examples
--------

* `2024 calendar <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/calendar2024-impose.pdf?inline=false>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/calendar2024.pdf?inline=false>`__, see LaTeX source file in sources repository).
* `Flash cards <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/cards-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/cards.pdf>`__);
* `Copy, cut, fold <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/copycutfold-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/copycutfold.pdf>`__);
* `Cut, stack, fold <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/cutstackfold-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/cutstackfold.pdf>`__);
* `One-page-zine <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/onepagezine-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/onepagezine.pdf>`__);
* `Hardcover binding <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/hardcover-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/hardcover.pdf>`__);
* `Saddle stitch <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/saddle-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/saddle.pdf>`__);
* `Wire binding <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/wire-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/wire.pdf>`__).

What's new?
-----------

See `changelog <https://git.framasoft.org/spalax/pdfimpose/blob/main/CHANGELOG.md>`_.

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.io>`_

* To compile it from source, download and run::

      cd doc && make html

            

Raw data

            {
    "_id": null,
    "home_page": "http://framagit.org/spalax/pdfimpose",
    "name": "pdfimpose",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.10",
    "maintainer_email": null,
    "keywords": "pdf imposition print",
    "author": "Louis Paternault",
    "author_email": "spalax@gresille.org",
    "download_url": "https://files.pythonhosted.org/packages/32/d1/9aada02f80bfc281cadf8cd962aa49d8d1aba829fab3c6d7041fd9bfe84b/pdfimpose-2.6.0.tar.gz",
    "platform": null,
    "description": "pdfimpose \ud83d\udcd5 Perform imposition of a PDF file\n=============================================\n\n*Check out my other PDF tools:* `pdfautonup <https://framagit.org/spalax/pdfautonup>`__ | `dummypdf <https://framagit.org/spalax/dummypdf>`__. *This tool can be used online at:* https://pdfimpose.it.\n\nImposition consists in the arrangement of the printed product\u2019s pages on\nthe printer\u2019s sheet, in order to obtain faster printing, simplify binding\nand reduce paper waste (source: http://en.wikipedia.org/wiki/Imposition).\n\nThis software can perform imposition on PDF files of arbitrary size.\nIt handles several imposition schemas: hardcover binding, saddle stitch, one page zine, etc.\nSee `documentation <https://pdfimpose.rtfd.io>`__ for more details.\n\n\nExamples\n--------\n\n* `2024 calendar <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/calendar2024-impose.pdf?inline=false>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/calendar2024.pdf?inline=false>`__, see LaTeX source file in sources repository).\n* `Flash cards <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/cards-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/cards.pdf>`__);\n* `Copy, cut, fold <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/copycutfold-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/copycutfold.pdf>`__);\n* `Cut, stack, fold <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/cutstackfold-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/cutstackfold.pdf>`__);\n* `One-page-zine <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/onepagezine-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/onepagezine.pdf>`__);\n* `Hardcover binding <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/hardcover-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/hardcover.pdf>`__);\n* `Saddle stitch <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/saddle-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/saddle.pdf>`__);\n* `Wire binding <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/wire-impose.pdf>`_ (`source <https://framagit.org/spalax/pdfimpose/-/raw/main/doc/examples/wire.pdf>`__).\n\nWhat's new?\n-----------\n\nSee `changelog <https://git.framasoft.org/spalax/pdfimpose/blob/main/CHANGELOG.md>`_.\n\nDownload and install\n--------------------\n\nSee the end of list for a (quick and dirty) Debian package.\n\n* From sources:\n\n  * Download: https://pypi.python.org/pypi/pdfimpose\n  * Install (in a `virtualenv`, if you do not want to mess with your distribution installation system)::\n\n        python setup.py install\n\n* From pip::\n\n    pip install pdfimpose\n\n* Quick and dirty Debian (and Ubuntu?) package\n\n  This requires `stdeb <https://github.com/astraw/stdeb>`_ to be installed::\n\n      python setup.py --command-packages=stdeb.command bdist_deb\n      sudo dpkg -i deb_dist/python<PYVERSION>-pdfimpose_<VERSION>_all.deb\n\nDocumentation\n-------------\n\n* The compiled documentation is available on `readthedocs <http://pdfimpose.readthedocs.io>`_\n\n* To compile it from source, download and run::\n\n      cd doc && make html\n",
    "bugtrack_url": null,
    "license": "AGPLv3 or any later version",
    "summary": "Perform imposition of a PDF file.",
    "version": "2.6.0",
    "project_urls": {
        "Documentation": "http://pdfimpose.readthedocs.io",
        "Homepage": "http://framagit.org/spalax/pdfimpose",
        "Source": "https://framagit.org/spalax/pdfimpose",
        "Tracker": "https://framagit.org/spalax/pdfimpose/issues"
    },
    "split_keywords": [
        "pdf",
        "imposition",
        "print"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d84e56267e0a453837223ccd12d1fd6051554d8b8fca490f0b3dc9ca168f0cab",
                "md5": "e44223162b23c72e69d9dd2a2a57925f",
                "sha256": "ffbaca357c9e41bbe34e17365c3ea121a641d8e8bbfc08851f0d5f5c1a084f32"
            },
            "downloads": -1,
            "filename": "pdfimpose-2.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e44223162b23c72e69d9dd2a2a57925f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.10",
            "size": 60601,
            "upload_time": "2024-08-27T20:24:58",
            "upload_time_iso_8601": "2024-08-27T20:24:58.226605Z",
            "url": "https://files.pythonhosted.org/packages/d8/4e/56267e0a453837223ccd12d1fd6051554d8b8fca490f0b3dc9ca168f0cab/pdfimpose-2.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32d19aada02f80bfc281cadf8cd962aa49d8d1aba829fab3c6d7041fd9bfe84b",
                "md5": "beadaf408451be6e7125bf8b1c67ed19",
                "sha256": "d70c0128df846c204df05245c09667a6add44e0836dc803c58049c485444b41e"
            },
            "downloads": -1,
            "filename": "pdfimpose-2.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "beadaf408451be6e7125bf8b1c67ed19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.10",
            "size": 40203,
            "upload_time": "2024-08-27T20:24:59",
            "upload_time_iso_8601": "2024-08-27T20:24:59.466209Z",
            "url": "https://files.pythonhosted.org/packages/32/d1/9aada02f80bfc281cadf8cd962aa49d8d1aba829fab3c6d7041fd9bfe84b/pdfimpose-2.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-27 20:24:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pdfimpose"
}
        
Elapsed time: 1.06208s