PyPDF2 v1.22 Release Notes

Release Date: 2014-05-29 // almost 10 years ago
    • Added .DS_Store to .gitignore (for Mac users) (by Steve Witham)

    • Removed init() implementation in NameObject (by Steve Witham)

    • Fixed bug (inf. loop) when merging pages in Python 3 (by commx)

    • Corrected error when calculating height in scaleTo()

    • Removed unnecessary code from DictionaryObject (by Georges Dubus)

    • Fixed bug where an exception was thrown upon reading a NULL string (by speedplane)

    • Allow string literals (non-unicode strings in Python 2) to be passed to PdfFileReader

    • Allow ConvertFunctionsToVirtualList to be indexed with slices and longs (in Python 2) (by Matt Gilson)

    • Major improvements and bugfixes to addLink() method (see documentation in source code) (by Henry Keiter)

    • General code clean-up and improvements (with Steve Witham and Henry Keiter)

    • Fixed bug that caused crash when comments are present at end of dictionary