在 C# 中编辑 PPTM 格式
使用用于 .NET API 的服务器端 Aspose.Slides 进行本机和高性能 PPTM 文档编辑,无需使用 Microsoft 或 Adobe PDF 等任何软件。
如何使用 C# 编辑 PPTM 文件
为了编辑 PPTM 文件,我们将使用 Aspose.Slides for .NET API,这是一个功能丰富、功能强大的 API以及适用于任何编辑器的 C# 平台的易于使用的 API。打开 NuGet 包管理器,搜索 Aspose.Slides 并安装。您还可以从包管理器控制台使用以下命令。
命令
PM> Install-Package Aspose.Slides
系统要求
所有主要平台和操作系统都支持我们的 API。在执行以下代码之前,请确保您的系统具有以下先决条件。
- Microsoft Windows 或兼容 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台的操作系统
- Microsoft Visual Studio 等开发环境
- 项目中引用的 .NET DLL 的 Aspose.Slides - 使用上面的下载按钮从 NuGet 安装
编辑 PPTM 文件 - C#
Online PPTM Editor Live Demos
Edit PPTM documents right now by visiting our Live Demos website . The live demo has the following benefits
PPTM 什么是PPTM文件格式
Files with PPTM extension are Macro-enabled Presentation files that are created with Microsoft PowerPoint 2007 or higher versions. They are similar to PPTX files with the difference that the lateral can't execute macros though they can contain macros. PPTM files can be edited by opening them in Microsoft PowerPoint and updating the contents. Another similar format is PPSM but it is read-only by default and starts the slideshow when opened. PPTM, like PPTX, contains slides for different presentation elements like text, images, videos, graphs and other related material.
阅读更多