Create thumbnail image (jpg/png) of PDF file using Python

davisn90210 at gmail.com davisn90210 at gmail.com
Tue Nov 20 16:09:54 EST 2007


On Nov 20, 11:36 am, sophie_newbie <paulgeele... at gmail.com> wrote:
> Is there any way to do this directly within python?
>
> If not is there any other good way to achieve it?
>
> Thanks in advance for any help!

Take a look at PIL -- http://www.pythonware.com/products/pil/.  Among
other things, it allows you to easily create thumbnails.

--Nathan Davis



More information about the Python-list mailing list