|
-
Feb 12th, 2012, 02:08 AM
#1
Thread Starter
Hyperactive Member
word file raw data from word document object?
is there a way to get the raw data of a word file document object?
word = new Word.Application();
doc = new Word.Document();
now, I open the word file, do some replace. save the file.
I could open the file as raw binary file. but I'm thinking maybe there is a property that can get the raw the data? which property?
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|