I am using docsplit gem to convert PPT into images
Docsplit.extract_images(uploaded.path.to_s, :size => '550x', :format => [:jpg],:output=>"#{Rails.root}/public/images")
it convert successfully but i will take more time . Can i Convert any other way Please anyone help me.