3.4.0 #1612
MartinThoma
announced in
Announcements
3.4.0
#1612
Replies: 1 comment
-
Wow! This is a long awaited and very much appreciated update. Thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Version 3.4.0, 2023-02-05
NOTICE: pypdf changed the way it represents numbers parsed from PDF files.
pypdf<3.4.0 represented numbers as Decimal, pypdf>=3.4.0 represents them as
floats. Several other PDF libraries to this, as well as many PDF viewers.
We hope to fix issues with too high precision like this and get a speed boost.
In case your PDF documents rely on more than 18 decimals of precision you
should check if it still works as expected.
To clarify: This does not affect the text shown in PDF documents, even if the text are numbers.
It affects numbers used by the PDF document, e.g. when graphics are drawn on the PDF
or very exact positions are used. Typically, 5 decimals should be enough.
New Features (ENH)
Bug Fixes (BUG)
Robustness (ROB)
Developer Experience (DEV)
Tests (TST)
Full Changelog
New Contributors
Full Changelog: 3.3.0...3.4.0
This discussion was created from the release 3.4.0.
Beta Was this translation helpful? Give feedback.
All reactions