Convert PPT PPTX to DOC DOCX

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

Convert PPT PPTX to DOC DOCX in Java

To convert PPT, PPTX or any other PowerPoint format to Word (DOC or DOCX), you can simply follow the steps below.

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