Word file read data without having word installed
-
hi, I want to save the word file in html and word is not installed on client machine. I want to do this thing without using the word installed on the machine Please provide some help
-
-
ok, can i read the data through the fstream, and then do decode/encode. Is it a right move?
-
Yes, of course, you can write your own parser, see microsoft documentation : http://www.microsoft.com/interop/docs/OfficeBinaryFormats.mspx[^]
-
ok, can i read the data through the fstream, and then do decode/encode. Is it a right move?
abcurl wrote:
ok, can i read the data through the fstream, and then do decode/encode.
You can only do this if you know the file format; I doubt that this would be a good thing. As I said before, get the Interop assemblies and use them. There are many tutorials both here and on the internet to show you how to use these features.
txtspeak is the realm of 9 year old children, not developers. Christian Graus