Date: Fri, 23 Mar 2007 07:52:16 -0800 From: "Peter A. Giessel" <pgiessel@mac.com> To: freebsd-questions@freebsd.org Subject: Re: Split a PDF page Message-ID: <4603F7B0.5010005@mac.com> In-Reply-To: <4603ED49.2050107@netfence.it> References: <4602FAB7.5070306@netfence.it> <200703221722.53178.don.hinton@vanderbilt.edu> <4603D60B.7050608@netfence.it> <20070323141802.GB29514@Grumpy.DynDNS.org> <4603ED49.2050107@netfence.it>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4603F7B0.5010005>