https://github.com/con-f-use/bookletimposer
Bookletimposer is an utility to achieve some basic imposition on PDF documents, especially designed to work on booklets.
https://github.com/con-f-use/bookletimposer
Last synced: 4 months ago
JSON representation
Bookletimposer is an utility to achieve some basic imposition on PDF documents, especially designed to work on booklets.
- Host: GitHub
- URL: https://github.com/con-f-use/bookletimposer
- Owner: con-f-use
- License: gpl-3.0
- Created: 2015-07-20T12:41:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T08:12:48.000Z (about 7 years ago)
- Last Synced: 2025-02-06T21:16:08.571Z (4 months ago)
- Language: Python
- Size: 146 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
README
BookletImposer / pdfimposer
Achieve some basic imposition on PDF documentsWhat is it ?
============Bookletimposer is an utility to achieve some basic imposition on PDF
documents, especially designed to work on booklets.Bookletimposer is implemented as a commandline and GTK+ interface to pdfimposer,
a reusable python module built on top of pyPdf.It was tested on GNU/Linux althought it may work on any systems with a Python
interpreter.Bookletimposer and pdfimposer are both free software released under the GNU
General Public License, either version 3 or (at your option) any later version.
See COPYING for the full text of the license.Features
========- transform linear documents to booklets
- transform booklets to linear documents
- reduce a document to put many on one sheetDevelopment state
=================BookletImposer is under development, which means that for the moment, some
things work, some others does not... Thanks to report bugs to
if you find some!Furethermore, some funtionalities are still to be implemented.
Dependencies
============pdfimposer requires:
- python (>= 2.6)
- pyPdf (>= 1.13)BookletImposer also requires:
- PyGObject
- gtk+ (>= 3.0)
- glibIn addition, the build and installation process requires:
- python-distutils-extra
- pandocQuick installation
==================Once the tarball downloaded and extracted:
$ ./setup.py build
Then as root:
# ./setup.py install
pdfimposer API documentation
============================See generated epydoc documentation (available at
)BookletImposer usage
====================BookletImposer can be launched from the Office section of the Application menu,
or with te command:$ bookletimposer
Help on command line options is available in the man page.