You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by jigna joshi <jj...@asite.com> on 2008/08/06 15:23:12 UTC

How to read pptx file

Hi,
I have written code to read ppt file, but not getting how to read pptx file.
i want example working for both ppt and pptx files..
I am using poi-3.5-beta1.jar. 
Please do needful.
-- 
View this message in context: http://www.nabble.com/How-to-read-pptx-file-tp18851091p18851091.html
Sent from the POI - Dev mailing list archive at Nabble.com.


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


Re: How to read pptx file

Posted by Nick Burch <ni...@torchbox.com>.
On Wed, 6 Aug 2008, jigna joshi wrote:
> I have written code to read ppt file, but not getting how to read pptx 
> file. i want example working for both ppt and pptx files..

There isn't really a high level interface to xslf yet, only the low level 
xml beans stuff. Take a look at XSLFPowerPointExtractor for how it all 
fits together

> I am using poi-3.5-beta1.jar.

You might want to try with a svn checkout from last night or later - there 
were a few improvements to the xslf support that went in yesterday. Alas 
it's still a long way from the state that hslf is in.

Nick

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