C#: Online Guide
How To: powerpoint SDK
Install, Deploy and Distribute
  |  
Home ›› XDoc.PowerPoint ›› C# PowerPoint: Install, Deploy and Distribute

How to C#: Install, Deploy and Distribute XDoc.PowerPoint


Online C# Guide for XDoc.PowerPoint Installation, Deployment and Distribution




There are two parts on this page, including system requirements for using XDoc.PowerPoint, and how to install XDoc.PowerPoint into visual studio C# .NET Applications. c# get thumbnail of pdf, c# itextsharp pdfreader not opened with owner password, word automation services sharepoint 2013 convert to pdf c#, vb.net print to pdf, c# itextsharp add image to pdf, c# datamatrix reader.


Related .net document control helps:
asp.net pdf viewer using c#: ASP.NET PDF Viewer Control: view, navigate, zoom Adobe PDF document in C# ASP.NET
c# asp.net text file viewer: ASP.NET Text file viewer in MVC, WebForms: Open, view, annotate, convert txt files in C# ASP.NET
c# asp.net dicom viewer: ASP.NET Dicom Document Viewer Control: view, annotate dicom imaging files online in ASP.NET
asp.net edit pdf page using c#: ASP.NET PDF Pages Edit Control: add, remove, sort, replace PDF pages online using C#
asp.net edit pdf text using c#: ASP.NET PDF Text Edit Control: online edit PDF text content using C# ASP.NET
c# asp.net image viewer: ASP.NET Image Viewer Control(MVC & WebForms): view, annotate, redact, convert image files in html, JQuery
c# asp.net mvc document viewer: ASP.NET Document Viewer using C#: Open, View, Annotate, Redact, Convert document files in ASP.NET using C#, HTML5, JQuer...




System Requirements



Windows XP SP3 or later


Microsoft .NET Framework 2.0 or later




Install XDoc.PowerPoint in C# Project



Add necessary references to your C#.NET project. Right-click the project and select "Add Reference..." to locate and add the following DLLs as project references; vb.net convert pdf to tiff, vb.net create pdf thumbnail background color, itextsharp remove text from pdf c#, how to search text in pdf using c#, vb.net pdfreader, convert html to pdf using itextsharp vb.net, vb.net ocr read text from pdf.


  RasterEdge.Imaging.Basic.dll


  RasterEdge.Imaging.Basic.Codec.dll


  RasterEdge.XDoc.Office.Inner.Common.dll


  RasterEdge.Imaging.Drawing.dll


  RasterEdge.Imaging.Processing.dll


  RasterEdge.XDoc.Office.Inner.Office03.dll


  RasterEdge.Imaging.Font.dll


  RasterEdge.XDoc.PowerPoint.dll


  RasterEdge.XImage.Raster.Core.dll


  RasterEdge.XImage.Raster.dll


Use corresponding namespaces;


  using RasterEdge.Imaging.Basic;


  using RasterEdge.XDoc.PowerPoint;


Add the following C# demo code to your project (PowerPoint to Png conversion demo). asp.net tiff viewer control, asp.net pdf editor control, free asp. net mvc pdf viewer, asp.net add text to pdf field, asp.net remove image from pdf file, asp.net pdf viewer, pdf preview in asp.net c#.




// Convert PowerPoint file to Png image.
PPTXDocument docx = new PPTXDocument(filePath);
pptx.ConvertToImages(ImageType.PNG, @"C:\output\", "test");