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 way   :(
> I have many PDF files with several pages each.

You'll be surprised. I've done multi million line logfiles that way. A
pdf2txt is infinitely slow compared with such processing.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to