hi, I am new bie to JSP...i want to display the content of word document(which consists both images and text) in webpage.. In html href display the whole document...but 3rd party can modify the document....But i want to display the content like word viewer (in web page) which is not allow the 3rd party to change the document. i convert the document into read only...how ever it prompt the user to save the file in another location..i want to avoid such disturbance... thanks in advance siddiq
Of course the document they are modifying is their local copy, not the original. You could probably find an Active X control which would do what you want. There's probably some third party API which can manipulate MS Word files - but I suspect that would be a lot of work.
Thanks Sturrock ... Another question.Is any other way to copy the content of word doc and save it as a temporary file(atleast only for text)? Thanks in advance siddiq