翻譯|使用教程|編輯:李顯亮|2021-06-16 10:37:05.657|閱讀 364 次
概述:本文向您展示如何使用 Spire.Presentation for Java 將 PowerPoint 文檔轉(zhuǎn)換為 HTML 格式文件。
# 界面/圖表報(bào)表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
Spire.Presentation for Java 專業(yè)的 PowerPoint API,它允許開發(fā)人員在 Java 應(yīng)用程序中創(chuàng)建、讀取、寫入、轉(zhuǎn)換和保存 PowerPoint 文檔,而無需安裝 Microsoft PowerPoint。
本文向您展示如何使用 Spire.Presentation for Java 將 PowerPoint 文檔轉(zhuǎn)換為 HTML 格式文件???a target="_blank">點(diǎn)擊此處下載最新版測試。
下面是示例PowerPoint文檔的屏幕截圖。
import com.spire.presentation.FileFormat; import com.spire.presentation.Presentation; public class ToHtml { public static void main(String[] args) throws Exception { //Create a Presentation object Presentation presentation = new Presentation(); //Load the sample document presentation.loadFromFile("C:\\Users\\Administrator\\Desktop\\sample.pptx"); //Save the document to HTML format presentation.saveToFile("C:\\Users\\Administrator\\Desktop\\ToHtml.html", FileFormat.HTML); } }
輸出文件
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請郵件反饋至chenjj@fc6vip.cn