From owner-freebsd-questions@FreeBSD.ORG Tue Jun 9 19:29:30 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 4B09F1065675 for ; Tue, 9 Jun 2009 19:29:30 +0000 (UTC) (envelope-from lordofhyphens@gmail.com) Received: from mail-px0-f199.google.com (mail-px0-f199.google.com [209.85.216.199]) by mx1.freebsd.org (Postfix) with ESMTP id 1748B8FC0A for ; Tue, 9 Jun 2009 19:29:30 +0000 (UTC) (envelope-from lordofhyphens@gmail.com) Received: by mail-px0-f199.google.com with SMTP id 37so224809pxi.3 for ; Tue, 09 Jun 2009 12:29:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=7g6dTbfdIpnIjnkGWcIMstIhHyqKvTYDea72z7O2oLI=; b=or2fV4+iOlXpjzOsMKSH8Q/lYb2PFtdimhVZgdsGnwDHGGM8DuKdCvy1Fmi/upZ8AK ioBSMECAlQS0BpVdJq86BGGXNwpBwKXOnORihOs9P/pBch6UF8ajEBNp1mVGoA9Z/fX9 CJRD/NzPSnouMfCT7JgNClQE9I90mOFp4EliE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=ipHnNH+NoK+89rR6AGfgKTpHK+aj2crU+SEepABxXq0lp6WAC8JtsjDO0o9IuEyxtL bF/pEvaam/xcX3URe902cUp9P3jcQjXgxEbOAN1Ti9BFUPnT7J7IRpqZ6WJKAsRKF6u6 45mt1faOcx3ldrGuycQY/fsuzdfibevQZcnyk= Received: by 10.114.124.1 with SMTP id w1mr679773wac.13.1244575769873; Tue, 09 Jun 2009 12:29:29 -0700 (PDT) Received: from ?131.230.191.52? (ee122.engr.siu.edu [131.230.191.52]) by mx.google.com with ESMTPS id l30sm7881726waf.0.2009.06.09.12.29.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Jun 2009 12:29:29 -0700 (PDT) Message-ID: <4A2EB80C.1010102@gmail.com> Date: Tue, 09 Jun 2009 14:29:16 -0500 From: LoH User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Daniel Underwood References: <3D527043-AF88-4A26-8029-FD51159E6ABB@yahoo.fr> <4A2EA7F0.60501@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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 19:29:30 -0000 Daniel Underwood wrote: > $ find *.pdf -exec pdftotext {} \; > Error: Document has not the mandatory ending %EOF > Have you run pdftotext on a single file in your archive as a test? --Joseph Lenox