Skip to content

ENH: Add PdfReader._get_fonts#1083

Merged
MartinThoma merged 5 commits intomainfrom
fonts
Jul 10, 2022
Merged

ENH: Add PdfReader._get_fonts#1083
MartinThoma merged 5 commits intomainfrom
fonts

Conversation

@MartinThoma
Copy link
Copy Markdown
Member

@MartinThoma MartinThoma commented Jul 9, 2022

Closes #153

Co-authored-by: tiarno jtim.arnold@gmail.com

See #153

Co-authored-by: tiarno <jtim.arnold@gmail.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 9, 2022

Codecov Report

Merging #1083 (b075e50) into main (1e4c2c9) will increase coverage by 0.01%.
The diff coverage is 95.45%.

@@            Coverage Diff             @@
##             main    #1083      +/-   ##
==========================================
+ Coverage   91.57%   91.59%   +0.01%     
==========================================
  Files          24       24              
  Lines        4524     4546      +22     
  Branches      926      933       +7     
==========================================
+ Hits         4143     4164      +21     
  Misses        241      241              
- Partials      140      141       +1     
Impacted Files Coverage Δ
PyPDF2/_page.py 92.73% <95.45%> (+0.15%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e4c2c9...b075e50. Read the comment docs.

@MartinThoma MartinThoma merged commit e51141d into main Jul 10, 2022
@MartinThoma MartinThoma deleted the fonts branch July 10, 2022 13:53
MartinThoma added a commit that referenced this pull request Jul 10, 2022
New Features (ENH):
-  Add PageObject._get_fonts (#1083)
-  Add support for indexed color spaces / BitsPerComponent for decoding PNGs (#1067)

Performance Improvements (PI):
-  Use iterative DFS in PdfWriter._sweep_indirect_references (#1072)

Bug Fixes (BUG):
-  Let Page.scale also scale the crop-/trim-/bleed-/artbox (#1066)
-  Column default for CCITTFaxDecode (#1079)

Robustness (ROB):
-  Guard against None-value in _get_outlines (#1060)

Documentation (DOC):
-  Stamps and watermarks (#1082)
-  OCR vs PDF text extraction (#1081)
-  Python Version support
-  Formatting of CHANGELOG

Developer Experience (DEV):
-  Cache downloaded files (#1070)
-  Speed-up for CI (#1069)

Maintenance (MAINT):
-  Set page.rotate(angle: int) (#1092)
-  Issue #416 was fixed by #1015 (#1078)

Testing (TST):
-  Image extraction (#1080)
-  Image extraction (#1077)

Code Style (STY):
-  Apply black
-  Typo in Changelog

Full Changelog: 2.4.2...2.4.3
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.

Add font information to PdfReader instance

1 participant