From owner-freebsd-questions@FreeBSD.ORG Fri Mar 23 14:08:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07B2316A408 for ; Fri, 23 Mar 2007 14:08:56 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 5A1E713C484 for ; Fri, 23 Mar 2007 14:08:55 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from soth.ventu ([151.77.236.62]) (authenticated bits=128) by parrot.aev.net (8.14.0/8.13.8) with ESMTP id l2NEGTSf026244 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 23 Mar 2007 15:16:35 +0100 (CET) (envelope-from ml.diespammer@netfence.it) Received: from [10.1.2.18] (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.0/8.13.8) with ESMTP id l2NE8mo2035077; Fri, 23 Mar 2007 15:08:49 +0100 (CET) (envelope-from ml.diespammer@netfence.it) Message-ID: <4603DF69.3080108@netfence.it> Date: Fri, 23 Mar 2007 15:08:41 +0100 From: Andrea Venturoli User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: Chuck Swiger References: <4602FAB7.5070306@netfence.it> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.61 on 212.31.247.179 Cc: freebsd-questions@freebsd.org Subject: Re: Split a PDF page X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2007 14:08:56 -0000 Chuck Swiger wrote: > Acrobat, maybe? > > /usr/ports/print/acrobatviewer Hm, when I try and start it I get: %AcrobatViewer expr: illegal option -- r usage: expr [-e] expression % > Alternatively, if you convert the PDF file to PostScript, (GNU) enscript > ought to have an "N-up" filter which can deal with A3 -> A4 conversions > and so forth: > > /usr/ports/print/enscript-a4 AFAIK enscript starts from text, not from a PostScript page... Besides, if the N-up filter you say is options -U, it just put more pages into one, which is the opposite of what I want to do. Maybe I didn't get it right. How should I use it? bye & Thanks av.