HTML JPG PDF XML PPSX
Product Family
TIFF

Convert PPSX to TIFF in C#

Convert PPSX files to TIFF in C# using server-side Aspose.Slides APIs.

Convert PPSX to TIFF Using C#

Use Aspose.Slides for .NET to load a PPSX presentation and save it as a TIFF file. Install the package from NuGet or run the following command in the Package Manager Console.

Package Manager Console Command

PM> Install-Package Aspose.Slides.NET

This sample code shows PPSX to TIFF C# conversion

using var presentation = new Presentation("template.ppsx");
presentation.Save("output.tiff", SaveFormat.Tiff);
 

How to Convert PPSX to TIFF via C#

.NET developers can load and convert PPSX files to TIFF in a few lines of code.

  1. Load the PPSX file with a Presentation object.

  2. Call the Save method with the output file path and SaveFormat.Tiff.

  3. Use the output TIFF file at the specified path.

System Requirements

Before running the .NET conversion sample code, make sure that you have the following prerequisites.

  • A supported operating system with .NET or Mono installed.
  • A development environment such as Microsoft Visual Studio.
  • Aspose.Slides for .NET referenced in your project.

Other Supported Conversions

You can also convert PPSX into many other file formats including a few listed below.

PPSX TO BMP (Bitmap Image)
PPSX TO EMF (Enhanced Metafile Format)
PPSX TO GIF (Graphics Interchange Format)
PPSX TO HTML (Hypertext Markup Language)
PPSX TO JPEG (JPEG Image)
PPSX TO ODP (OpenDocument Presentation Format)
PPSX TO OTP (OpenDocument Presentation Template)
PPSX TO PDF (Portable Document Format)
PPSX TO PNG (Portable Network Graphics)
PPSX TO POT (PowerPoint Template Files)
PPSX TO POTM (PowerPoint Macro-Enabled Template)
PPSX TO POTX (PowerPoint Open XML Template)
PPSX TO PPS (PowerPoint Slide Show)
PPSX TO PPSM (Macro-Enabled Slide Show)
PPSX TO PPT (PowerPoint 97-2003 Presentation)
PPSX TO PPTM (Macro-Enabled Presentation)
PPSX TO PPTX (Open XML Presentation Format)
PPSX TO SVG (Scalable Vector Graphics)
PPSX TO SWF (SWF Format)
PPSX TO XPS (XML Paper Specification)