Skip to content

Commit e3b4405

Browse files
Merge pull request #1 from Venkateshmuruganandam/master
ReadME file modified
2 parents 84f0bdd + 71d0a71 commit e3b4405

File tree

1 file changed

+26
-16
lines changed

1 file changed

+26
-16
lines changed

README.md

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,49 @@
22
A quick start project that shows how to convert a PowerPoint presentation into Images using the Syncfusion .NET PowerPoint Library.
33

44
## Key Features
5+
56
- Convert a slide to an image
67
- Convert an entire presentation into images
78

8-
## Resources
9+
## Syncfusion .NET PowerPoint Library
910

10-
- **Product page:** [Syncfusion PowerPoint Framework](https://www.syncfusion.com/document-processing/powerpoint-framework/net)
11-
- **Documentation:** [Convert PPTX to image using Syncfusion PowerPoint library](https://help.syncfusion.com/file-formats/presentation/presentation-to-image)
12-
- **GitHub Examples:** [Syncfusion PowerPoint library examples](https://github.com/SyncfusionExamples/PowerPoint-Examples)
13-
- **Online demo:** [Syncfusion PowerPoint library - Online demos](https://ej2.syncfusion.com/aspnetcore/PowerPoint/Default#/material3)
11+
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-video-examples) (Essential Presentation) allows you to create, read, and edit PowerPoint files programmatically in 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 that facilitates accessing and manipulating the presentations without any dependency of Microsoft Office COM libraries and Microsoft Office. Using this library, you can convert PowerPoint files to PDFs and images easy.
12+
13+
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-video-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-video-examples), [clone](https://help.syncfusion.com/file-formats/presentation/working-with-slide?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-video-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-video-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-video-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-video-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-video-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-video-examples) and [Image](https://help.syncfusion.com/file-formats/presentation/presentation-to-image?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-video-examples) conversions with code examples.
1414

1515
## Compatible Microsoft PowerPoint Versions
16+
1617
- Microsoft PowerPoint 2007
1718
- Microsoft PowerPoint 2010
1819
- Microsoft PowerPoint 2013
1920
- Microsoft PowerPoint 2016
2021
- Microsoft PowerPoint 2019
22+
- Microsoft 365
2123

2224
## Supported File Formats
23-
- Creates, reads, and edits popular presentation file formats like .PPTX, .PPTM, .POTX, and .POTM.
24-
- Converts PowerPoint presentation documents also to PDF and Image files.
2525

26-
## Project pre-requisites
27-
Make sure that you have the compatible versions of Visual Studio and .NET SDK version in your machine before starting to work on this project.
26+
* Creates, reads, and edits popular presentation file formats like .PPTX, .PPTM, .POTX, and .POTM.
27+
* 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-video-examples) and [Image](https://help.syncfusion.com/file-formats/presentation/presentation-to-image?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-video-examples) files.
2828

29-
## How to run this application?
30-
To run this application, you need to first clone the how-to-convert-a-powerpoint-presentation-into-images-using-the-syncfusion-.net-powerpoint-library repository and then open it in Visual Studio 2022. Now, simply build and run your project to view the output.
29+
## How to run the examples
3130

32-
## Syncfusion .NET PowerPoint Library
33-
The Syncfusion [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library?utm_source=github&utm_medium=github&utm_campaign=github-powerpoint-examples) (Essential Presentation) allows you to create, read, and edit PowerPoint files programmatically in 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 that facilitates accessing and manipulating the presentations without any dependency of Microsoft Office COM libraries and Microsoft Office. Using this library, you can convert PowerPoint files to PDFs and images easy.
31+
* Download this project to a location in your disk.
32+
* Open the solution file using Visual Studio.
33+
* Rebuild the solution to install the required NuGet packages.
34+
* Run the application.
35+
36+
## Resources
37+
38+
- **Product page:** [Syncfusion PowerPoint Framework](https://www.syncfusion.com/document-processing/powerpoint-framework/net?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-video-examples)
39+
- **Documentation:** [Convert PPTX to image using Syncfusion PowerPoint library](https://help.syncfusion.com/file-formats/presentation/presentation-to-image?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-video-examples)
40+
- **GitHub Examples:** [Syncfusion PowerPoint library examples](https://github.com/SyncfusionExamples/PowerPoint-Examples?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-video-examples)
41+
- **Online demo:** [Syncfusion PowerPoint library - Online demos](https://ej2.syncfusion.com/aspnetcore/PowerPoint/Default#/material3?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-video-examples)
3442

3543
## Support and feedback
36-
- For any other queries, reach our [Syncfusion support team](https://support.syncfusion.com/agent/tickets/create) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples).
37-
- Request new feature through [Syncfusion feedback portal](https://www.syncfusion.com/feedback/home).
44+
45+
- 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-video-examples) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-video-examples).
46+
- Request new feature through [Syncfusion feedback portal](https://www.syncfusion.com/feedback/home?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-video-examples).
3847

3948
## License
40-
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).
49+
50+
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?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-video-examples). You can purchase a licnense [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-video-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-video-examples).

0 commit comments

Comments
 (0)