您的位置:首页 > Web前端 > HTML

Powerpoint 2010 save as html / mht

2013-03-06 17:58 344 查看
To
save a file as a webpage (*.htm;*.html) to the desktop by using the ppSaveAsHTML argument for the *.htm file format, without embedding true type fonts (msoFalse), follow these steps:

Open
the presentation that you want to export to HTML.

Press
ALT+F11.

Press
CTRL+G.

In
the Immediate window type the following: ActivePresentation.SaveAs
"<Drive>:\users\<username>\desktop\<filename>.htm", ppSaveAsHTML, msoFalse

Press
ENTER.

Note
To save as a Single File Web Page (*.mht;*.mhtml) file format, replace html at the end of the file name with mht, and replace ppSaveAsHTML with ppSaveAsWebArchive.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: