A PDF containing a fax is likely to be a very light PDF wrapper around an image (usually TIFF), so you may find you can extract the image without all the overhead of rendering. I wrote a c library to do this a while ago, but there may be python/java tools to do the same thing.
Cheers Greg. On Jan 31, 12:55 am, Max <[email protected]> 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 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.
