openoffice.org - How to convert ppt to images in Ruby? -


i'm using ruby displaying contents of powerpoint files in webpage. i've found solutions using win32ole i'm in linux environment , doesn't work. think application trigger openoffice command conversion.

i recommend using docsplit.

install gem, , can like:

docsplit.extract_images(filename, :size => '920x', :format => [:png]) 

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -