File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed
Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1- Version 1.20, 2014-01-??
1+ Version 1.20, 2014-01-28
22------------------------
33
4- - Many Python 3 support changes (with contributions from TWAC and cgammans)
4+ - Official Python 3+ support (with contributions from TWAC and cgammans)
5+ Support for Python versions 2.6 and 2.7 will be maintained
56
6- - Updated FAQ; link included in README
7+ - Command line concatenation (see pdfcat in sample code) (by Steve Witham)
78
8- - Allow more (unnecessary) escape sequences
9+ - New FAQ; link included in README
10+
11+ - Allow more (although unnecessary) escape sequences
912
1013 - Prevent exception when reading a null object in decoding parameters
1114
@@ -19,11 +22,18 @@ Version 1.20, 2014-01-??
1922
2023 - Additions to Sample Code and Sample PDFs
2124
22- - changes to allow 2up script to work (by Dylan McNamee)
25+ - changes to allow 2up script to work (see sample code) ( by Dylan McNamee)
2326
2427 - changes to metadata encoding (by Chris Hiestand)
2528
26- - New methods for links: addLink() (by Enrico Lambertini) and ignoreLinks()
29+ - New methods for links: addLink() (by Enrico Lambertini) and removeLinks()
30+
31+ - Bugfix to handle nested bookmarks correctly (by Jamie Lentin)
32+
33+ - New methods removeImages() and removeText() available for PdfFileWriter
34+ (by Tien Ha�)
35+
36+ - Exception handling for illegal characters in Name Objects
2737
2838
2939Version 1.19, 2013-10-08
Original file line number Diff line number Diff line change 1- __version__ = '1.20b '
1+ __version__ = '1.20 '
22
You can’t perform that action at this time.
0 commit comments