彩票走势图

国产PPT格式控件Spire.Presentation功能演示:在 Java 中将 PowerPoint 转换为 HTML

翻译|使用教程|编辑:李显亮|2021-06-16 10:37:05.657|阅读 277 次

概述:本文向您展示如何使用 Spire.Presentation for Java 将 PowerPoint 文档转换为 HTML 格式文件。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

Spire.Presentation for Java 专业的 PowerPoint API,它允许开发人员在 Java 应用程序中创建、读取、写入、转换和保存 PowerPoint 文档,而无需安装 Microsoft PowerPoint。

本文向您展示如何使用 Spire.Presentation for Java 将 PowerPoint 文档转换为 HTML 格式文件。可点击此处下载最新版测试。

这么优秀的国产工具怎能错过呢!想要获取更多福利的朋友哦~


下面是示例PowerPoint文档的屏幕截图。

国产PPT格式控件Spire.Presentation功能演示:在 Java 中将 PowerPoint 转换为 HTML
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);
    }
}

输出文件

国产PPT格式控件Spire.Presentation功能演示:在 Java 中将 PowerPoint 转换为 HTML

慧都是E-iceblue官方友好合作伙伴,如果您对spire.Presentation
感兴趣,可以了解具体授权价格和使用机制。

标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn


为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP