Re: Extract images from PDF files

2009-07-28 Thread Xavier Ho
I've got a non-Python solution if you have Acrobat 6 or up. >From the menu, Advanced -> Document Processing -> Extract All Images... If you need multiple PDFs done, Batch Processing would be a great start. Then you can run another script to make the thumbnails, or use Photoshop. Either way works

Re: Extract images from PDF files

2009-07-28 Thread writeson
David, Thanks for your reply, I'll take a look at pdftohtml and see if it suits my needs. Thanks! Doug -- http://mail.python.org/mailman/listinfo/python-list

Re: Extract images from PDF files

2009-07-28 Thread superpollo
David Lyon wrote: pdftohtml on sourceforge may help... also see: http://linuxcommand.org/man_pages/pdfimages1.html bye -- http://mail.python.org/mailman/listinfo/python-list

Re: Extract images from PDF files

2009-07-27 Thread David Lyon
pdftohtml on sourceforge may help... On Mon, 27 Jul 2009 19:52:01 -0700 (PDT), writeson wrote: > Hi all, > > I've looked around with Google quite a bit, but haven't found anything > like what I'm looking for. Is there a Python library that will extract > images fr

Extract images from PDF files

2009-07-27 Thread writeson
Hi all, I've looked around with Google quite a bit, but haven't found anything like what I'm looking for. Is there a Python library that will extract images from PDF files? My ultimate goal is to pull the images out, use the PIL library to reduce the size of the images and rebu