Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspose-com-gists/7c06242706c71ceb081ba11857cdbb33 to your computer and use it in GitHub Desktop.
Save aspose-com-gists/7c06242706c71ceb081ba11857cdbb33 to your computer and use it in GitHub Desktop.
// Instantiate a Presentation object that represents an ODP file
Presentation presentation = new Presentation("PowerPoint.odp");
// Save the presentation as PDF
presentation.Save("ODP-to-PDF.odp", SaveFormat.Odp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment