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 damaged PDF #2129

Merged
merged 1 commit into from
Aug 31, 2023
Merged

ROB: Cope with damaged PDF #2129

merged 1 commit into from
Aug 31, 2023

Conversation

pubpub-zz
Copy link
Collaborator

closes #140 - late exchanges in the theads:
#140 (comment)

the PDF is damaged.The length is an indirectobject that can not be found returning None.

closes  py-pdf#140  - late exchanges in the theads:
py-pdf#140 (comment)

the PDF is damaged.The length is an indirectobject that can not be found returning None.
@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (fe2dfaf) 94.10% compared to head (3cc5956) 94.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2129   +/-   ##
=======================================
  Coverage   94.10%   94.10%           
=======================================
  Files          41       41           
  Lines        7460     7462    +2     
  Branches     1474     1475    +1     
=======================================
+ Hits         7020     7022    +2     
  Misses        274      274           
  Partials      166      166           
Files Changed Coverage Δ
pypdf/generic/_data_structures.py 92.42% <100.00%> (+0.01%) ⬆️

☔ 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 ROB : Cope with damaged PDF ROB: Cope with damaged PDF Aug 30, 2023
@MartinThoma MartinThoma merged commit 301b542 into py-pdf:main Aug 31, 2023
14 checks passed
@MartinThoma
Copy link
Member

Thank you :-)

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

### Bug Fixes (BUG)
-  Cope with missing /I in articles (#2134)
-  Fix image look-up table in EncodedStreamObject (#2128)
-  remove_images not operating in sub level forms (#2133)

### Robustness (ROB)
-  Cope with damaged PDF (#2129)

### Documentation (DOC)
-  How to take ownership (#2123)

### Developer Experience (DEV)
-  Download PDFs before executing the tests to not run into timeouts (#2143)
-  Add workflow_dispatch to CI (#2145)
-  Automatically create release message / tag message (#2127)
-  Ensure the REL commit message is consistently created (#2126)

### Testing (TST)
-  Add test for correct rendering of watermarks (#2130)

[Full Changelog](3.15.4...3.15.5)
@pubpub-zz pubpub-zz deleted the iss140_late 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.

RuntimeError: maximum recursion depth exceeded
2 participants