I am looking for a way to compact/shrink pptx files that are generated as a
results of removing all slides but one slide with slide.removeSlide(X). As I
mentioned, size of the result files is almost the same as the size of the
source presentation file because unnecessary images used in the removed
slides were not removed from the file (ppt\media).

When I opened one-slide-file in PowerPoint and Saved As, file was compacted
and unnecessary images were removed. Can I do "Save As" programmatically
with Apache POI by adding some operation to my program?

Thank you.

--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/How-to-split-input-pptx-file-into-a-set-of-single-slide-files-tp5631543p5678348.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to