PyPDF2 v1.18 Release Notes

Release Date: 2013-08-19 // over 10 years ago
    • Fixed a bug where older verions of objects were incorrectly added to the cache, resulting in outdated or missing pages, images, and other objects (from speedplane)

    • Fixed a bug in parsing the xref table where new xref values were overwritten; also cleaned up code (from speedplane)

    • New method mergeRotatedAroundPointPage which merges a page while rotating it around a point (from speedplane)

    • Updated Destination syntax to respect PDF 1.6 specifications (from jamma313)

    • Prevented infinite loop when a PdfFileReader object was instantiated with an empty file (from Jerome Nexedi)

    Other Changes: