When I look at the actual data in the byte stream, I can see the file path and name in the data (e.g. D : \ F i l e s \ S o m e I m a g e . j p g ), yet I cannot find that data anywhere inside either POI's EscherBSE Record reading (from 0xF007) nor in any other documentation I've found on that. None of the tags seem to hold that info. Any idea where I read it from?
Attempts to read from the case 0xF007 don't work because by the time it hits that tag marker, it's already past the path/filename string and when it reads the name length (at offset 33), it always has length = 0.
Thanks again for your help and time!
From: Avik Sengupta <[EMAIL PROTECTED]> Reply-To: "POI Developers List" <[email protected]> To: POI Developers List <[email protected]> Subject: Re: Getting a PIC Date: Wed, 20 Apr 2005 12:39:53 +0530
Have you seen the drawing code in HSSF? Maybe its similar/same?
On Wed, 2005-04-20 at 03:02 +0000, Robert Paris wrote:
> I'm working on the part of Word that stores pictures and I've run into a
> problem. I'm able to grab the PIC structure (from the SPRM
> sprmCPicLocation). However, once I've gone through that, I have a chunk of
> data that I believe is an "Office Shape Format". Unfortunately, I am unable
> to find the definition for this structure anywhere. Does anyone know where
> it is?
>
> The documentation for Word 97 says that all pictures "inserted with Word 97
> are in the new Office shape format (documented elsewhere). Without that
> documentation, I have no way to read this data!
>
> Anyone?
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> Mailing List: http://jakarta.apache.org/site/mail2.html#poi
> The Apache Jakarta POI Project: http://jakarta.apache.org/poi/
>
--
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/
