필터 지우기
필터 지우기

Powerpoint save as or export to PDF

조회 수: 5 (최근 30일)
Michael
Michael 2013년 6월 13일
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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Use COM Objects in MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by