PDF inventory software

LoH lordofhyphens at gmail.com
Tue Jun 9 18:20:47 UTC 2009


illoai at gmail.com wrote:
> 2009/6/9 Daniel Underwood <djuatdelta at gmail.com>:
>   
>> I'm trying to convert all PDF files in a directory to text using
>> "pdftotext".  I tried the following command:
>>
>> $ find *.pdf | xargs -0 pdftotext
>> Error: Couldn't open file 'Ross-JAMA-2007 (Prostate Screening Strategies).pdf
>> Sanda-JAMA-2009 (Prostate Cancer Treatment).pdf
>> '
>>
>> Why is this not working?
>>     
What about:
$ find *.pdf -exec pdftotext {} \; ?


More information about the freebsd-questions mailing list