From owner-freebsd-questions@FreeBSD.ORG Tue Jun 9 03:11:54 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 E44E31065670 for ; Tue, 9 Jun 2009 03:11:54 +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 74AC88FC13 for ; Tue, 9 Jun 2009 03:11:54 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: by ewy8 with SMTP id 8so4625820ewy.43 for ; Mon, 08 Jun 2009 20:11:53 -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:cc:content-type :content-transfer-encoding; bh=/CSFoaxH1J7v7DuHDw64ZWIfXEmF1TkmJNNFOWVkLgo=; b=as7ZmDJA+9evrfpycx8v8Sb9eq38NE2gnP3zbhoKousmO80pYC97J4WoPpxNS8Rcry n3LAv6vYiBZ48I7lEfL61RSsoLbystYbCoaxG1PVsj1lC81f0Iw3lHBsUNePMC8FFWM3 WQfkX/SqITQAKfNk2bfgE1lMDHaciEwV+EWOg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; b=gVNOvEvhFCM3ZKoxTCAU4JKB6kqKXPQgM2ICIJERtu8ulf2674UOPwoSYqy98KeEtN kayd4uiDh2mSFn3D5YgzLf59mcg0fA/YhNUV/UHUPBk4vloDi1+xgyNzxA90L7CmWh1L 89p7QLRUoGy1zPyyVDuGFcaIUroqLvn/PLjpE= MIME-Version: 1.0 Received: by 10.210.134.6 with SMTP id h6mr7308485ebd.26.1244517113219; Mon, 08 Jun 2009 20:11:53 -0700 (PDT) In-Reply-To: <20090609023702.EF4D2BED8@kev.msw.wpafb.af.mil> References: <20090609023702.EF4D2BED8@kev.msw.wpafb.af.mil> Date: Mon, 8 Jun 2009 23:11:50 -0400 Message-ID: From: Daniel Underwood Cc: 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 03:11:55 -0000 Since all the PDFs contain text (none are scanned "images"), can I simply use some command like grep to search for text within the collection? If so, how would I do this? Can grep read text from within PDFs?