Bug 66242 - Issue with orphaned (in package) images and notes post slide removal
Summary: Issue with orphaned (in package) images and notes post slide removal
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XSLF (show other bugs)
Version: 5.2.1-FINAL
Hardware: PC Mac OS X 10.1
: P2 major (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-28 09:20 UTC by Gareth Floodgate
Modified: 2022-08-30 08:30 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gareth Floodgate 2022-08-28 09:20:28 UTC
When removing a slide from a loaded (XMLSlideShow) presentation, it is observed that the resulting output, whilst removing the actual slides leaves dangling (orphaned) artefacts in the written package. i.e. the notes slides and image data are left in the package. This results in larger than needed package output - something that is considerably visible when the original deck is of a large size (e.g. 100MB+)


This issue is resolved with PR:
https://github.com/apache/poi/pull/377
Comment 1 PJ Fanning 2022-08-28 09:38:44 UTC
Thanks - that PR is merged