Skip to content

Conversation

@stefan6419846
Copy link
Collaborator

Closes #3462.

@codecov
Copy link

codecov bot commented Sep 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.99%. Comparing base (a194465) to head (75cde9d).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3463   +/-   ##
=======================================
  Coverage   96.99%   96.99%           
=======================================
  Files          56       56           
  Lines        9384     9384           
  Branches     1714     1714           
=======================================
  Hits         9102     9102           
  Misses        168      168           
  Partials      114      114           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stefan6419846 stefan6419846 merged commit b6fff56 into py-pdf:main Sep 12, 2025
27 of 28 checks passed
@stefan6419846 stefan6419846 deleted the issue3462 branch September 12, 2025 10:09
stefan6419846 added a commit that referenced this pull request Sep 21, 2025
## What's new

### New Features (ENH)
- Enhance XMP metadata handling with creation and setter methods (#3410) by @Arya-A-Nair
- Add all font metrics for base 14 Type 1 PDF fonts (#3363) by @PJBrs
- Allow deleting embedded files (#3461) by @stefan6419846
- Add support for Python in FIPS mode for document identifier (#3438) by @xnox

### Bug Fixes (BUG)
- Fix handling of UTF-16 encoded destination titles (#3463) by @stefan6419846
- Guard empty input to prevent IndexError (#3448) by @KyleJung0828

### Developer Experience (DEV)
- Fix type hint for XMP metadata setter to add bytes type (#3464) by @stefan6419846

[Full Changelog](6.0.0...6.1.0)
OpenNingia pushed a commit to OpenNingia/pypdf that referenced this pull request Oct 23, 2025
OpenNingia pushed a commit to OpenNingia/pypdf that referenced this pull request Oct 23, 2025
## What's new

### New Features (ENH)
- Enhance XMP metadata handling with creation and setter methods (py-pdf#3410) by @Arya-A-Nair
- Add all font metrics for base 14 Type 1 PDF fonts (py-pdf#3363) by @PJBrs
- Allow deleting embedded files (py-pdf#3461) by @stefan6419846
- Add support for Python in FIPS mode for document identifier (py-pdf#3438) by @xnox

### Bug Fixes (BUG)
- Fix handling of UTF-16 encoded destination titles (py-pdf#3463) by @stefan6419846
- Guard empty input to prevent IndexError (py-pdf#3448) by @KyleJung0828

### Developer Experience (DEV)
- Fix type hint for XMP metadata setter to add bytes type (py-pdf#3464) by @stefan6419846

[Full Changelog](py-pdf/pypdf@6.0.0...6.1.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.

Accessing PdfReader.outline causes "AssertionError: mypy"

1 participant