🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

XDoc.PowerPoint

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

XDoc.PowerPoint

XDoc.PowerPoint is a FREE C# Office PowerPoint library to read, convert, edit, create PPTX documents in .NET projects. XDoc.PowerPoint from RasterEdge is an advanced Microsoft PowerPoint library : * It is FREE * Generate PPTX from scratch * Convert PPTX to PDF, SVG, HTML, multi-page TIFF, JPG, PNG and many raster image formats * Edit, process, merge PowerPoint document Compatible with * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x * .NET Framework 4.x * Windows, MacOS, Linux, Docker, Azure Online Documents * C# How to Guide : https://www.rasteredge.com/how-to/csharp-imaging/powerpoint-reading/ * Email : support@rasteredge.com

12.3.5
NuGet
Version published
Maintainers
2
Created
Source

XDoc.PowerPoint is a FREE C# Office PowerPoint library to read, convert, edit, create PPTX documents in .NET projects.

XDoc.PowerPoint from RasterEdge is an advanced Microsoft PowerPoint library :

  • It is FREE
  • Generate PPTX from scratch
  • Convert PPTX to PDF, SVG, HTML, multi-page TIFF, JPG, PNG and many raster image formats
  • Edit, process, merge PowerPoint document

Compatible with

  • .NET Standard 2.0
  • .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x
  • .NET Framework 4.x
  • Windows, Mac, Linux, Docker, Azure

Get to Start

Once installed the package, you can use the following C# code to combine multiple PPTX files into one.

String inputFilePath1 = Program.RootPath + "\\" + "1.pptx";
String inputFilePath2 = Program.RootPath + "\\" + "2.pptx";
String outputFilePath = Program.RootPath + "\\" + "Output.pptx";
String[] inputFilePaths = new String[2] { inputFilePath1, inputFilePath2 };

// Combine two PowerPoint files.
PPTXDocument.CombineDocument(inputFilePaths, outputFilePath);

Support & Documents

  • C# How to Guide : https://www.rasteredge.com/how-to/csharp-imaging/powerpoint-reading/
  • Email : support@rasteredge.com

Keywords

rasteredge

FAQs

Package last updated on 13 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts