aspose file tools
The moose likes Java in General and the fly likes Files to Html (or xml ) converter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Files to Html (or xml ) converter" Watch "Files to Html (or xml ) converter" New topic
Author

Files to Html (or xml ) converter

avihai marchiano
Ranch Hand

Joined: Jan 10, 2007
Posts: 342
Hey,

Our application need to convert a lot of files type ( doc,ppt,pdf...) to xml or html in order to extract data from those files.

Does any one know a tool (that integrated with java) for convert files to html or xml?

Ps. we currently pay a lot for stellent solution, but we look for a chipper and easier solution.

Thank you.
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8265

I use OpenOffice to convert DOC's to HTML. It would probably work on PPT's as well. It will not convert PDF's.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
avihai marchiano
Ranch Hand

Joined: Jan 10, 2007
Posts: 342
Thank you for your answer, but i am looking for tool (lib) that support in varioes file types.
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8265

OpenOffice provides APIs for several languages, including Java.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Files to Html (or xml ) converter
 
Similar Threads
How to generate PDF files in Java
How to convert XML to Excel Sheets
XSLT question
convert xml data in to html
properties usage in ejb,not others