Skip to content

Conversation

@stefan6419846
Copy link
Collaborator

Closes #3378.

@stefan6419846 stefan6419846 changed the title ENH: Allow deleting embedded files ENH: Allow deleting embedded files Sep 11, 2025
@codecov
Copy link

codecov bot commented Sep 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.98%. Comparing base (c2b3bb1) to head (d857f84).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3461   +/-   ##
=======================================
  Coverage   96.97%   96.98%           
=======================================
  Files          54       54           
  Lines        9337     9347   +10     
  Branches     1711     1713    +2     
=======================================
+ Hits         9055     9065   +10     
  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 ef81d5a into py-pdf:main Sep 11, 2025
16 of 17 checks passed
@stefan6419846 stefan6419846 deleted the issue3378 branch September 11, 2025 14:55
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.

Allow deleting embedded files

1 participant