How To Convert PowerPoint To PDF Using C# and VB - NET
How To Convert PowerPoint To PDF Using C# and VB - NET
VB.NET?
5 mins read
Syncfusion Essential PDF is a .NET PDF library used to create, read, and edit PDF documents. Using this library, you can convert PowerPoint document
to PDF in C# and VB.NET.
Steps to convert PowerPoint document to PDF programmatically:
1. Create a new C# console application project.
2. Install the Syncfusion.PresentationToPDFConverter.WinForms NuGet packages as reference to your .NET Framework application from NuGet.org.
C#
using Syncfusion.Pdf;
using Syncfusion.Presentation;
using Syncfusion.PresentationToPdfConverter;
VB.NET
Imports Syncfusion.Pdf
Imports Syncfusion.Presentation
Imports Syncfusion.PresentationToPdfConverter
C#
VB.NET
Note:
Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to
link to learn about generating and registering Syncfusion license key in your application to use the components without trail message.
Conclusion
I hope you enjoyed learning about how to convert PowerPoint to PDF using C# and VB.NET
You can refer to our .NET PowerPoint library’s feature tour page to know about its other groundbreaking feature representations.
For current customers, you can check out our File Formats from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day
free trial to check out our .NET PowerPoint and other File Formats framework.
If you have any queries or require clarifications, please let us know in comments below. You can also contact us through our support forums, Direct-
Trac, or feedback portal. We are always happy to assist you!
Try It Free