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
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
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
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
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