I'm using Google App Engine with Python.
I would like to know how to convert a pdf file into different jpeg images (one for each page). Is it possible?
I found an opensource pdf library: reportlab but it looks like they don't have such a feature in their API. Am I wrong?
Thanks in advance