euclid135 0 Newbie Poster

Hello all,
Currently i'm trying to make an addin for Microsoft Word that i need to get the content in byte[] of currently active document. So here what i'm thinking what i will do,
First I'll read the document.xml and get its bytes, then i'll get the byte[] of each paragraph. But the problem is the document.xml won't update until the document is being saved. Any ideas how to encounter this problem??
Thank you..
Note: I think i should make a copy of current document and read it, but how??