ilug-admin at linux.ie wrote: > > Hi all, > > Can anyone tell me the name of a tool for recovering ascii text from a .pdf > in Linux? pdf2html, for a start. ls -al /usr/bin | grep -e pdf ls -al /usr/local/bin | grep -e pdf will give you any binaries referring to pdf, and apropos pdf will list any relevant manpages. Vin