I think I have something which is able to convert emf or ppt files to SVG using Batik, but I did not work on Batik since a long time (I gave the Batik project some time ago patches to improve the SVG to wmf conversion which were later integrated in the trunk).
Hervé Sent from my iPhone > On Jan 29, 2015, at 17:34, AlexandreKouznetsov > <[email protected]> wrote: > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
