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: Process lookup decoded as TextStringObjects #2008

Merged
merged 2 commits into from
Jul 25, 2023

Conversation

pubpub-zz
Copy link
Collaborator

closes #1982

@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (74f8175) 94.03% compared to head (d51c091) 94.03%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2008   +/-   ##
=======================================
  Coverage   94.03%   94.03%           
=======================================
  Files          33       33           
  Lines        7074     7076    +2     
  Branches     1412     1413    +1     
=======================================
+ Hits         6652     6654    +2     
  Misses        263      263           
  Partials      159      159           
Impacted Files Coverage Δ
pypdf/filters.py 93.52% <100.00%> (+0.02%) ⬆️

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

@pubpub-zz
Copy link
Collaborator Author

@MartinThoma
all yours

@MartinThoma MartinThoma changed the title BUG : process lookup decoded as TextStringObjects BUG: Process lookup decoded as TextStringObjects Jul 25, 2023
@MartinThoma MartinThoma merged commit 890c93a into py-pdf:main Jul 25, 2023
@MartinThoma
Copy link
Member

Nice! Thank you 🎉

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

### New Features (ENH)
-  Accelerate image list keys generation (#2014)
-  Use `cryptography` for encryption/decryption as a fallback for PyCryptodome (#2000)
-  Extract LaTeX characters (#2016)
-  ASCIIHexDecode.decode now returns bytes instead of str (#1994)

### Bug Fixes (BUG)
-  Add RunLengthDecode filter (#2012)
-  Process /Separation ColorSpace (#2007)
-  Handle single element ColorSpace list (#2026)
-  Process lookup decoded as TextStringObjects (#2008)

### Robustness (ROB)
-  Cope with garbage collector during cloning (#1841)

### Maintenance (MAINT)
-  Cleanup of annotations (#1745)

[Full Changelog](3.13.0...3.14.0)
@pubpub-zz pubpub-zz deleted the iss1982 branch September 2, 2023 09:45
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.

AttributeError: 'TextStringObject' object has no attribute 'get_data'
2 participants