Powerpoint save as or export to PDF

5 visualizaciones (últimos 30 días)
Michael
Michael el 13 de Jun. de 2013
I am creating a Powerpoint using MATLAB and actxserver. I can save the file easily enough but it's too large. I need to compress it.
Could someone tell me how to save as or export as a PDF?
ppt = actxserver('PowerPoint.Application'); op = invoke(ppt.Presentations,'Open',strFileName,[],[],0); ... invoke(op,'SaveAs',strFileNameOut,1); invoke(op,'Close'); invoke(ppt,'Quit');
TIA,
Michael

Respuestas (0)

Categorías

Más información sobre Use COM Objects in MATLAB en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by