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


Groups > comp.lang.python > #41497

Re: How to extract certain set of lines from PDF

Newsgroups comp.lang.python
Date 2013-03-19 07:01 -0700
References <b26d653e-fd1a-4e27-a0f9-da432251ea7e@googlegroups.com> <mailman.3501.1363700763.2939.python-list@python.org>
Subject Re: How to extract certain set of lines from PDF
From razinzamada@gmail.com
Message-ID <mailman.3503.1363701722.2939.python-list@python.org> (permalink)

Show all headers | View raw


Thank you for your response,in case if its a word file how could i do this.

On Tuesday, March 19, 2013 7:16:00 PM UTC+5:30, Joel Goldstick wrote:
> On Tue, Mar 19, 2013 at 9:16 AM,  <adamn...@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 | 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