You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Add BackgroundColor support to the table (#26)
Fix warning when using word position in the addtext/addtable commands
(#25)
Fix negative number being treated a bullet list item (#27)
Switch example to use EMF instead of EPS (#28)
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.
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?
The text was updated successfully, but these errors were encountered: