https://issues.apache.org/bugzilla/show_bug.cgi?id=53769
Priority: P2
Bug ID: 53769
Assignee: [email protected]
Summary: function to insert slides from one deck into another
Severity: enhancement
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: unspecified
Component: HSLF
Product: POI
I have a need to aggregate several ppt (office 2003 format) decks into one. I'd
like to see a method on SlideShow something like addSlide(Slide slide, int
slidePosition). Where slide can be a slide object from another deck. This
would make my job so much easier. As of now, there is no clear way I can see to
do this through POI, and I'm having to resort to manually combining these decks
using the VBA function InsertFromFile
http://msdn.microsoft.com/en-us/library/aa832307%28office.10%29.aspx Here is
the post on StackOverflow that led me to file this bug:
http://stackoverflow.com/questions/12080500/merging-powerpoint-decks-using-apache-poi/12080921#comment16165219_12080921
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]