Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #41492

Re: How to extract certain set of lines from PDF

References <b26d653e-fd1a-4e27-a0f9-da432251ea7e@googlegroups.com>
Date 2013-03-19 09:46 -0400
Subject Re: How to extract certain set of lines from PDF
From Joel Goldstick <joel.goldstick@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3501.1363700763.2939.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Tue, Mar 19, 2013 at 9:16 AM, <adamnizar01@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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to extract certain set of lines from PDF adamnizar01@gmail.com - 2013-03-19 06:16 -0700
  Re: How to extract certain set of lines from PDF Joel Goldstick <joel.goldstick@gmail.com> - 2013-03-19 09:46 -0400
    Re: How to extract certain set of lines from PDF razinzamada@gmail.com - 2013-03-19 07:01 -0700
    Re: How to extract certain set of lines from PDF razinzamada@gmail.com - 2013-03-19 07:01 -0700

csiph-web