exportToPPTX
exportToPPTX copied to clipboard
EPS generated by MatLab
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?
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.