From owner-freebsd-questions@FreeBSD.ORG Fri Mar 23 16:43: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 B2B3916A403 for ; Fri, 23 Mar 2007 16:43:59 +0000 (UTC) (envelope-from andrea.venturoli@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 08B9313C46E for ; Fri, 23 Mar 2007 16:43:58 +0000 (UTC) (envelope-from andrea.venturoli@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 l2NGFmP1042542 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 23 Mar 2007 17:15:54 +0100 (CET) (envelope-from andrea.venturoli@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 l2NG87Qm057297; Fri, 23 Mar 2007 17:08:07 +0100 (CET) (envelope-from andrea.venturoli@netfence.it) Message-ID: <4603FB5F.2020709@netfence.it> Date: Fri, 23 Mar 2007 17:07:59 +0100 From: Andrea Venturoli User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: "Peter A. Giessel" , 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> In-Reply-To: <4603F7B0.5010005@mac.com> 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:43:59 -0000 Peter A. Giessel wrote: > A crude hack would be to use gs to convert it to a high resolution image > file, use gimp or something like that to split it into two image files, > then use gs to put them back together. Again, crude hack and resolution > would be lost, but it may work for you. I did that in the past, but I wasn't too happy with the result: as you said, I lost a lot in term of resolution. bye & Thanks av.