PNG JPG BMP TIFF DOCX
Aspose.Slides  for .NET

在 C# 中编辑 PPSX 格式

使用用于 .NET API 的服务器端 Aspose.Slides 进行本机和高性能 PPSX 文档编辑,无需使用 Microsoft 或 Adob​​e PDF 等任何软件。

如何使用 C# 编辑 PPSX 文件

为了编辑 PPSX 文件,我们将使用 Aspose.Slides for .NET API,它是一个功能丰富、功能强大的 API以及适用于任何编辑器的 C# 平台的易于使用的 API。打开 NuGet 包管理器,搜索 Aspose.Slides 并安装。您还可以从包管理器控制台使用以下命令。

命令


PM> Install-Package Aspose.Slides

在 C# 中编辑 PPSX 文件的步骤

一个基本的文档编辑

Aspose.Slides for .NET

只需几行代码即可完成 API。

{{code_steps}}

系统要求

所有主要平台和操作系统都支持我们的 API。在执行以下代码之前,请确保您的系统具有以下先决条件。

  • Microsoft Windows 或兼容 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台的操作系统
  • Microsoft Visual Studio 等开发环境
  • 项目中引用的 .NET DLL 的 Aspose.Slides - 使用上面的下载按钮从 NuGet 安装
 

编辑 PPSX 文件 - C#

 
  • Aspose.Slides API 可用于读取、编写、操作 Microsoft PowerPoint 文档并将其转换为 PDF、XPS、HTML、TIFF、ODP 和各种其他格式。可以从头开始创建新文件并将其保存为相关支持的格式。 Aspose.Slides 是一个独立的 API,用于创建、解析或操作演示文稿、幻灯片和元素,它不依赖于 Microsoft 或 OpenOffice 等任何软件。

    Online PPSX Editor Live Demos

    Edit PPSX documents right now by visiting our Live Demos website . The live demo has the following benefits

      No need to download Aspose API.
      No need to write any code.
      Just upload your PPSX files, Use online editor for editing instantly.
      Then save and download.

    PPSX 什么是PPSX文件格式

    PPSX, Power Point Slide Show, file are created using Microsoft PowerPoint 2007 and above for Slide Show purpose. It is an update to the PPS file format that was supported by Microsoft PowerPoint 97-2003 versions. When a PPSX file is shared with another user and opened, it starts as PowerPoint show unlike PPTX file that opens in editable mode. The sequence of slide show is the same as in the original presentation. All the slides accompany the images, sounds and other embedded media accompany the presentation slides to the PPSX during the slideshow.

    阅读更多