Hi everyone, I'm trying to merge multiple PPTX documents but I'm having problems when at least on the slides has a chart in it. Is it possible do this using Apache POI latest version?
I'm using this line of code: ppt.createSlide().importContent(slide); Regards, shmc -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Multiple-XMLSlideShow-Merge-tp5712732.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]
