From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 00:37:25 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 85E1A10658CA for ; Mon, 26 Jan 2009 00:37:25 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id C69E88FC29 for ; Mon, 26 Jan 2009 00:37:24 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n0Q0b9Mi045933; Mon, 26 Jan 2009 01:37:09 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n0Q0b8OM045930; Mon, 26 Jan 2009 01:37:09 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 26 Jan 2009 01:37:08 +0100 (CET) From: Wojciech Puchar To: cpghost In-Reply-To: <20090126003042.GA5314@phenom.cordula.ws> Message-ID: <20090126013658.T45918@wojtek.tensor.gdynia.pl> References: <20090126001822.GA38314@thought.org> <20090126003042.GA5314@phenom.cordula.ws> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Gary Kline , FreeBSD Mailing List 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: Mon, 26 Jan 2009 00:37:27 -0000 > because, well, they aren't PDF files anymore. ;-) > For this, you'd prefer to split the PDF file after > N pages. You may want to investigate print/pdftk: > >> From /usr/ports/print/pdftk/pkg-descr: > > If PDF is electronic paper, then pdftk is an electronic staple-remover, > hole-punch, binder, secret-decoder-ring, and X-Ray-glasses. > Pdftk is a simple tool for doing everyday things with PDF documents. > Keep one in the top drawer of your desktop and use it to: nice tool. thanks