XDoc.PowerPoint
12.3.0.1
See the version list below for details.
dotnet add package XDoc.PowerPoint --version 12.3.0.1
NuGet\Install-Package XDoc.PowerPoint -Version 12.3.0.1
<PackageReference Include="XDoc.PowerPoint" Version="12.3.0.1" />
paket add XDoc.PowerPoint --version 12.3.0.1
#r "nuget: XDoc.PowerPoint, 12.3.0.1"
// Install XDoc.PowerPoint as a Cake Addin #addin nuget:?package=XDoc.PowerPoint&version=12.3.0.1 // Install XDoc.PowerPoint as a Cake Tool #tool nuget:?package=XDoc.PowerPoint&version=12.3.0.1
XDoc.PowerPoint is a C# Office PowerPoint library to read, convert, edit, create PPTX documents in .NET projects.
XDoc.PowerPoint from RasterEdge is an advanced Microsoft PowerPoint library :
- 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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- RasterEdge.Core (>= 12.3.0.1 && < 12.3.1)
- RasterEdge.Core.Office (>= 12.3.0.1 && < 12.3.1)
- XImage.Raster (>= 12.3.0.1 && < 12.3.1)
NuGet packages (26)
Showing the top 5 NuGet packages that depend on XDoc.PowerPoint:
Package | Downloads |
---|---|
XImage.BarcodeGenerator.Source.Share
This package includes shared C# source code for all demo packages Output : * Raster images: bitmap (.bmp), gif, png, jpeg/jpg, tiff * Vector images: svg, eps * Document formats: PDF, Word (.docx), Excel (.xlsx), PowerPoint (.pptx) * Stream objects or binary data Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * C# Developer Guide : https://www.rasteredge.com/how-to/csharp-imaging/barcode-generating-code39/ * Support : support@rasteredge.com |
|
XDoc.Converter
Public APIs which can be used by RasterEdge XDoc, XImage libraries. |
|
RasterEdge.Core.Web
Public APIs which can be used by RasterEdge PDF Viewer, PDF Editor, Document Viewer for ASP.NET Core web app. Supported NuGet Packages : * PDF.Viewer * PDF.Viewer.AspNet.Core * Document.Viewer * Document.Viewer.AspNet.Core |
|
XImage.BarcodeGenerator.Source.Code39
C# Code 39 Barcode Generation Guide: This package includes C# sample source code to create Code 39 using XImage.Barcode Generator library Output : * Raster images: bitmap (.bmp), gif, png, jpeg/jpg, tiff * Vector images: svg, eps * Document formats: PDF, Word (.docx), Excel (.xlsx), PowerPoint (.pptx) * Stream objects or binary data Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * C# Developer Guide : https://www.rasteredge.com/how-to/csharp-imaging/barcode-generating-code39/ * Support : support@rasteredge.com |
|
XImage.BarcodeGenerator.Source.Code128
C# Code 128 Barcode Generation Guide: This package includes C# sample source code to create Code 128 using XImage.Barcode Generator library Output : * Raster images: bitmap (.bmp), gif, png, jpeg/jpg, tiff * Vector images: svg, eps * Document formats: PDF, Word (.docx), Excel (.xlsx), PowerPoint (.pptx) * Stream objects or binary data Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * C# Developer Guide : https://www.rasteredge.com/how-to/csharp-imaging/barcode-generating-code128/ * Support : support@rasteredge.com |
GitHub repositories
This package is not used by any popular GitHub repositories.