Hmm.. The command find *.pdf -exec pdftotext {} \; works in directories in which no PDF file returns the "Document has not the mandatory ending %EOF" error. When a directory contains one of these files, none of the files get converted. Is there some way to ignore or skip over this %EOF problem and continue operating on the remaining PDFs?