Powerpoint in a JFrame

My current application is written in Java. I am looking for a tool that will allow my users to run a embedded powerpoint app possibly in a JFrame. Will your tool assist me in achieving my goals.

Thanks,

Bill

Dear Bill,



In theory you can use Aspose.PowerPoint to read presentations and show static image of slides.

There are 3 ways:

  1. Read all information about slide, shapes and text and draw imgae by yourself. That will be hard work.
  2. Export slides to SVG format and show it on JFrame with Batik. One problem with Batik is it opens

    slides with large images very slowly.
  3. We are writing quick thumbnail generator now. The same as in .Net version.

    The estimated release date is beginning of March.