You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by supranormale <su...@msn.com> on 2004/04/16 10:15:54 UTC

pictures

In fact, I save doc file in a stream, after I convert in Byte. In a word 
document :

'01' is a picture so when I find this, I search the first picture inside and I 
save it, I make it untill end of the document and I save inside an other when 
I found 'like' a xml document.

exemple :

<txt>
     blablabla
</txt>
<img> 
     image0.jpg
</img>
<txt>
     re blablabla
</txt>
<img>
     image1.jpg
</img>

after I convert this in a video streaming (SMIL)

But I must do the same with powerpoint, but I don't know how... 

If someone have an idea ???


---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-user-help@jakarta.apache.org