From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 761B21382C5 for ; Thu, 21 May 2020 14:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1495E0982; Thu, 21 May 2020 14:21:32 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [159.69.161.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E565E091D for ; Thu, 21 May 2020 14:21:32 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jbm4g-000ROX-Mb for gentoo-user@lists.gentoo.org; Thu, 21 May 2020 16:21:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Command line tool to crop PDF documents? Date: Thu, 21 May 2020 14:21:26 -0000 (UTC) Message-ID: User-Agent: slrn/1.0.3 (Linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d86d8317-851a-4d01-b5c1-9974ec3cf387 X-Archives-Hash: 6525bfcb849b6e4ee7683b343f807697 I'm looking for a command-line tool to crop a multi-page PDF document. I want to specify the crop window on the command line. I don't want it to automagically remove all of the marginal whitespace. I don't want GUI where I have to draw a box. Google has found various references to 'croppdf' which is included in a package of texlive extra utilities on Ubuntu. Gentoo seems have 38 different 'texlive' ebuilds. Is there any way to tell which (if any) contains croppdf? -- Grant