File tree Expand file tree Collapse file tree 2 files changed +30
-3
lines changed
Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1+ Version 1.18, 2013-08-19
2+ ---------------------------
3+
4+ - Fixed a bug where older verions of objects were incorrectly added to the
5+ cache, resulting in outdated or missing pages, images, and other objects
6+ (from speedplane)
7+
8+ - Fixed a bug in parsing the xref table where new xref values were
9+ overwritten; also cleaned up code (from speedplane)
10+
11+ - New method mergeRotatedAroundPointPage which merges a page while rotating
12+ it around a point (from speedplane)
13+
14+ - Updated Destination syntax to respect PDF 1.6 specifications (from
15+ jamma313)
16+
17+ - Prevented infinite loop when a PdfFileReader object was instantiated
18+ with an empty file (from Jerome Nexedi)
19+
20+ Other Changes:
21+
22+ - Downloads now available via PyPI
23+ https://pypi.python.org/pypi?:action=display&name=PyPDF2
24+
25+ - Installation through pip library is fixed
26+
27+
128Version 1.17, 2013-07-25
229------------------------
330
@@ -7,9 +34,9 @@ Version 1.17, 2013-07-25
734
835 - Corrected and Expanded README file to demonstrate PdfFileMerger
936
10- - Added filter for LZW encoded PDF files (from Michal Horejsek)
37+ - Added filter for LZW encoded streams (from Michal Horejsek)
1138
12- - PyPDF2 issue tracker enabled (or soon to be) on Github to allow community
39+ - PyPDF2 issue tracker enabled on Github to allow community
1340 discussion and collaboration
1441
1542
Original file line number Diff line number Diff line change 1- __version__ = '1.17 '
1+ __version__ = '1.18 '
22
You can’t perform that action at this time.
0 commit comments