Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41491
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-03-19 06:16 -0700 |
| Message-ID | <b26d653e-fd1a-4e27-a0f9-da432251ea7e@googlegroups.com> (permalink) |
| Subject | How to extract certain set of lines from PDF |
| From | adamnizar01@gmail.com |
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.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll 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