[Chicago] Extract information from PDF

Carl Karsten carl at personnelware.com
Tue Jul 21 04:45:53 CEST 2009


On Wed, Jul 15, 2009 at 6:58 PM, Jon Sudlow<jsudlow at gmail.com> wrote:
> pyPDF

Thankyou *4

>>> from pyPdf import PdfFileWriter, PdfFileReader
>>> input1 = PdfFileReader(open('test.pdf','rb'))
>>> print input1.getNumPages()
3

I needed that.

-- 
Carl K


More information about the Chicago mailing list