A
Ahmad Jalil Qarshi
hi!
I have a word document. I added 2 Versions into the ActiveDocument. Now as
from the Object Model its Obvious that there are three main methods to do
something with Versions.
1. Open
2. Delete
3. Save
Now if i want to read binary data of Version 1 into some buffer. I'll have
to Open the version. and then get the path of the opened version and after
that read the files data into buffer. But i don't want to Open the Version.
I just want to read the contents of the specific Version without showing the
user that the Version is opened and then closed.
Is there any solution to this problem
Thanks in advance.
Ahmad jalil Qarshi
I have a word document. I added 2 Versions into the ActiveDocument. Now as
from the Object Model its Obvious that there are three main methods to do
something with Versions.
1. Open
2. Delete
3. Save
Now if i want to read binary data of Version 1 into some buffer. I'll have
to Open the version. and then get the path of the opened version and after
that read the files data into buffer. But i don't want to Open the Version.
I just want to read the contents of the specific Version without showing the
user that the Version is opened and then closed.
Is there any solution to this problem
Thanks in advance.
Ahmad jalil Qarshi