From owner-freebsd-questions@FreeBSD.ORG Fri Mar 23 15:52:19 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 492D216A400 for ; Fri, 23 Mar 2007 15:52:19 +0000 (UTC) (envelope-from pgiessel@mac.com) Received: from maru.leela.ws (209-193-28-35-cdsl-rb1.jnu.acsalaska.net [209.193.28.35]) by mx1.freebsd.org (Postfix) with ESMTP id 0647313C484 for ; Fri, 23 Mar 2007 15:52:18 +0000 (UTC) (envelope-from pgiessel@mac.com) Received: from [192.168.0.249] ([158.145.111.132]) (authenticated bits=0) by maru.leela.ws (8.13.8/8.13.6) with ESMTP id l2NFqGIF020684 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 23 Mar 2007 15:52:17 GMT (envelope-from pgiessel@mac.com) Message-ID: <4603F7B0.5010005@mac.com> Date: Fri, 23 Mar 2007 07:52:16 -0800 From: "Peter A. Giessel" User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: 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> In-Reply-To: <4603ED49.2050107@netfence.it> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Split a PDF page X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2007 15:52:19 -0000 On 2007/03/23 7:07, Andrea Venturoli seems to have typed: > I can easily do that even with ghostscript. > The problem is not that I want to split a document into single pages, > but that I want to split a page in two. > Someone printed two A4 n-up on an A3; I want the two A4 separated again. 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.