You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the examples of converting PowerPoint to Images in C# using Syncfusion .NET PowerPoint library
1
+
# Convert PowerPoint to Images in C#
2
+
3
+
This repository contains examples that demonstrate how to programmatically convert PowerPoint to images using C#. The examples utilize the Syncfusion® [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core), which provides a seamless way to convert PowerPoint presentation to images with just five lines of code. It preserves the original appearance of the PowerPoint in the converted image.
4
+
5
+
## Key Features
6
+
7
+
-[Preview the PowerPoint](https://github.com/SyncfusionExamples/convert-powerpoint-to-images-c-sharp/blob/master/convert-entire-powerpoint-to-images/.NET) - Convert an entire PowerPoint to images
8
+
-[Thumbnail of PowerPoint](https://github.com/SyncfusionExamples/convert-powerpoint-to-images-c-sharp/blob/master/convert-powerpoint-slide-to-image/.NET) - Convert first slide of PowerPoint slide to image
9
+
-[Print particular slides in PowerPoint](https://github.com/SyncfusionExamples/convert-powerpoint-to-images-c-sharp/blob/master/convert-specific-range-of-slides-to-images/.NET) - Convert specific range of slides to images
10
+
11
+
## Syncfusion® .NET PowerPoint Library
12
+
13
+
The Syncfusion® [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples) (Presentation) allows you to add advanced PowerPoint presentation processing functionalities to any .NET application and does not require Microsoft PowerPoint application to be installed in the machine. It is a non-UI component that provides a full-fledged PowerPoint presentation instance model similar to the Microsoft Office COM libraries to iterate with the presentation elements explicitly and perform necessary manipulation.
14
+
15
+
Take a moment to peruse the [documentation](https://help.syncfusion.com/file-formats/presentation/getting-started?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples), where you can find basic PowerPoint presentation processing options along with the features like create and edit [charts](https://help.syncfusion.com/file-formats/presentation/working-with-charts?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples), [clone](https://help.syncfusion.com/file-formats/presentation/working-with-slide?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples#cloning-slide) and [merge](https://help.syncfusion.com/file-formats/presentation/working-with-slide?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples#merging-slide) slides in presentation, create and edit [animations](https://help.syncfusion.com/file-formats/presentation/working-with-animation?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples#edit-existing-animation-effect) and [transistion](https://help.syncfusion.com/file-formats/presentation/create-edit-slide-transitions-in-powerpoint-presentation-slides-cs-vb-net?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples#modify-a-transition-effect-applied-to-a-powerpoint-slide) effects, [protect](https://help.syncfusion.com/file-formats/presentation/security?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples) the PowerPoint presentation, and most importantly, the [PDF](https://help.syncfusion.com/file-formats/presentation/presentation-to-pdf?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples) and [Image](https://help.syncfusion.com/file-formats/presentation/presentation-to-image?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples) conversions with code examples.
16
+
17
+
## Compatible Microsoft PowerPoint Versions
18
+
19
+
- Microsoft PowerPoint 2007
20
+
- Microsoft PowerPoint 2010
21
+
- Microsoft PowerPoint 2013
22
+
- Microsoft PowerPoint 2016
23
+
- Microsoft PowerPoint 2019
24
+
- Microsoft 365
25
+
26
+
## Supported File Formats
27
+
28
+
* Creates, reads, and edits popular presentation file formats like .PPTX, .PPTM, .POTX, and .POTM.
29
+
* Converts PowerPoint presentation documents also to [PDF](https://help.syncfusion.com/file-formats/presentation/presentation-to-pdf?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples) and [Image](https://help.syncfusion.com/file-formats/presentation/presentation-to-image?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples) files.
30
+
31
+
## How to run the examples
32
+
33
+
* Download this project to a location in your disk.
34
+
* Open the solution file using Visual Studio.
35
+
* Rebuild the solution to install the required NuGet packages.
- For any other queries, reach our [Syncfusion® support team](https://support.syncfusion.com/agent/tickets/create?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples).
48
+
- Request new feature through [Syncfusion® feedback portal](https://www.syncfusion.com/feedback/home?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples).
49
+
50
+
## License
51
+
52
+
This is a commercial product and requires a paid license for possession or use. Syncfusion's licensed software, including this component, is subject to the terms and conditions of [Syncfusion's EULA](https://www.syncfusion.com/license/studio/22.2.5/syncfusion_essential_studio_eula.pdf). You can purchase a licnense [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples).
0 commit comments