Hi everybody, i have a question for you....
I have a Slide Array,how can i save it as a .jpg file?
The code that I used to extract the slide from a Power Point presentation
is:

        SlideShow ppt=new SlideShow(new HSLFSlideShow("prova.ppt"));
        Slide[] slide = ppt.getSlides();


-- 
View this message in context: 
http://www.nabble.com/Slide-Array----%3E.Jpg-File-tf2594870.html#a7237400
Sent from the POI - User mailing list archive at Nabble.com.


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

Reply via email to