vote up 2 vote down star

Hi all,

Does anyone know if it's possible to generate powerpoint ppts within ColdFusion? I can't rely on the approach of installing a copy of office and generate one through COM and I can't use ooxml since my client is still in the office 2003 era. Any suggestion is much appreciated.

flag

4 Answers

vote up 4 vote down check

You can try using Apache POI, specifically their Powerpoint support. Looks to be still in beta though:

http://poi.apache.org/slideshow/index.html

I've used POI to extra from Word docs before and it was rather easy in ColdFusion.

link|flag
vote up 1 vote down

I know it's not a good answer, but ColdFusion 9 can turn a cfpresentation into a PowerPoint file, and creating a cfpresentation is pretty damned trivial...

However, this of course requires a server that's still in beta, and a large cash outlay once it's released if you're running your own server.

Dan

link|flag
Hi Dan, thanks for the heads up. And now that CF9 has shipped, I can now build a prototype to show my client; hopefully they'll buy into the upgrade. Lawrence – lawrencem49 Oct 12 at 12:36
vote up 2 vote down

I forgot to mention. You should contact Todd Sharp at http://www.slidesix.com. He has written CF code to parse in multiple slide formats.

link|flag
vote up 3 vote down

ColdFusion doesn't have built in PPT creation, but you may be able to make something work with OpenOffice.

Look into CFPresentation (CF8), it allows you to create web-based presentations - not actually PPT format, but displayed in the same way via Flash player.

Have you considered using PDF instead? For all intents and purposes except perhaps some animation, PDFs do well replacing PPTs. And CF has tons of PDF creation and manipulation features!

link|flag
Unfortunately the presentation must be in PP format, as my client's clients also rely on the components in the PP file to compile their own presentations. So only Powerpoint will do, but thanks for the suggestions. – lawrencem49 Jan 28 at 10:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.