From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 00:36:49 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 AB9DF1065806 for ; Mon, 26 Jan 2009 00:36:49 +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 DF8A08FC0C for ; Mon, 26 Jan 2009 00:36:48 +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 n0Q0ajFF045926; Mon, 26 Jan 2009 01:36:45 +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 n0Q0ajRn045923; Mon, 26 Jan 2009 01:36:45 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 26 Jan 2009 01:36:45 +0100 (CET) From: Wojciech Puchar To: Gary Kline In-Reply-To: <20090126001822.GA38314@thought.org> Message-ID: <20090126013604.A45918@wojtek.tensor.gdynia.pl> References: <20090126001822.GA38314@thought.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: 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:36:50 -0000 > Folks, > > 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? as every other file. use split. or you meant splitting to separate pdf by some pages? convert to ps (pdf2ps) then use mpage to extract pages then make pdf back