[fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Marcos Douglas
On Sun, Oct 31, 2010 at 8:14 AM, Marcos Douglas m...@delfire.net wrote: I need to do a full text scan in PDF files i.e. convert PDF in plain text, parser and save the informations. I saw the XPDF[1] lib but I would like a lib coded in Pascal... if is possible. What do you recommends to do

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Alberto Narduzzi
Somebody can help me please? I need to search strings in Text files using just FPC. how about reading every line and then using Pos() to see if some string is there? HTH ;-) Cheers, A. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Marcos Douglas
On Mon, Nov 1, 2010 at 9:34 AM, Alberto Narduzzi albertonardu...@yahoo.com wrote: Somebody can help me please? I need to search strings in Text files using just FPC. how about reading every line and then using Pos() to see if some string is there? I don't think this way is the fast way :(

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Martin Schreiber
On Monday, 1. November 2010 13.34:45 Marcos Douglas wrote: On Mon, Nov 1, 2010 at 9:34 AM, Alberto Narduzzi albertonardu...@yahoo.com wrote: Somebody can help me please? I need to search strings in Text files using just FPC. how about reading every line and then using Pos() to see if

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Marcos Douglas
On Mon, Nov 1, 2010 at 1:21 PM, Martin Schreiber mse00...@gmail.com wrote: On Monday, 1. November 2010 13.34:45 Marcos Douglas wrote: On Mon, Nov 1, 2010 at 9:34 AM, Alberto Narduzzi albertonardu...@yahoo.com wrote: Somebody can help me please? I need to search strings in Text files using

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Marco van de Voort
In our previous episode, Marcos Douglas said: albertonardu...@yahoo.com wrote: Somebody can help me please? I need to search strings in Text files using just FPC. how about reading every line and then using Pos() to see if some string is there? I don't think this way is the fast

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Marcos Douglas
On Mon, Nov 1, 2010 at 3:10 PM, Marco van de Voort mar...@stack.nl wrote: In our previous episode, Marcos Douglas said: albertonardu...@yahoo.com wrote: Somebody can help me please? I need to search strings in Text files using just FPC. how about reading every line and then using Pos()

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Tomas Hajny
On Mon, November 1, 2010 19:10, Marco van de Voort wrote: In our previous episode, Marcos Douglas said: albertonardu...@yahoo.com wrote: Somebody can help me please? I need to search strings in Text files using just FPC. how about reading every line and then using Pos() to see if some

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Marcos Douglas
On Mon, Nov 1, 2010 at 3:31 PM, Tomas Hajny xhaj...@hajny.biz wrote: On Mon, November 1, 2010 19:10, Marco van de Voort wrote: In our previous episode, Marcos Douglas said: albertonardu...@yahoo.com wrote: Somebody can help me please? I need to search strings in Text files using just FPC.

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Tomas Hajny
On Mon, November 1, 2010 19:20, Marcos Douglas wrote: On Mon, Nov 1, 2010 at 3:10 PM, Marco van de Voort mar...@stack.nl wrote: In our previous episode, Marcos Douglas said: albertonardu...@yahoo.com wrote: Somebody can help me please? I need to search strings in Text files using just FPC.

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Marcos Douglas
On Mon, Nov 1, 2010 at 3:36 PM, Tomas Hajny xhaj...@hajny.biz wrote: On Mon, November 1, 2010 19:20, Marcos Douglas wrote: On Mon, Nov 1, 2010 at 3:10 PM, Marco van de Voort mar...@stack.nl wrote: In our previous episode, Marcos Douglas said: albertonardu...@yahoo.com wrote: Somebody can

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Tomas Hajny
On Mon, November 1, 2010 19:42, Marcos Douglas wrote: On Mon, Nov 1, 2010 at 3:36 PM, Tomas Hajny xhaj...@hajny.biz wrote: On Mon, November 1, 2010 19:20, Marcos Douglas wrote: On Mon, Nov 1, 2010 at 3:10 PM, Marco van de Voort mar...@stack.nl wrote: In our previous episode, Marcos Douglas

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Marcos Douglas
On Mon, Nov 1, 2010 at 3:50 PM, Tomas Hajny xhaj...@hajny.biz wrote: On Mon, November 1, 2010 19:42, Marcos Douglas wrote: On Mon, Nov 1, 2010 at 3:36 PM, Tomas Hajny xhaj...@hajny.biz wrote: On Mon, November 1, 2010 19:20, Marcos Douglas wrote: On Mon, Nov 1, 2010 at 3:10 PM, Marco van de

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Tomas Hajny
On Mon, November 1, 2010 19:34, Marcos Douglas wrote: On Mon, Nov 1, 2010 at 3:31 PM, Tomas Hajny xhaj...@hajny.biz wrote: On Mon, November 1, 2010 19:10, Marco van de Voort wrote: In our previous episode, Marcos Douglas said: albertonardu...@yahoo.com wrote: Somebody can help me please? I

Re: [fpc-pascal] Re: Text scan in text files - (was: Full text scan - PDF files)

2010-11-01 Thread Marcos Douglas
On Mon, Nov 1, 2010 at 4:02 PM, Tomas Hajny xhaj...@hajny.biz wrote: On Mon, November 1, 2010 19:34, Marcos Douglas wrote: On Mon, Nov 1, 2010 at 3:31 PM, Tomas Hajny xhaj...@hajny.biz wrote: On Mon, November 1, 2010 19:10, Marco van de Voort wrote: In our previous episode, Marcos Douglas