There are several solutions:

1. Convert ppt/pptx to PNG using PPT2PNG and PPTX2PNG utilities and
show the result in the IMG tag
2. With POI help, Apache Tika can generate a text-only XHTML preview.
You can use that.
3. Write a subclass of java.awt.Graphics2D that will translate graphic
calls into HTML5 canvas. This can be used by a utility similar to
PPT2PNG / PPTX2PNG, only the result will be a javascript blocks with
canvas instructions instead of PNG.
4. Write a converter yourself.

Yegor

On Wed, May 16, 2012 at 7:47 AM, abc <[email protected]> wrote:
> I need to convert PowerPoint 2003/2007(ppt/pptx) to HTML. But I have not
> found any code how to do this. So, how to Convert MS PowerPoint
> 2003/2007(ppt/pptx) into HTML using APACHE POI or Else? I have found Apache
> POI. But don't know what code can do the trick
>
>
> --
> View this message in context: 
> http://apache-poi.1045710.n5.nabble.com/How-to-Convert-MS-PowerPoint-2003-2007-into-HTML-using-APACHE-POI-or-Else-tp5709774.html
> Sent from the POI - Dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to