Skip to content

Version 1.26.0

Compare
Choose a tag to compare
@mstamy2 mstamy2 released this 18 May 16:58

Version 1.26.0

2016-05-18

  • NOTE: Active maintenance on PyPDF2 is resuming after a hiatus
  • Fixed a bug where image resources where incorrectly
    overwritten when merging pages
  • Added dictionary for JavaScript actions to the root _(louib)_
  • Added unit tests for the JS functionality _(louib)_
  • Add more Python 3 compatibility when reading inline images _(im2703
    and VyacheslavHashov)
    _
  • Return NullObject instead of raising error when failing to resolve
    object _(ctate)_
  • Don't output warning for non-zeroed xref table when strict=False
    _(BenRussert)_
  • Remove extraneous zeroes from output formatting _(speedplane)_
  • Fix bug where reading an inline image would cut off prematurely
    in certain cases _(speedplane)_