Linux in pieces


How to make a brochure of a PDF file?

Export the document as a pdf-file and then open a console. Type the following command:

pdftops file.pdf - | psbook | psnup -2 | ps2pdf - | cat > brochure.pdf

The file.pdf must be replaced by the name of your document :)