Hi,
Can anyone help me in converting a PDF file into a text file?
Thanks,
sskb
Hi,
Can anyone help me in converting a PDF file into a text file?
Thanks,
sskb
If you are on a solaris or linux system you can convert PDF files to text using acroread type acroread --help for a list of command-line options
Path:
/usr/local/bin/acroread
If you have Adobe distiller also might help. type distill --help for information.
Path:
/usr/local/bin/distill
/home/apps/frame/bin/distill
Hi Killerserv,
thanks for the info.. It gave me the way to convert that to PostScript format but that does not help me. I have to write a script that could read the contents of the file for which I think text format will be the best suited. Is there a way to do this?
Thanks again,
sskb