Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   Object representation of a pptx file (http://www.velocityreviews.com/forums/t591137-object-representation-of-a-pptx-file.html)

graham.parsons@reflective.com 02-12-2008 12:29 PM

Object representation of a pptx file
 
Hi guys,

We need to manipulate pptx (PowerPoint 2007) files outside of
PowerPoint on the server side.

PPTX is a zip file with XML files, other artefacts (images, etc.)
inside it.

I wonder if anyone knows any commercial or open source offering that
allows a file to be read and then represented as an object format - of
course we could do our own but if there's an option out there, it
would be good to look at.

Cheers

Graham

per.newgro@gmx.ch 02-12-2008 01:31 PM

Re: Object representation of a pptx file
 
Hi,

You looking for this? http://poi.apache.org/hslf/index.html

Cheers
Per

Arne Vajhøj 02-13-2008 12:49 AM

Re: Object representation of a pptx file
 
per.newgro@gmx.ch wrote:
> You looking for this? http://poi.apache.org/hslf/index.html


I doubt he is since that link says:

#It does not support the new PowerPoint 2007 .pptx file format

and he wrote:

#We need to manipulate pptx (PowerPoint 2007) files outside of
#PowerPoint on the server side.

Arne

Arne Vajhøj 02-13-2008 12:53 AM

Re: Object representation of a pptx file
 
graham.parsons@reflective.com wrote:
> We need to manipulate pptx (PowerPoint 2007) files outside of
> PowerPoint on the server side.
>
> PPTX is a zip file with XML files, other artefacts (images, etc.)
> inside it.
>
> I wonder if anyone knows any commercial or open source offering that
> allows a file to be read and then represented as an object format -


Try looking for one of the OOXML plugins for OOo. They must have
some source code.

> of
> course we could do our own but if there's an option out there, it
> would be good to look at.


That could be extremely costly depending on how much you need to
change. OOXML is a very complex format.

Arne


All times are GMT. The time now is 07:22 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57