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

BUG: Remove erroneous assertion check #1564

Merged
merged 5 commits into from
Jan 21, 2023
Merged

Conversation

pubpub-zz
Copy link
Collaborator

closes #1559
This is due to a bad interpretation of text at bottom of page 108 of pdf 1.7 reference

closes py-pdf#1559
This is due to a bad interpretation of text at bottom of page 108 of pdf 1.7 reference
@codecov
Copy link

codecov bot commented Jan 20, 2023

Codecov Report

Base: 91.84% // Head: 91.83% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (2d00b3c) compared to base (e711846).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1564      +/-   ##
==========================================
- Coverage   91.84%   91.83%   -0.01%     
==========================================
  Files          33       33              
  Lines        6202     6199       -3     
  Branches     1228     1228              
==========================================
- Hits         5696     5693       -3     
  Misses        326      326              
  Partials      180      180              
Impacted Files Coverage Δ
pypdf/_reader.py 90.09% <ø> (-0.04%) ⬇️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pubpub-zz
Copy link
Collaborator Author

@MartinThoma
ready for merge

@MartinThoma MartinThoma changed the title BUG : remove erroneous assertion check BUG: Remove erroneous assertion check Jan 21, 2023
@MartinThoma MartinThoma merged commit a6aad31 into py-pdf:main Jan 21, 2023
@MartinThoma
Copy link
Member

Thank you! I've merged the PR and will release it latest tomorrow :-)

MartinThoma added a commit that referenced this pull request Jan 22, 2023
New Features (ENH):
-  Add page label support to PdfWriter (#1558)
-  Accept inline images with space before EI (#1552)
-  Add circle annotation support (#1556)
-  Add polygon annotation support (#1557)
-  Make merging pages produce a deterministic PDF (#1542, #1543)

Bug Fixes (BUG):
-  Fix error in cmap extraction (#1544)
-  Remove erroneous assertion check (#1564)
-  Fix dictionary access of optional page label keys (#1562)

Robustness (ROB):
-  Set ignore_eof=True for read_until_regex (#1521)

Documentation (DOC):
-  Paper size (#1550)

Developer Experience (DEV):
-  Fix broken combination of dependencies of docs.txt
-  Annotate tests appropriately (#1551)

[Full Changelog](3.2.1...3.3.0)
@pubpub-zz pubpub-zz deleted the iss1559 branch June 24, 2023 08:41
@pubpub-zz pubpub-zz restored the iss1559 branch June 24, 2023 08:41
@pubpub-zz pubpub-zz deleted the iss1559 branch June 24, 2023 08:41
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.

PdfReadError: trailer can not be read ()
2 participants