|
| 1 | +Version 1.19, 2013-10-08 |
| 2 | +------------------------ |
| 3 | + |
| 4 | +BUGFIXES: |
| 5 | + - Removed pop in sweepIndirectReferences to prevent infinite loop |
| 6 | + (provided by ian-su-sirca) |
| 7 | + |
| 8 | + - Fixed bug caused by whitespace when parsing PDFs generated by AutoCad |
| 9 | + |
| 10 | + - Fixed a bug caused by reading a 'null' ASCII value in a dictionary |
| 11 | + object (primarily in PDFs generated by AutoCad). |
| 12 | + |
| 13 | +FEATURES: |
| 14 | + - Added new folders for PyPDF2 sample code and example PDFs; see README |
| 15 | + for each folder |
| 16 | + |
| 17 | + - Added a method for debugging purposes to show current location while |
| 18 | + parsing |
| 19 | + |
| 20 | + - Ability to create custom metadata (by jamma313) |
| 21 | + |
| 22 | + - Ability to access and customize document layout and view mode |
| 23 | + (by Joshua Arnott) |
| 24 | + |
| 25 | +OTHER: |
| 26 | + - Added and corrected some documentation |
| 27 | + |
| 28 | + - Added some more warnings and exception messages |
| 29 | + |
| 30 | + - Removed old test/debugging code |
| 31 | + |
| 32 | +UPCOMING: |
| 33 | + - More bugfixes (We have received many problematic PDFs via email, we |
| 34 | + will work with them) |
| 35 | + |
| 36 | + - Documentation - It's time for PyPDF2 to get its own documentation |
| 37 | + since it has grown much since the original pyPdf |
| 38 | + |
| 39 | + - A FAQ to answer common questions |
| 40 | + |
| 41 | + |
1 | 42 | Version 1.18, 2013-08-19 |
2 | | ---------------------------- |
| 43 | +------------------------ |
3 | 44 |
|
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) |
| 45 | + - Fixed a bug where older verions of objects were incorrectly added to the |
| 46 | + cache, resulting in outdated or missing pages, images, and other objects |
| 47 | + (from speedplane) |
7 | 48 |
|
8 | | -- Fixed a bug in parsing the xref table where new xref values were |
9 | | - overwritten; also cleaned up code (from speedplane) |
| 49 | + - Fixed a bug in parsing the xref table where new xref values were |
| 50 | + overwritten; also cleaned up code (from speedplane) |
10 | 51 |
|
11 | | -- New method mergeRotatedAroundPointPage which merges a page while rotating |
12 | | - it around a point (from speedplane) |
| 52 | + - New method mergeRotatedAroundPointPage which merges a page while rotating |
| 53 | + it around a point (from speedplane) |
13 | 54 |
|
14 | | -- Updated Destination syntax to respect PDF 1.6 specifications (from |
15 | | - jamma313) |
| 55 | + - Updated Destination syntax to respect PDF 1.6 specifications (from |
| 56 | + jamma313) |
16 | 57 |
|
17 | | -- Prevented infinite loop when a PdfFileReader object was instantiated |
18 | | - with an empty file (from Jerome Nexedi) |
| 58 | + - Prevented infinite loop when a PdfFileReader object was instantiated |
| 59 | + with an empty file (from Jerome Nexedi) |
19 | 60 |
|
20 | 61 | Other Changes: |
21 | 62 |
|
22 | | -- Downloads now available via PyPI |
23 | | - https://pypi.python.org/pypi?:action=display&name=PyPDF2 |
| 63 | + - Downloads now available via PyPI |
| 64 | + https://pypi.python.org/pypi?:action=display&name=PyPDF2 |
24 | 65 |
|
25 | | -- Installation through pip library is fixed |
| 66 | + - Installation through pip library is fixed |
26 | 67 |
|
27 | 68 |
|
28 | 69 | Version 1.17, 2013-07-25 |
|
0 commit comments