> Hello,
>
> I have 500 pdf files contains string like 94C, 94H, 94A etc in side it.
>
> I have to classify it in categories(in separate folder).
>
> How can i do this job with vfp ?
>
>
> I want to be a Student forever....
Extract the text in a format that VFP can read. There are a few tools for that, either commercial or open source. My preferred is the pdf2xml utility in
https://sourceforge.net/projects/pdf2xml/.
After transforming the PDFs in something that VFP can read, plain text, XML, or whatever, you can manipulate the documents at your will. The simplest method would be to ingest documents contents into a table memo field and search inside it.