format of Data stream and ole10Native file

2005-08-05 Thread Peter Brouwer
HI All, I am (still) trying to extract image data out of Word documents. I have got it more or less working with word 97 by reading the Escher records. I found that with other word versions things are different and I might get a "Data" or "Ole10Native" file in the poi filesystem. If look into t

Re: possible to extract/find refence to image data in word files

2005-07-29 Thread Peter Brouwer
Sent: Friday, July 29, 2005 9:48 AM Subject: Re: possible to extract/find refence to image data in word files HI Peter, i am also trying the code to solve this problem. i found some link to see http://jakarta.apache.org/poi/apidocs/org/apache/poi/ddf/EscherBlipWMFRecord.html may it is u

Re: possible to extract/find refence to image data in word files

2005-07-27 Thread Peter Brouwer
t/find refence to image data in word files HI Friends, I am also following this track...please suggest us...what are the ways to extract the images from the word document...????? Thanks Srinivas Peter Brouwer <[EMAIL PROTECTED]> wrote: Hi there, I am trying now for a few days to e

possible to extract/find refence to image data in word files

2005-07-26 Thread Peter Brouwer
Hi there, I am trying now for a few days to extract an image out of a word document. I haven't succeeded sofar. I am afraid now that POI is not able to do this. Has anybody succeeded in or know if it is possible to extract image data out of ms word documents using POI. Thanks in advance, Pete

extract image out of word document

2005-07-19 Thread Peter Brouwer
I am trying to extract an image (inserted as jpeg file) out of a word file. I expected that I could retrieve it from the POIFSFileSystem filesystem because when I look at the binary contents of the file I can find the original file back somewhere. Apparently it doesnt work like this and I found