-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
36 lines (19 loc) · 781 Bytes
/
README
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
PDF-Shuffler 0.7
------------------
This is the latest release of PDF-Shuffler, a simple pyGTK utility to merge,
split and rearrange PDF documents. PDF-Shuffler lets also rotate and crop
individual pages of a pdf document.
PDF-Shuffler requires python-poppler and version 1.10 or newer of python-pypdf.
PDF-Shuffler is written in Python using PyGTK. It is released under the GNU GPL-3.
In order to install run:
python setup.py install
as superuser.
What's new in this version:
---------------------------
* Port to Gtk+3 (new dependency on gir1.2-poppler-0.18).
* Switching to PyPDF2 (new dependency on python3-pypdf2).
* Switching to Python 3
Known issues:
-------------
* High memory consumption.
* No autoscrolling during navigation with the keyboard arrows.