From owner-freebsd-questions@FreeBSD.ORG Thu Mar 22 22:01:24 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 36F1516A405 for ; Thu, 22 Mar 2007 22:01:24 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id F26D813C4BD for ; Thu, 22 Mar 2007 22:01:23 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay8.apple.com (a17-128-113-38.apple.com [17.128.113.38]) by mail-out4.apple.com (8.13.8/8.13.8) with ESMTP id l2MM1Nkc000963 for ; Thu, 22 Mar 2007 15:01:23 -0700 (PDT) Received: from relay8.apple.com (unknown [127.0.0.1]) by relay8.apple.com (Symantec Mail Security) with ESMTP id 654E94007A for ; Thu, 22 Mar 2007 15:01:23 -0700 (PDT) X-AuditID: 11807126-af730bb00000669a-d1-4602fcb30cc2 Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay8.apple.com (Apple SCV relay) with ESMTP id 4DE734001B for ; Thu, 22 Mar 2007 15:01:23 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <4602FAB7.5070306@netfence.it> References: <4602FAB7.5070306@netfence.it> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Thu, 22 Mar 2007 15:01:22 -0700 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== 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: Thu, 22 Mar 2007 22:01:24 -0000 On Mar 22, 2007, at 2:52 PM, Andrea Venturoli wrote: > I've got a PDF document with two side-by-side pages in A3 format. > Is there a way I can get the two single A4 pages, either as > subsequent pages of a new document or as different new documents? > > Anything in the port tree? Acrobat, maybe? /usr/ports/print/acrobatviewer 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 -- -Chuck