PyPDF2 v2.11.2 Release Notes

Release Date: 2022-11-20 // over 1 year ago
  • ๐Ÿ†• New Features (ENH)

    • Add remove_from_tree (#1432)
    • Add AnnotationBuilder.rectangle (#1388)

    ๐Ÿ› Bug Fixes (BUG)

    • JavaScript executed twice (#1439)
    • ToUnicode stores /Identity-H instead of stream (#1433)
    • Declare Pillow as optional dependency (#1392)

    Developer Experience (DEV)

    • Link 'Full Changelog' automatically
    • Modify read_string_from_stream to a benchmark (#1415)
    • Improve error reporting of read_object (#1412)
    • โœ… Test Python 3.11 (#1404)
    • Extend Flake8 ignore list (#1410)
    • โœ… Use correct pytest markers (#1407)
    • ๐Ÿ”ง Move project configuration to pyproject.toml (#1382)

    Full Changelog


Previous changes from v2.11.1

  • ๐Ÿ› Bug Fixes (BUG)

    • td matrix (#1373)
    • Cope with cmap from #1322 (#1372)

    Robustness (ROB)

    • Cope with str returned from get_data in cmap (#1380)

    Full Changelog