summaryrefslogtreecommitdiff
path: root/support/pdfbook2/README
diff options
context:
space:
mode:
Diffstat (limited to 'support/pdfbook2/README')
-rw-r--r--support/pdfbook2/README12
1 files changed, 9 insertions, 3 deletions
diff --git a/support/pdfbook2/README b/support/pdfbook2/README
index 2b72d40f06..e27738188b 100644
--- a/support/pdfbook2/README
+++ b/support/pdfbook2/README
@@ -1,8 +1,8 @@
pdfbook2 - transform pdf files to booklets
==========================================
- pdfbook2 v1.3 (https://github.com/jenom/pdfbook2)
- (c) 2015 - 2019 Johannes Neumann (http://www.neumannjo.de)
+ pdfbook2 v1.4 (https://github.com/jenom/pdfbook2)
+ (c) 2015 - 2020 Johannes Neumann (http://www.neumannjo.de)
licensed under GPLv3 (http://www.gnu.org/licenses/gpl-3.0)
based on pdfbook by David Firth with help from Marco Pessotto
@@ -45,7 +45,7 @@ INSTALLATION
REQUIREMENTS
- python 2.7, pdfjam, pdfcrop and their dependencies.
+ python 3.6, pdfjam, pdfcrop and their dependencies.
EXAMPLES
@@ -115,6 +115,12 @@ OPTIONS
CHANGELOG
+ 1.4 2020/01/20
+
+ - migration to Python 3
+ - fixed bug if the input document had only one page
+ - fix for signature option not working
+
1.3 2019/08/12
- removed wait after popen to prevent deadlock with very large documents