using Java as web app, transform a word (.doc) document into JGP or HTML
ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
using Java as web app, transform a word (.doc) document into JGP or HTML
Hello everyone:
I need to create a web application on java that can upload a word file (.doc) and the display it either as a image file, or HTML file. The doc file will have images, formatting, etc.
I've seen java apis such as POI, but it's quite limited regarding formatting.
I was thinking is there's a way to use the functionality of MS Word itself, somehow programmatically do a "save as html"
or maybe just upload it, and have a daemon on the server side that catches every doc file and transform it into image.... I haven't found anything like that tough
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.