00.351.157

M

Mohamed Naseer

Hi,
I have the schenario, word document stored in sql server image field.I have
to convert this to html . word application not installed in Live server.so i
have to convet this without using word automation or without install wor in
live server.Is there any solution for that problem.

Regards,

Naseer
 
J

Jonathan West

Mohamed Naseer said:
Hi,
I have the schenario, word document stored in sql server image field.I
have
to convert this to html . word application not installed in Live server.so
i
have to convet this without using word automation or without install wor
in
live server.Is there any solution for that problem.

You can learn the Word Binary File Format, and thereby learn how to take a
Word file apart yourself. But it is a hideously complex file format. See
here for why.

Why are the Microsoft Office file formats so complicated? (And some
workarounds)
http://www.joelonsoftware.com/items/2008/02/19.html

You may end up being better served by seeing if there are any 3rd-party file
format converters you can use. But beware that if you have any particular
requirements with regard to your HTML output, 3rd-party converters are not
going to be able to handle this.
 
Top