<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Hi,<br><br>Just wondering if anyone knew of any pdf editors for Ubuntu?  I couldn't
<br>find any with the Add/Remove tool.<br>Specifically, all I need to do is split a large pdf into several smaller<br>chunks.<br><br>Thanks,<br><br>Jimmy<br>-------------- next part --------------<br>An HTML attachment was scrubbed...
<br>URL: <a href="https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070823/dee320f8/attachment-0001.htm">https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070823/dee320f8/attachment-0001.htm</a><br><br>
------------------------------</blockquote></div><br>
I have often used pdftk for this.<br>
On a command line, do: pdftk yourfile.pdf cat <x1>-<x2> output newfile.pdf<br>
where x1 is the first page inside yourfile.pdf you want to cut, x2 the last.<br>
Hope this is clear.<br>
<br>
Regards,<br>
mat