How to extract certain set of lines from PDF

Joel Goldstick joel.goldstick at gmail.com
Tue Mar 19 09:46:00 EDT 2013


On Tue, Mar 19, 2013 at 9:16 AM, <adamnizar01 at gmail.com> wrote:

> Hello,
>
> I need to extract certain set of lines from PDF
> Ex:-
> IF(......)
> ..........
> ..........
>    IF(.....)
>    ...........
>    ...........
>    ENDIF
> ENDIF
>
> I need to copy entire lines from first "IF" till last "ENDIF".and extract
> it to seperate row of excel sheet.when ever a new occurrance of this kind
> of IF loops are found out.
> --
> http://mail.python.org/mailman/listinfo/python-list
>

You might start with this: http://knowah.github.com/PyPDF2/

I've never had to read pdf files, but it looks like there are several
libraries to choose from


-- 
Joel Goldstick
http://joelgoldstick.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130319/a20c8030/attachment.html>


More information about the Python-list mailing list