I am developing a text analytic pipeline that processes on Power Point
presentation files.

On pre-processing phase I am using org.apache.poi to convert input pptx file
into  a set of image files (like one image file per slide).

I found that some my input slides can  include EMF format images.  The EMF 
images are lost as I am using something like PPTX2SVG  code example 
(http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xslf/usermodel/PPTX2SVG.txt).

Therefore I shifted to usage of org.apache.batic and tried to do  something
like PPTX2SVG code example

(https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xslf/usermodel/PPTX2SVG.txt)


The problem is that this example is  about WMF, not EMF. I tried to find EMF
related batic  libraries (have not found so far) while my homemade
modifications of WMFImageRender to adjust it for EMF  does not work.

I am wondering if you would  suggest  any updates that can work with  EMF?




--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/ImageRender-for-EMF-convert-PPTX-slides-include-EMF-images-into-PNG-tp5717773.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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

Reply via email to