The Syncfusion PowerPoint library allows you to convert PowerPoint files to PDF with a few lines of code without the dependency of Microsoft PowerPoint or Office software. For more details, refer to our PowerPoint-to-PDF conversion documentation.
The PowerPoint-to-PDF conversion can be done with just six lines of code. The Syncfusion PowerPoint-to-PDF conversion library supports most elements in PowerPoint, including charts, SmartArt, and more.
Languages in PowerPoint slides that are read from right to left, such as Arabic, Persian, Hebrew, Urdu, and more, can be converted to PDF documents
The Syncfusion PowerPoint library supports converting a PowerPoint file to PDF (pptx to PDF) in the Microsoft Azure platform.
The Syncfusion PowerPoint library supports PowerPoint-to-PDF conversion in ASP.NET Web Forms, ASP.NET MVC, ASP.NET Core, Blazor, WinForms, WPF, WinUI, .NET MAUI, Xamarin, and Microsoft Azure.
The PowerPoint-to-PDF conversion library supports a rich set of publishing options like handouts, notes pages, embedded fonts, font substitution, and more.
Handouts are often printed to display more than one slide in a PDF page. The PowerPoint component lets you select the number of slides per page to print to PDF document.
Print the notes pages as a PDF file with a slide thumbnail. This is useful when creating handouts of key points for the audience or preparing for presentations.
The PowerPoint component supports skipping or including hidden slides when converting a PowerPoint presentation to a PDF document
Convert a PowerPoint document to PDF with the PDF-A1B and PDF-X1A2001 conformance standards.
Embed fonts in a PowerPoint file into the converted PDF document to avoid font-related issues across different machines and different platforms. Embed only the characters used in the presentation (reduces the file size) or embed all characters (best for editing by other people).
Font substitution is useful when fonts in a PowerPoint document are missing after conversion. With this feature, you can specify fallback fonts to be used in the place of missing fonts.
Easily convert PowerPoint to PDF using a few simple lines of C# code as demonstrated below. Also explore our .NET PowerPoint Example that shows how to create and modify PowerPoint on different platforms.
using Syncfusion.Presentation;
using Syncfusion.OfficeChartToImageConverter;
using Syncfusion.Pdf;
using Syncfusion.PresentationToPdfConverter;
//Opens a PowerPoint Presentation file
IPresentation pptxDoc = Presentation.Open(fileName);
//Creates an instance of ChartToImageConverter and assigns it to ChartToImageConverter property of Presentation
pptxDoc.ChartToImageConverter = new ChartToImageConverter();
//Converts the PowerPoint Presentation into PDF document
PdfDocument pdfDocument = PresentationToPdfConverter.Convert(pptxDoc);
//Saves the PDF document
pdfDocument.Save(@"SampleWithoutSetting.pdf");
//Closes the PDF document
pdfDocument.Close(true);
//Closes the Presentation
pptxDoc.Close();
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.