Skip to content

Releases: py-pdf/pypdf

Version 3.11.0, 2023-06-23

23 Jun 06:25
3.11.0
cd4c9d8
Compare
Choose a tag to compare

What's Changed

New Features (ENH)

Bug Fixes (BUG)

Full Changelog

Version 3.10.0, 2023-06-18

18 Jun 07:35
3.10.0
303736b
Compare
Choose a tag to compare

What's Changed

This release is focused around improving pypdf's capabilities around handling images,
but pypdf should now also deal better with forms.

A big thank you to @pubpub-zz who went above and beyond in this release 👏 🤗

New Features (ENH)

Bug Fixes (BUG)

Full Changelog

New Contributors

Full Changelog: 3.9.1...3.10.0

3.9.1

04 Jun 19:05
3.9.1
1f114ba
Compare
Choose a tag to compare

What's Changed

Deprecations (DEP)

Bug Fixes (BUG)

Robustness (ROB)

New Contributors

Full Changelog: 3.9.0...3.9.1

Version 3.9.0, 2023-05-21

21 May 15:05
3.9.0
0096c99
Compare
Choose a tag to compare

What's Changed

New Features (ENH)

Bug Fixes (BUG)

Robustness (ROB)

Documentation (DOC)

Maintenance (MAINT)

Code Style (STY):

  • Iterate directly over the list instead of using range (#1839) by @jsonn

Full Changelog

New Contributors

Full Changelog: 3.8.1...3.9.0

Version 3.8.1, 2023-04-23

23 Apr 13:57
3.8.1
6053167
Compare
Choose a tag to compare

What's Changed

Bug Fixes (BUG)

  • Convert color space before saving (#1802)

Documentation (DOC)

New Contributors

Full Changelog: 3.8.0...3.8.1

Version 3.8.0, 2023-04-16

16 Apr 19:22
3.8.0
f8295a9
Compare
Choose a tag to compare

What's Changed

New Features (ENH)

Robustness (ROB)

Maintenance (MAINT)

  • Mark code handling old parameters as deprecated (#1798)

Full Changelog

New Contributors

Full Changelog: 3.7.1...3.8.0

3.7.1

09 Apr 20:28
3.7.1
a876a77
Compare
Choose a tag to compare

What's Changed

Security (SEC)

  • Warn about PDF encryption security (#1755)

Robustness (ROB)

Documentation (DOC)

  • Add .readthedocs.yaml and bump docs dependencies using tox -e deps (#1750, #1752) by @adehad

Developer Experience (DEV)

  • Make make_changelog.py idempotent

Maintenance (MAINT)

  • Move generation of file identifiers to a method (#1760)

Testing (TST)

New Contributors

Full Changelog: 3.7.0...3.7.1

Version 3.7.0, 2023-03-26

26 Mar 14:15
3.7.0
050bca6
Compare
Choose a tag to compare

What's Changed

Security (SEC)

  • Use Python's secrets module instead of random module (#1748)

New Features (ENH)

  • Add AnnotationBuilder.highlight text markup annotation (#1740)
  • Add AnnotationBuilder.popup (#1665) by @pubpub-zz
  • Add AnnotationBuilder.polyline annotation support (#1726)
  • Add clone_from parameter in PdfWriter constructor (#1703) by @pubpub-zz

Bug Fixes (BUG)

  • 'DictionaryObject' object has no attribute 'indirect_reference' (#1729) by @pubpub-zz

Robustness (ROB)

Documentation (DOC)

Maintenance (MAINT)

  • Add AnnotationFlag (#1746)
  • Add LazyDict.str (#1727)

Full Changelog

Version 3.6.0, 2023-03-18

18 Mar 16:00
3.6.0
e34088e
Compare
Choose a tag to compare

What's Changed

New Features (ENH)

  • Extend PdfWriter.append() to PageObjects (#1704) by @pubpub-zz
  • Support qualified names in update_page_form_field_values (#1695) by @xi

Robustness (ROB)

New Contributors

  • @xi made their first contribution in #1695

Full Changelog: 3.5.2...3.6.0

3.5.2

12 Mar 11:18
3.5.2
d6c4b20
Compare
Choose a tag to compare

What's Changed

Bug Fixes (BUG)

  • compress_content_stream not readable in Adobe Acrobat (#1698) by @pubpub-zz
  • Pass logging parameters correctly in set_need_appearances_writer (#1697) by @rolisz
  • Write /Root/AcroForm in set_need_appearances_writer (#1639) by @cryzed

Robustness (ROB)

New Contributors

Full Changelog: 3.5.1...3.5.2