We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback


Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

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.


PowerPoint to PDF conversion

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.

PowerPoint RTL Text Conversion

RTL (right-to-left) text conversion

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

PowerPoint Conversion in Azure

Conversion in Azure

The Syncfusion PowerPoint library supports converting a PowerPoint file to PDF (pptx to PDF) in the Microsoft Azure platform.

PowerPoint Supported Platforms

Supported Platforms

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.


PowerPoint to PDF conversion options

The PowerPoint-to-PDF conversion library supports a rich set of publishing options like handouts, notes pages, embedded fonts, font substitution, and more.

PowerPoint Handout

Handouts

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.

PowerPoint Notes Pages

Notes pages

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.

PowerPoint Skip or Include Hidden Slides

Skip or include hidden slides

The PowerPoint component supports skipping or including hidden slides when converting a PowerPoint presentation to a PDF document

PowerPoint PDF Conformance Levels

PDF conformance levels

Convert a PowerPoint document to PDF with the PDF-A1B and PDF-X1A2001 conformance standards.

PowerPoint Embed Fonts

Embed fonts

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).

PowerPoint Font Substitution

Font substitution

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.


PowerPoint to PDF Code Example

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();

Awards

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.

Scroll up icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile
Live Chat Icon