Posts tagged with pdf

Place pdf pages side-by-side in linux

To convert a pdf document into one containing two pages per side, simply man pdfnup. This is a convenient frontend to the more complex pdfjam. For most purpo...

Exporting multi-page pdfs with GIMP

Gimp imports multi-page pdfs as one layer-per-page. But it does not re-export multi-layer figures as a multi-page pdf, with one page-per-layer. It just expor...

Exporting to pdf from vim

Export a vim file in whole or in part to postscript using :hardcopy >file.ps. Then use ps2pdf <file.ps> to convert to pdf.