Parampal Pooni
Parampal Pooni

Reputation: 3108

Convert Powerpoint to Flash in Linux

I'm looking to convert PPT and PPTX files to Flash (or flv) files in an automated fashion in Linux - So I need a command-line utility.

Are there any available options out there for me? (I haven't found any so far).

I was also looking for a Flash player to play ppt/pptx files as an alternative (similar to what slideshare provides) - does anyone know of any other than openslide?

Thanks for any help.

Upvotes: 4

Views: 2362

Answers (2)

Josir
Josir

Reputation: 1644

OpenOffice generates a very poor SWF version. It should generate a back/foward button at least.

Upvotes: 0

Keith Irwin
Keith Irwin

Reputation: 5668

Related question here: Convert powerpoint to flash

Summary of answers: you should probably use OpenOffice to do it.

To do it from the command-line, it looks like you should probably use PyODConverter http://www.artofsolving.com/opensource/pyodconverter

Upvotes: 3

Related Questions