Skip to content

favilo/pdfimpose

Repository files navigation

pdfimpose 📕 Perform imposition of a PDF file

Check out my other PDF tools: pdfautonup | 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 for more details.

Examples

What's new?

See changelog.

Download and install

See the end of list for a (quick and dirty) Debian package.

  • From sources:

  • From pip:

    pip install pdfimpose
    
  • Quick and dirty Debian (and Ubuntu?) package

    This requires 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

  • To compile it from source, download and run:

    cd doc && make html
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published