From owner-freebsd-questions@FreeBSD.ORG Tue Jun 9 19:46:51 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 8D6B7106566B for ; Tue, 9 Jun 2009 19:46:51 +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 1A5178FC0C for ; Tue, 9 Jun 2009 19:46:50 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: by ewy8 with SMTP id 8so227852ewy.43 for ; Tue, 09 Jun 2009 12:46:50 -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:cc:content-type :content-transfer-encoding; bh=z+lqQMJDZSUaVIjCVcT4ylVLolOtAu6RL5mwdtGitv0=; b=rQRu8YnnxZhE1oEGVAImLGI4H1GVugom4raUOOTTy75+cHEW8YV35eeW+xZVfSANXp OKzOSoMz2TQ/bSNEU5wCBB9bguNwTtOT4+rGO4ba5lT3GlLx7RA/XFn/saDDNWT17Jt2 HADdTgudMUSxU1WMtY9cpIYexWpS8MlBJg2to= 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 :cc:content-type:content-transfer-encoding; b=XxmZHBQYG1OVc2jFy3AdR+KtbaBq2ip2IbuOhScKid+xt5jI5H+ql3WMPoe79Zl6Y2 D+UwEz4wp+c+8ggm9zCZ4tVX9Gm8RZuYaHHMXaCpAQF/WEvfv/Tw870qk9OdNNvLnVpc 9+21dL0QmVHgRNG5AQxyxUWvOvG8DM1X6pq1E= MIME-Version: 1.0 Received: by 10.210.86.10 with SMTP id j10mr6247190ebb.37.1244576809854; Tue, 09 Jun 2009 12:46:49 -0700 (PDT) In-Reply-To: <4A2EB80C.1010102@gmail.com> References: <3D527043-AF88-4A26-8029-FD51159E6ABB@yahoo.fr> <4A2EA7F0.60501@gmail.com> <4A2EB80C.1010102@gmail.com> Date: Tue, 9 Jun 2009 15:46:49 -0400 Message-ID: From: Daniel Underwood To: LoH Content-Type: text/plain; charset=ISO-8859-1 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:46:51 -0000 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?