Question
Convert word into html in unix environment
We are in the process of developing a coldfusion web
application which allows the users to upload resumes in word
format. Once the word document is uploaded we need to convert the
word document into html on the fly. We know it can be accomplished
using com object in the windows platform. But ours is a unix
environment. We need some coldfusion coding which can convert the
uploaded word file into html. Please take note coldfusion server
runs on unix platform in our case.
