Re: Extracting images from a PDF file

2007-12-28 Thread writeson
On Dec 27, 2:17 pm, Max Erickson <[EMAIL PROTECTED]> wrote: > Doug Farrell <[EMAIL PROTECTED]> wrote: > > Hi all, > > > Does anyone know how to extract images from aPDFfile? What I'm > > looking to do is use pdflib_py to open largePDFfiles on our > > Linux servers, then use PIL to verify image data

Re: Extracting images from a PDF file

2007-12-28 Thread writeson
On Dec 27, 10:13 am, writeson <[EMAIL PROTECTED]> wrote: > On Dec 27, 1:12 am, Carl K <[EMAIL PROTECTED]> wrote: > > > > > Doug Farrell wrote: > > > Hi all, > > > > Does anyone know how to extract images from aPDFfile? What I'm looking > > > to do is use pdflib_py to open largePDFfiles on our Linux

Re: Extracting images from a PDF file

2007-12-27 Thread Max Erickson
Doug Farrell <[EMAIL PROTECTED]> wrote: > Hi all, > > Does anyone know how to extract images from a PDF file? What I'm > looking to do is use pdflib_py to open large PDF files on our > Linux servers, then use PIL to verify image data. I want to do > this in order to find corrupt images in the PDF

Re: Extracting images from a PDF file

2007-12-27 Thread writeson
On Dec 27, 1:12 am, Carl K <[EMAIL PROTECTED]> wrote: > Doug Farrell wrote: > > Hi all, > > > Does anyone know how to extract images from a PDF file? What I'm looking > > to do is use pdflib_py to open large PDF files on our Linux servers, > > then use PIL to verify image data. I want to do this in

Re: Extracting images from a PDF file

2007-12-26 Thread Carl K
Doug Farrell wrote: > Hi all, > > Does anyone know how to extract images from a PDF file? What I'm looking > to do is use pdflib_py to open large PDF files on our Linux servers, > then use PIL to verify image data. I want to do this in order > to find corrupt images in the PDF files. If anyone cou

Extracting images from a PDF file

2007-12-26 Thread Doug Farrell
Hi all, Does anyone know how to extract images from a PDF file? What I'm looking to do is use pdflib_py to open large PDF files on our Linux servers, then use PIL to verify image data. I want to do this in order to find corrupt images in the PDF files. If anyone could help me out, or point me in t