Convert PPT PPTX to DOC DOCX

How to convert PowerPoint PPTX to Word (DOC or DOCX)? This can easily be done with Aspose.Slides and Aspose.PDF which are part of Conholdate.Total.

Convert PPT PPTX to DOC DOCX in C#

To convert PPT, PPTX or any PowerPoint format to Word (DOC or DOCX), you can follow these simple steps.

  • Load the PowerPoint file
  • Save it to PDF stream
  • Load the PDF stream
  • Save it as DOC or DOCX

Following code shows these steps in detail.