This file is indexed.

/usr/share/doc/bookletimposer/README is in bookletimposer 0.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
BookletImposer / pdfimposer
Achieve some basic imposition on PDF documents


What 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 sheet


Development state
=================

BookletImposer is under development, which means that for the moment, some
things work, some others does not... Thanks to report bugs to
<kjo@a4nancy.net.eu.org> 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)
- glib

In addition, the build and installation process requires:

- python-distutils-extra
- pandoc


Quick 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
<https://kjo.herbesfolles.org/bookletimposer/api/>)


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.