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

DOC: Page vs Content scaling #1208

Merged
merged 1 commit into from Aug 6, 2022
Merged

DOC: Page vs Content scaling #1208

merged 1 commit into from Aug 6, 2022

Conversation

MartinThoma
Copy link
Member

Closes #1035

@codecov
Copy link

codecov bot commented Aug 6, 2022

Codecov Report

Merging #1208 (6af95da) into main (759cbc3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1208   +/-   ##
=======================================
  Coverage   92.15%   92.15%           
=======================================
  Files          24       24           
  Lines        4948     4948           
  Branches     1024     1024           
=======================================
  Hits         4560     4560           
  Misses        244      244           
  Partials      144      144           
Impacted Files Coverage Δ
PyPDF2/_page.py 92.62% <ø> (ø)

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

@MartinThoma MartinThoma merged commit cb3f66e into main Aug 6, 2022
@MartinThoma MartinThoma deleted the doc-scale2 branch August 6, 2022 07:35
MartinThoma added a commit that referenced this pull request Aug 7, 2022
New Features (ENH):
-  "with" support for PdfMerger and PdfWriter (#1193)
-  Add AnnotationBuilder.text(...) to build text annotations (#1202)

Bug Fixes (BUG):
-  Allow IndirectObjects as stream filters (#1211)

Documentation (DOC):
-  Font scrambling
-  Page vs Content scaling (#1208)
-  Example for orientation parameter of extract_text (#1206)
-  Fix AnnotationBuilder parameter formatting (#1204)

Developer Experience (DEV):
-  Add flake8-print (#1203)

Maintenance (MAINT):
-  Introduce WrongPasswordError / FileNotDecryptedError / EmptyFileError  (#1201)

Full Changelog: 2.9.0...2.10.0
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.

page1.merge_page(page2, expand=True) doesn't seem to work
1 participant