彩票走势图

国产PPT格式控件Spire.Presentation功能演示:转换 OpenDocument 演示文稿(.odp)到 PDF

翻译|使用教程|编辑:李显亮|2021-03-19 09:38:46.523|阅读 207 次

概述:该文将介绍如何使用Spire.Presentation for .NET将OpenDocument 演示文稿(.odp)另存为PDF格式。

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

相关链接:

Spire.Presentation for .NET 是专业的 PowerPoint组件,开发者可以在 .NET 平台上对 PPT文档进行生成、修改、转换和打印等操作,而无需安装 Microsoft PowerPoint。

该文将介绍如何使用Spire.Presentation for .NET将OpenDocument 演示文稿(.odp)另存为PDF格式。可点击此处下载最新版测试。

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


C#

using Spire.Presentation;

namespace odptoPDF
{
    class Program
    {
        static void Main(string[] args)
        {
            //加载示例文档
            Presentation presentation = new Presentation();
            presentation.LoadFromFile("Sample.odp",FileFormat.ODP);

            presentation.SaveToFile("OdptoPDF.pdf",FileFormat.PDF);

        }
    }
}

VB.NET

Imports Spire.Presentation

Namespace odptoPDF
    
    Class Program
        
        Private Shared Sub Main(ByVal args() As String)
            '加载示例文档
            Dim presentation As Presentation = New Presentation
            presentation.LoadFromFile("Sample.odp", FileFormat.ODP)
            presentation.SaveToFile("OdptoPDF.pdf", FileFormat.PDF)
        End Sub
    End Class
End Namespace

效果图:

国产PPT格式控件Spire.Presentation功能演示:替换 PPT 中的视频、音频文件


还想要更多吗?您可以点击阅读【2020 · E-iceblue最新资源整合】查找需要的教程资源。慧都是E-iceblue官方友好合作伙伴,如果您对spire.Presentation感兴趣,可以了解具体授权价格和使用机制。

标签:

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


为你推荐

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


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP