Convert DOC DOCX to PPTX

Are you looking for how to convert Word (DOC or DOCX) to PowerPoint PPTX? This can easily be done with Aspose.Words and Aspose.PDF which are part of Conholdate.Total.

Convert DOC DOCX to PPTX in C#

To convert DOC, DOCX or any Word format to PPTX, you can follow the steps below.

  • Load the Word file
  • Save it to PDF stream
  • Load the PDF stream
  • Save it as PPTX

Following code shows the steps in detail.