Re: How to extract certain set of lines from PDF

2013-03-19 Thread razinzamada
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, wrote: > > Hello, > > > > I need to extract certain set of lines from PDF > > Ex:- > > IF(..) > > ..

Re: How to extract certain set of lines from PDF

2013-03-19 Thread Joel Goldstick
On Tue, Mar 19, 2013 at 9:16 AM, 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

How to extract certain set of lines from PDF

2013-03-19 Thread adamnizar01
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 k