From owner-freebsd-questions@FreeBSD.ORG Tue Jun 9 17:18:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03F39106566B for ; Tue, 9 Jun 2009 17:18:58 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 88AA58FC0A for ; Tue, 9 Jun 2009 17:18:57 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: by ewy8 with SMTP id 8so124815ewy.43 for ; Tue, 09 Jun 2009 10:18:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Iswy0noySJeLgpFHrOruJfHmdm3Adyc4QvruEnol5UI=; b=p3z36M2UULXfLhjFaiXw3aINCW7pzDvX5ThZV7E0mj0SE054n8MENnRdlFi9qNIxdU ko9ia7ZjEBDpB4IdAb7Pdeag5HCx7heVLeiJNNU2Vvym/qGkOFiwRBTx8HUKZ6C0yI0Z hzOBkfebTHzPBsuYhry2Ej3xhqA9xTCV0M6IQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=I5EACtpwLhRkYn6NEGkTGhp9C2XWQromtrGR5dIub6PiuGU1A0VQt6wfh1oFCOvBNl MIX+TOwpuZrFAlC8d842poRyYfsaq9kt70wvZogJ8V6zHAhEJ5/rn9/ex4yrEkzIV4x6 y2xZ59YyPR+Mg2zMBHH1qHJhg6bTYG7KWfCLE= MIME-Version: 1.0 Received: by 10.210.79.3 with SMTP id c3mr2672475ebb.24.1244567936709; Tue, 09 Jun 2009 10:18:56 -0700 (PDT) In-Reply-To: <3D527043-AF88-4A26-8029-FD51159E6ABB@yahoo.fr> References: <3D527043-AF88-4A26-8029-FD51159E6ABB@yahoo.fr> Date: Tue, 9 Jun 2009 13:18:56 -0400 Message-ID: From: Daniel Underwood To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: PDF inventory software X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2009 17:18:58 -0000 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? Thanks, Daniel