Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2009 01:36:45 +0100 (CET)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Gary Kline <kline@thought.org>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: can i split a pdf file?
Message-ID:  <20090126013604.A45918@wojtek.tensor.gdynia.pl>
In-Reply-To: <20090126001822.GA38314@thought.org>
References:  <20090126001822.GA38314@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 	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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090126013604.A45918>