On Fri, 24 Sep 2010, Zachary Mitchell wrote:
I wish to create the document, and based on a Picture file, as an array of type primitive byte [], insert these bytes, in the write way, into the document byte [] bytes
That won't work - Word doesn't store the raw picture data at the offset. Instead, at that offset you'll find a series of header, and if you're lucky, the picture data somewhere after that...
See my earlier reply for more information on what you'd need to do if you wanted to add pictures
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
