On Mon, Jan 30, 2012 at 3:18 PM, Massimiliano <[email protected]> wrote: > I don't know EC2. Is it easy?
If you have to ask, I have to say No. In the meantime, App Engine , does have an experimental Conversion API http://code.google.com/appengine/docs/python/conversion/overview.html that should be able to convert a PDF to a image. > > 2012/1/30 Joshua Smith <[email protected]> >> >> Set up a ghostscript-based service in Amazon EC2 to do the rendering for >> you. >> >> Ghostscript on linux is pretty awesome. Everything else is very not >> awesome. (The phrase "very not awesome" copyright 2012, Joshua Smith :) >> >> >> On Jan 30, 2012, at 6:55 AM, Max wrote: >> >> Hi, >> I'm building a service where the operator could check the fax >> arrived easily and fast. >> All the faxes arrive in an email address attached as PDF, so I'm thinking >> to store them in a Blobstore like images and then I can serve them in a HTML >> page to the operators. (I need thumbnails and everything, so could be really >> easy for clients to check them). >> Could you see an easier way? >> How can I transform PDF in images? >> >> Thanks. >> >> Max >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-appengine/-/nMmdgTTJ4iMJ. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. > > > > > -- > How to contact me: protocol.by/Massimiliano > Sito: www.themaxbuddies.com > Twitter: www.twitter.com/grostein > Skype: massimiliano.pietroni > Tumblr: http://grostein.tumblr.com/ > Msn: [email protected] > Ti serve dropbox? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
