Convert Powerpoint to PDF (.NET Framework)
An existing Microsoft Powerpoint file can be easily converted into a PDF document using DynamicPDF Converter.
How to convert Powerpoint to PDF in C#
Below are the steps and sample code to convert Powerpoint to PDF using the Converter product.
Steps for converting Powerpoint to PDF
- Generate the PDF using the static method Convert by passing the existing powerpoint file and pdf file to be created.
Sample Code - C#
Converter.Convert("C:\Temp\DocumentA.pptx", @"C:\Temp\DocumentA.pdf");
Getting Started
NuGet Package
DynamicPDF Converter is available on NuGet and is part of the ceTe.DynamicPDF.Converter.NET
package.
NuGet Package ID: ceTe.DynamicPDF.Converter.NET
Example Project
An example project showing this functionality can be cloned or viewed from GitHub:
Clone or View Example Project on GitHub
DynamicPDF Converter Information
More information can be found here: