From owner-freebsd-questions@FreeBSD.ORG Fri Mar 23 16:34:59 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 94D2416A400 for ; Fri, 23 Mar 2007 16:34:59 +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 15F2B13C45B for ; Fri, 23 Mar 2007 16:34:58 +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 l2NGgVNf046120 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 23 Mar 2007 17:42:37 +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 l2NGYnd9062519; Fri, 23 Mar 2007 17:34:50 +0100 (CET) (envelope-from ml.diespammer@netfence.it) Message-ID: <460401A2.7010600@netfence.it> Date: Fri, 23 Mar 2007 17:34:42 +0100 From: Andrea Venturoli User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: David Kelly , FreeBSD-Questions@freebsd.org References: <4602FAB7.5070306@netfence.it> <200703221722.53178.don.hinton@vanderbilt.edu> <4603D60B.7050608@netfence.it> <20070323141802.GB29514@Grumpy.DynDNS.org> <4603ED49.2050107@netfence.it> <4603F7B0.5010005@mac.com> <20070323161117.GA30425@Grumpy.DynDNS.org> In-Reply-To: <20070323161117.GA30425@Grumpy.DynDNS.org> 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: 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 16:34:59 -0000 David Kelly wrote: > I think you can set the scaling and page orientation in ghostscript so > that the current single page requires multiple sheets to print. This is what I tried to do right at the beginning (eventually going through pdf -> ps conversion would be fine). However I couldn't find such options in ghostscript. What are them? > Or you could do the same sort of thing using a GUI PDF viewer to print > to file. Using KDE, I tried its internal viewer and kpdf. Then xpdf, kpdftools and others, but none of them, AFAICT, could zoom. I tried acroread7: it seems to have the knobs to do what I want, but they do not seem to work... Which viewer do you suggest? bye & Thanks av.