Convert from PDF to raster format image

Kyler Laird Kyler at news.Lairds.org
Fri Apr 16 17:08:12 EDT 2004


ny_r_marquez at yahoo.com (R.Marquez) writes:

>Does any one know of a way to convert PDF documents into a raster
>format, such as TIFF or JPEG?  Of course to do it in Python would be
>my preference, but if you know of another way to do this
>programatically I would also be interested.  Thanks.

I'm all for Pythonic solutions but from my experience your best bet
is to just use Ghostscript.  It's easy to call it from Python.

--kyler



More information about the Python-list mailing list