Thank you!
well, i would like to convert a pdf file to txt so i can search inside them.I download the Xpdf and i save it to the path i mention before.So i have to write a php script to call the cmd and do the conversion but i don't know how
Cause i am really new at php I really appreciate your help
What is it you don't know: how to write the PHP exec command or how to do the PDF-text conversion? The former is shown in the link I gave you. The latter is a bit more difficult.
for the conversion i suppose to use the Xpdf. is it another way to do it?
As far as calling cmd is it something like that:
exec("cd C:\Program Files\Xpdf");
Comment