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: Cope with xref not followed by separator #2083

Merged
merged 2 commits into from
Aug 12, 2023

Conversation

pubpub-zz
Copy link
Collaborator

closes #2082

@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02% 🎉

Comparison is base (f0781db) 94.24% compared to head (b396c21) 94.27%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2083      +/-   ##
==========================================
+ Coverage   94.24%   94.27%   +0.02%     
==========================================
  Files          41       41              
  Lines        7355     7355              
  Branches     1448     1448              
==========================================
+ Hits         6932     6934       +2     
+ Misses        263      262       -1     
+ Partials      160      159       -1     
Files Changed Coverage Δ
pypdf/_reader.py 91.70% <100.00%> (+0.20%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pubpub-zz
Copy link
Collaborator Author

@MartinThoma
All yours

@MartinThoma MartinThoma changed the title FIX: Cope with xref not followed by separator ROB: Cope with xref not followed by separator Aug 12, 2023
@MartinThoma MartinThoma merged commit 243fd9c into py-pdf:main Aug 12, 2023
@MartinThoma
Copy link
Member

Very nice! Thank you for solving the issue 🙏

MartinThoma added a commit that referenced this pull request Aug 13, 2023
## What's new

### Performance Improvements (PI)
-  optimize _decode_png_prediction (#2068)

### Bug Fixes (BUG)
-  Fix incorrect tm_matrix in call to visitor_text (#2060)
-  Writing German characters into form fields (#2047)
-  Prevent stall when accessing image in corrupted pdf (#2081)
-  append() fails when articles do not have /T (#2080)

### Robustness (ROB)
-  Cope with xref not followed by separator (#2083)

[Full Changelog](3.15.0...3.15.1)
@pubpub-zz pubpub-zz deleted the iss2082 branch August 9, 2024 08:25
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.

pypdf.errors.PdfReadError: Could not read Boolean object
2 participants