ole embedded object extraction

L

left_line

I want to compare 2 ole embedded objects and need to figure out how to
extract them (as binary)

All I need to determine is if they differ.

I don't think extracting them and placing them in another container
file would be a good idea (this I can do) as there probably will
container realted differences

Any suggestions
 
J

Jezebel

Comparing the binaries directlly won't do it. Word binaries are polymorphic:
open a file and SaveAs twice under different names. The two files may be
very different (and not just the slight difference in the Last Modified
value).
 
L

left_line

Jezebel said:
Comparing the binaries directlly won't do it. Word binaries are polymorphic:
open a file and SaveAs twice under different names. The two files may be
very different (and not just the slight difference in the Last Modified
value).


I guess I need to clarify a bit.

Both of the ole embedded objects, are embedded within the same Word
document. They themselves are not Word documents
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top