Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROB : fix offset correction in revised PDF #1318

Merged
merged 1 commit into from
Sep 3, 2022

Conversation

pubpub-zz
Copy link
Collaborator

fixes #328
problem is observed in pdfs where the xref table in previous versions are not starting at 0 where _zero_xref was changing index which should not

fixes py-pdf#328
problem is observed in pdfs where the xref table in previous versions are not starting at 0 where _zero_xref was changing index which should not
@codecov
Copy link

codecov bot commented Sep 3, 2022

Codecov Report

Merging #1318 (9daeabd) into main (a61ef5f) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1318      +/-   ##
==========================================
- Coverage   94.67%   94.65%   -0.03%     
==========================================
  Files          30       30              
  Lines        5106     5105       -1     
  Branches     1052     1051       -1     
==========================================
- Hits         4834     4832       -2     
- Misses        157      158       +1     
  Partials      115      115              
Impacted Files Coverage Δ
PyPDF2/_reader.py 89.36% <100.00%> (-0.14%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@MartinThoma MartinThoma merged commit b4b8f2d into py-pdf:main Sep 3, 2022
@MartinThoma
Copy link
Member

Wow, awesome that you could fix this old issue!

@pubpub-zz pubpub-zz deleted the iss328 branch September 3, 2022 19:53
MartinThoma added a commit that referenced this pull request Sep 4, 2022
Version 2.10.5, 2022-09-04
--------------------------

New Features (ENH):
-  Process XRefStm (#1297)
-  Auto-detect RTL for text extraction (#1309)

Bug Fixes (BUG):
-  Avoid scaling cropbox twice (#1314)

Robustness (ROB):
-  Fix offset correction in revised PDF (#1318)
-  Crop data of /U and /O in encryption dictionary to 48 bytes (#1317)
-  MultiLine bfrange in cmap (#1299)
-  Cope with 2 digit codes in bfchar (#1310)
-  Accept '/annn' charset as ASCII code (#1316)
-  Log errors during Float / NumberObject initialization (#1315)
-  Cope with corrupted entries in xref table (#1300)

Documentation (DOC):
-  Migration guide (PyPDF2 1.x \xe2\x9e\x94 2.x) (#1324)
-  Creating a coverage report (#1319)
-  Fix AnnotationBuilder.free_text example (#1311)
-  Fix usage of page.scale by replacing it with page.scale_by (#1313)

Developer Experience (DEV):
-  Only run coverage for PyPDF2

Maintenance (MAINT):
-  PdfReaderProtocol (#1303)
-  Throw PdfReadError if Trailer can't be read (#1298)
-  Remove catching OverflowException (#1302)

Full Changelog: 2.10.4...2.10.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KeyError '/Pages' is raised when pages are merged
2 participants