Are there methods in using rails to convert document files into image in order to display them as jpg or png. Perhaps there is a gem that can handle this
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here are some common ones:
PS: you can convert PDFs to JPG to using RMagick 🙂
Edit: Converting MS Office Documents to images can be done using OpenOffice – here are two solutions:
openoffice.org2.4 -norestore -nofirststartwizard -nologo -headless -pt Cups-PDF sample.pptand then you can convert the PDF to an image.