Unix and Friends, LaTeX and PDFMarch 18, 2008 6:24 pm
In case you need to extract some pages from a PDF file, you can use the pdfnup tool. For instance, to extract the pages 1-2 from a document.pdf, do a:
pdfnup --nup 1x1 --pages 1-2 document.pdf
You can also put together multiple pages on one physical page at a reduced size by varying the –nup option.
