You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by qwerty_giggi <qw...@libero.it> on 2006/11/08 13:19:57 UTC

Slide Array---->.Jpg File

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: poi-user-unsubscribe@jakarta.apache.org
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/


RE: Slide Array---->.Jpg File

Posted by Tahir Akhtar <ta...@spectrum-tech.com>.
In my knowledge only feasible method of doing such stuff is through Open
Office API. You will need a running instance of open office listening for
requests.


-----Original Message-----
From: Nick Burch [mailto:nick@torchbox.com] 
Sent: Wednesday, November 08, 2006 8:08 PM
To: POI Users List
Subject: Re: Slide Array---->.Jpg File

On Wed, 8 Nov 2006, qwerty_giggi wrote:
> I have a Slide Array,how can i save it as a .jpg file?

Currently, that's not supported. See Yegor's email from last week:
http://mail-archives.apache.org/mod_mbox/jakarta-poi-user/200604.mbox/%3C181
570314265.20060403102609@dinom.ru%3E

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/




---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/


Re: Slide Array---->.Jpg File

Posted by Nick Burch <ni...@torchbox.com>.
On Wed, 8 Nov 2006, qwerty_giggi wrote:
> I have a Slide Array,how can i save it as a .jpg file?

Currently, that's not supported. See Yegor's email from last week:
http://mail-archives.apache.org/mod_mbox/jakarta-poi-user/200604.mbox/%3C181570314265.20060403102609@dinom.ru%3E

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/