You'll need a RIP to do this (Raster Image Processor - to convert vector graphics to raster graphics), and unfortunately PIL isn't a RIP. However, you may want to look at GhostScript - a GPL postscript RIP (it does PDF's now too). It's cross-platform too, and scriptable.
http://www.gnu.org/software/ghostscript/ghostscript.html Kevin ----- Original Message ----- From: "Franz Struwig" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, June 09, 2005 2:20 PM Subject: [Image-SIG] PDF to Image conversion > Greetings, > > Does anyone know of an elegant method to convert a PDF to an > image...possibly using PIL? > > Thanks, > Franz > _______________________________________________ > Image-SIG maillist - [email protected] > http://mail.python.org/mailman/listinfo/image-sig > > > _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
