C# Creating Word Doc From Binary

N

NYDave2005

Hello,

I have many mini docs stored as Blobs. Depending on some logic I need to put
together a few of them and make one consolidated document. I can do this with
having each mini blob write to a filestream and then insert the file into the
worddoc object.... but that's too many IO's....

Does anyone know a better way?
 
Top