PNG JPG BMP TIFF DOCX
Aspose.Slides  for .NET

C#でPPSM形式を編集する

MicrosoftやAdobePDFなどのソフトウェアを使用せずに、サーバー側のAspose.Slides for.NETAPIを使用したネイティブで高性能なPPSMドキュメント編集。

C#を使用してPPSMファイルを編集する方法

PPSMファイルを編集するには、機能が豊富で強力な Aspose.Slides for .NETAPIを使用します。あらゆるエディター向けのC#プラットフォーム用の使いやすいAPI。 NuGet パッケージマネージャーを開き、 Aspose.Slidesを検索してインストールします。パッケージマネージャーコンソールから次のコマンドを使用することもできます。

指示


PM> Install-Package Aspose.Slides

C#でPPSMファイルを編集する手順

を使用した基本的なドキュメント編集 [Aspose.Slides for .NET](https://products.aspose.com/slides/ja/net) APIは、ほんの数行のコードで実行できます。

{{code_steps}}

システム要求

当社のAPIは、すべての主要なプラットフォームとオペレーティングシステムでサポートされています。以下のコードを実行する前に、システムに次の前提条件があることを確認してください。

-Microsoft Windows、または.NET Framework、.NET Core、Windows Azure、Mono、またはXamarinプラットフォームと互換性のあるOS -MicrosoftVisualStudioのような開発環境 -プロジェクトで参照されているAspose.Slidesfor.NETDLL-上の[ダウンロード]ボタンを使用してNuGetからインストールします

 

PPSMファイルの編集-C#

 
  • Aspose.Slides APIを使用して、Microsoft PowerPointドキュメントの読み取り、書き込み、操作、およびPDF、XPS、HTML、TIFF、ODP、その他のさまざまな形式への変換を行うことができます。新しいファイルを最初から作成し、サポートされている関連する形式で保存できます。 Aspose.Slidesは、プレゼンテーション、スライド、要素を作成、解析、または操作するためのスタンドアロンAPIであり、MicrosoftやOpenOfficeなどのソフトウェアに依存しません。

    Online PPSM Editor Live Demos

    Edit PPSM 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 PPSM files, Use online editor for editing instantly.
      Then save and download.

    PPSM PPSM ファイル形式とは

    Files with PPSM extension represent Macro-enabled Slide Show file format created with Microsoft PowerPoint 2007 or higher. Another similar file format is PPTM which differs in opening with Microsoft PowerPoint in editable format instead of running as Slide Show. When run as slide show, the PPSM file shows the presentation slides with contents intact in the slide show and is in read-only mode by default. PPSM files can still be edited in Microsoft PowerPoint by opening it in PowerPoint.

    続きを読む