From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 07:47:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BC991065672 for ; Tue, 27 Jan 2009 07:47:28 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id 47D538FC0A for ; Tue, 27 Jan 2009 07:47:26 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id n0R7WKft004478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 27 Jan 2009 09:32:20 +0200 (SAST) (envelope-from jonathan+freebsd-questions@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Tue, 27 Jan 2009 09:47:19 +0200 User-Agent: KMail/1.9.7 References: <20090126071705.GQ1313@ms.unimelb.edu.au> In-Reply-To: <20090126071705.GQ1313@ms.unimelb.edu.au> X-Face: $@VrUx^RHy/}yu]jKf/<4T%/d|F+$j-Ol2"2J$q+%OK1]&/G_S9(=?utf-8?q?HkaQ*=60!=3FYOK=3FY!=27M=60C=0A=09aP=5C9nVPF8Q=7DCilHH8l=3B=7E!4?= =?utf-8?q?2HK6=273lg4J=7Daz?=@1Dqqh:J]M^"YPn*2IWrZON$1+G?oX3@ =?utf-8?q?k=230=0A=0954XDRg=3DYn=5FF-etwot4U=24b?=dTS{i X-Spam-Score: -4.176 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Subject: Re: can i split a pdf file? 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: Tue, 27 Jan 2009 07:47:28 -0000 On Monday 26 January 2009 09:17:05 Andrew Robinson wrote: > Message: 2 > > > Date: Sun, 25 Jan 2009 20:20:51 -0500 > > From: Chuck Robey > > Subject: Re: can i split a pdf file? > > To: FreeBSD Mailing List > > Message-ID: <497D0FF3.6090402@telenix.org> > > Content-Type: text/plain; charset=ISO-8859-1 > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Charlie Kester wrote: > > > On Sun 25 Jan 2009 at 16:18:26 PST Gary Kline wrote: > > >> Is there a way to split a large pdf file into smaller [ say 1MB ] > > >> chunks? Or are there open source tools out there that i can > > >> build? [various suggestions including pdfmerge and psnup from ports] Alternatively, if you have a reasonably complete TeX installation (I'm still using teTeX), check whether you have texexec installed - which can extract pages from PDFs. Jonathan