exportToPPTX icon indicating copy to clipboard operation
exportToPPTX copied to clipboard

EPS generated by MatLab

Open stefslon opened this issue 10 years ago • 1 comments

Via File Exchange:

Having issues with eps and pdf files importing into ppt with this tool. Jpg's work fine but when adding a figure via filename that was saved as an eps the subsequent powerpoint says the image is corrupted (it's not). With pdf's it says it can't determine the file format. Can you add support for all the methods that matlab's saveas supports?

stefslon avatar Oct 21 '15 00:10 stefslon

Looks like PowerPoint 2013 does not like EPS files. When adding EPS to the slide it internally converts it to WMF. I didn't find a way to convert EPS to WMF in MatLab so I changed the example to use EMF instead. Older PowerPoint should still be able to display EPS files.

stefslon avatar Oct 21 '15 02:10 stefslon