I am trying to create rails application like slideshare, I had properly
upload my ppt file in to database.I want to display user selected
presentation file in browser.
How can i achieve that without using thirdparties application like
upload ppt file into scribd etc…
please anybody suggest me or give some usefull gems for that…!
Note that it only works with new-style pptx files.
For the old format, GOOD LUCK. They are poorly-documented and tricky to
work with. Tools like Docsplit
(http://documentcloud.github.io/docsplit/)
might do what you want for these, but they depend on LibreOffice - and
correspondingly, can only read PPT files that work in LibreOffice.
One gotcha: none of these will replicate any of the more complex
behaviors
(animations, transitions). ruby_powerpoint doesn’t even give text style
info back, just text and images.
–Matt J.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.