Page 1 of 1

HTML to PPT/PPTx Converter

PostPosted: Tue Nov 20, 2012 12:46 am
by manurajhada
Hi There,

I have to add a capability that is export a jsp (rendered as html page) as ppt file. Previously export jsp as excel and as pdf has been done.
FYI, I have converted jsp to pdf so if there is any pdf to ppt convertor API in java, that would also be helpful.

Please suggest a way or share experience about html/jsp to ppt converter.

Many Thanks.

Re: HTML to PPT/PPTx Converter

PostPosted: Tue Nov 20, 2012 12:55 pm
by jason
To convert XHTML to PPTX, you could adapt docx4j's XHTMLImporter:

https://github.com/plutext/docx4j/blob/ ... orter.java

To convert PDF to PPTX, you could use PDFBox and docx4j/pptx4j. For further discussion of PDF to PPTX, please start a separate thread.