Page 1 of 1

Loading a docx file from byte[]

PostPosted: Tue Sep 14, 2010 8:41 am
by desau
I see the WordprocessingMLPackage.load method, which works great when the docx is on disk.

Is there a way to create a WordprocessingMLPackage from a byte array instead of file?

I suppose I could create a memory-backed File, but that seems like a bit of a hack.

Re: Loading a docx file from byte[]

PostPosted: Tue Sep 14, 2010 8:50 am
by desau
Hmm -- looks like someone just asked basically the same question:

viewtopic.php?f=6&t=420&start=0