tags:

views:

420

answers:

0

I'm using Dsoframer for my WPF Application to working with Word document. Basically , I need my application to be able to open a word document, modify it, save its content into database. Currently I have to call DsoFramer Save method to save Word document into a temp file, then read the file bytes and insert into database.

The problem is accessing to file system is slow, so my question is can we get the binary content of the current document in DsoFramer without save into a temp file ?