From owner-freebsd-questions@freebsd.org Wed Jun 29 11:50:11 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D78B6B8640F for ; Wed, 29 Jun 2016 11:50:11 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C7362B38 for ; Wed, 29 Jun 2016 11:50:11 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 47DA4D7888; Wed, 29 Jun 2016 18:41:14 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :in-reply-to:subject:subject:from:from:received:received :received; s=selector1; t=1467200473; x=1469014874; bh=agoM1b72n WaLYpQDvj2OHyCiquIvGHynAoDETWlDox8=; b=JpA44DZrjXtdohZfiWlGVtALg T01tskpHM+qL5UWd/HdG1ik6L1Zzfx696StXehIfe8wrAU+ioIzaHm1qGcysg+5E CLdMlXgZrG9J5P51MkQ8s3ceW0J57BHLkmGqKMIrgR3ZDrj5iymOobULIaeD2nrk p5fI2Hq9+ODwv+tMLA= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id YRf3L6Pp3bFr; Wed, 29 Jun 2016 18:41:13 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id ED6A2D7887; Wed, 29 Jun 2016 18:41:08 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id u5TBf8pA056701; Wed, 29 Jun 2016 18:41:08 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier To: Ralf Mardorf Cc: freebsd-questions@freebsd.org Subject: Re: Reading PDFs on the command line (with misc/lesspipe) In-Reply-To: <20160629132633.106636d7@archlinux.localdomain> (message from Ralf Mardorf via freebsd-questions on Wed, 29 Jun 2016 13:26:33 +0200) Date: Wed, 29 Jun 2016 18:41:08 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2016 11:50:11 -0000 Ralf Mardorf via freebsd-questions writes: > On Wed, 29 Jun 2016 12:29:45 +0200, Niklaas Baudet von Gersdorff wrote: >> $ less some.pdf > > http://www.manualpages.de/FreeBSD/FreeBSD-ports-9.0-RELEASE/man1/pdftotext.1.html > http://unix.stackexchange.com/questions/41362/view-pdf-file-in-terminal > > I wonder how it is handled assumed "some.pdf" is just a scanned picture > of text converted to pdf ;). /usr/local/libexec/xpdf/pdfimages is installed by default by package xpdf. Olivier > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > --