https://bz.apache.org/bugzilla/show_bug.cgi?id=58973
Bug ID: 58973
Summary: Problem with embedding video in PPT using Apache POI.
Product: POI
Version: 3.9-FINAL
Hardware: PC
Status: NEW
Severity: blocker
Priority: P2
Component: XSLF
Assignee: [email protected]
Reporter: [email protected]
I trying to implement the bellow code to embed video file in pptx file
http://stackoverflow.com/questions/15197300/apache-poi-xslf-adding-movie-to-the-slide.
For doing this I am using following jar to the projects LIB.
commons-logging-1.1.3.jar
dom4j-1.5.jar
ooxml-schemas-1.1.jar
poi-3.9.jar
poi-excelant-3.13-20150929.jar
poi-ooxml-3.9.jar
poi-scratchpad-3.13-20150929.jar
slf4j-api-1.7.5.jar
xmlbeans-2.6.0.jar
xuggle-xuggler-5.4.jar
and I am attaching the source code as well in which PPTXUsingPOI.java has the
source code.
The PPTX file successfullt generated but when I open the pptx It always gives
error message "PowerPoint found a problem with content in pptx-with-video.pptx.
PowerPoint can attempt to repair the presentation. If you trust the source of
the presentation click Repair". And when I click on the Repair button it
Repairs the PPTX file and play the video. The video not plays very smoothly.
Please help what I have done wrong? why this alert message is coming.
Attachment: source code of test project.
--
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]