Skip to content

Releases: py-pdf/pypdf

Version 3.15.0, 2023-08-06

06 Aug 07:36
3.15.0
91391b1
Compare
Choose a tag to compare

Changes

New Features (ENH)

  • Add level parameter to compress_content_streams (#2044)
  • Process /uniHHHH for text_extract (#2043)

Bug Fixes (BUG)

  • Fix AnnotationBuilder.link (#2066)
  • JPX image without ColorSpace (#2062)
  • Added check for field /Info when cloning reader document (#2055)
  • Fix indexed/CMYK images (#2039)

Maintenance (MAINT)

  • Cryptography as primary dependency (#2053)

Full Changelog

Version 3.14.0, 2023-07-29

29 Jul 10:24
3.14.0
29a29fe
Compare
Choose a tag to compare

What's new

New Features (ENH)

  • Accelerate image list keys generation (#2014)
  • Use cryptography for encryption/decryption as a fallback for PyCryptodome (#2000)
  • Extract LaTeX characters (#2016)
  • ASCIIHexDecode.decode now returns bytes instead of str (#1994) ⚠️ This could be a breaking change for people who directly use ASCIIHexDecode. If you don't import ASCIIHexDecode, you're safe. It was not marked explicitly as a breaking change as it should have returned bytes in the first place.

Bug Fixes (BUG)

  • Add RunLengthDecode filter (#2012)
  • Process /Separation ColorSpace (#2007)
  • Handle single element ColorSpace list (#2026)
  • Process lookup decoded as TextStringObjects (#2008)

Robustness (ROB)

  • Cope with garbage collector during cloning (#1841)

Maintenance (MAINT)

  • Cleanup of annotations (#1745)

Version 3.13.0, 2023-07-23

23 Jul 20:25
3.13.0
74f8175
Compare
Choose a tag to compare

What's new

New Features (ENH)

  • Add is_open in outlines in PdfReader and PdfWriter (#1960)

Bug Fixes (BUG)

  • Search /DA in hierarchy fields (#2002)
  • Cope with different ISO date length (#1999)
  • Decode Black only/CMYK deviceN images (#1984)
  • Process CMYK in deflate images (#1977)

Developer Experience (DEV)

Full Changelog

Version 3.12.2, 2023-07-16

16 Jul 21:01
3.12.2
1d16ca5
Compare
Choose a tag to compare

What's Changed

Bug Fixes (BUG)

Developer Experience (DEV)

  • Automate the release process (#1970)

New Contributors

Full Changelog: 3.12.1...3.12.2

Version 3.12.1

09 Jul 14:32
3.12.1
2b6941b
Compare
Choose a tag to compare

What's Changed

Full Changelog

Version 3.12.0, 2023-07-02

02 Jul 21:35
3.12.0
8963a57
Compare
Choose a tag to compare

What's Changed

We finally fully support modern cryptography for encrypting and decrypting PDF files.
A big thank you to @exiledkingcc who did this work a while a go 🙏

New Features (ENH)

Bug Fixes (BUG)

Full Changelog

New Contributors

Full Changelog: 3.11.1...3.12.0

Version 3.11.1, 2023-06-25

25 Jun 20:29
3.11.1
7b357c7
Compare
Choose a tag to compare

What's Changed

Bug Fixes (BUG)

Full Changelog

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