Converting html file to PPT using OpenOffice & Java

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
vishaal
Posts: 2
Joined: Tue Aug 14, 2012 10:04 am

Converting html file to PPT using OpenOffice & Java

Post by vishaal »

Hi Friends,

Im new to Openoffice. I dont know whether its the right place to post this topic.

Is that possible to convert html file to ppt in open office using java?

Kindly guide me to proceed further.

Thanks in advance.
Vishaal
OpenOffice 3.1 on Windows 7
User avatar
Robert Tucker
Volunteer
Posts: 1250
Joined: Mon Oct 08, 2007 1:34 am
Location: Manchester UK

Re: Converting html file to PPT using OpenOffice

Post by Robert Tucker »

Java code here:

http://www.roseindia.net/answers/viewqa ... pptx-.html

claims to convert .html to .ppt (without using OpenOffice). It requires the POI library.
LibreOffice 7.x.x on Arch and Fedora.
vishaal
Posts: 2
Joined: Tue Aug 14, 2012 10:04 am

Re: Converting html file to PPT using OpenOffice & Java

Post by vishaal »

Hi Friend,

Thanks for the reply.

I have tried that sample already, but which is converting the html tags into ppt file.

Please help me to get the html output as ppt.

Thanks in advance.
OpenOffice 3.1 on Windows 7
User avatar
Robert Tucker
Volunteer
Posts: 1250
Joined: Mon Oct 08, 2007 1:34 am
Location: Manchester UK

Re: Converting html file to PPT using OpenOffice & Java

Post by Robert Tucker »

vishaal wrote:I have tried that sample already, but which is converting the html tags into ppt file.
Yes, I see what you mean, it just makes a .ppt slide of the HTML code.

Sorry, no further suggestions. It looks as if even Aspose doesn't do it:

http://www.aspose.com/community/forums/ ... o-ppt.aspx
LibreOffice 7.x.x on Arch and Fedora.
Post Reply