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
Post a Comment