I'm using Ruby for displaying the contents of powerpoint files in a webpage. I've found solutions using the win32ole but I'm in the linux environment and it doesn't work. I think the application could trigger a openoffice command for conversion.
|
feedback
|
|
You can use Rjb (http://rjb.rubyforge.org/) and JODConverter (http://www.artofsolving.com/opensource/jodconverter) to export your powerpoint to flash (or any other format - see : http://www.artofsolving.com/opensource/jodconverter/guide/supportedformats) Here is a pice of code to do it :
You need to start an OOo.org server :
And to add jodconverter-cli-X.X.X.jar to your CLASSPATH | |||
|
feedback
|
|
I recommend using Docsplit (http://documentcloud.github.com/docsplit/) In your rails app: And then in a function or whatever you'll choose | |||
|
feedback
|