pdfimpose


Namepdfimpose JSON
Version 2.5.0 PyPI version JSON
download
home_pagehttp://framagit.org/spalax/pdfimpose
SummaryPerform imposition of a PDF file.
upload_time2024-02-19 22:44:22
maintainer
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>`__.

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": "",
    "docs_url": null,
    "requires_python": "<4,>=3.10",
    "maintainer_email": "",
    "keywords": "pdf imposition print",
    "author": "Louis Paternault",
    "author_email": "spalax@gresille.org",
    "download_url": "https://files.pythonhosted.org/packages/71/5c/e8020e7252ba84d78ec0c7420b4f75dabf4c21189a2339d35eeffc28eb12/pdfimpose-2.5.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>`__.\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.5.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": "ba71732c95f5f2b5eaab685c15ca3d5885e4d457bb5e852d32f678590a5fb5e7",
                "md5": "6d736700a6eb3f13be7a1f0f2e1d55d4",
                "sha256": "c314d5bf05dd7dda573d01dae93a16647003dbe3ab7fda2ee9b04d02a8c7a1f0"
            },
            "downloads": -1,
            "filename": "pdfimpose-2.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6d736700a6eb3f13be7a1f0f2e1d55d4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.10",
            "size": 60571,
            "upload_time": "2024-02-19T22:44:20",
            "upload_time_iso_8601": "2024-02-19T22:44:20.649580Z",
            "url": "https://files.pythonhosted.org/packages/ba/71/732c95f5f2b5eaab685c15ca3d5885e4d457bb5e852d32f678590a5fb5e7/pdfimpose-2.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "715ce8020e7252ba84d78ec0c7420b4f75dabf4c21189a2339d35eeffc28eb12",
                "md5": "62752489ec5c5203bf7e6a9a06af0c7e",
                "sha256": "8952ff712324ba1ab6540f4f888d3ee3dd5f487547ca01ee02da865359a49085"
            },
            "downloads": -1,
            "filename": "pdfimpose-2.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "62752489ec5c5203bf7e6a9a06af0c7e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.10",
            "size": 40131,
            "upload_time": "2024-02-19T22:44:22",
            "upload_time_iso_8601": "2024-02-19T22:44:22.552151Z",
            "url": "https://files.pythonhosted.org/packages/71/5c/e8020e7252ba84d78ec0c7420b4f75dabf4c21189a2339d35eeffc28eb12/pdfimpose-2.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 22:44:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pdfimpose"
}
        
Elapsed time: 0.19922s