PDFjam

PDFjam is a small collection of shell scripts which provide a simple interface to much of the functionality of the excellent pdfpages package (by Andreas Matthias) for pdfLaTeX.

Prerequisites

Installation

Copy the config file into place:

cp pdfjam.conf /usr/local/etc/pdfjam.conf

Edit /usr/local/etc/pdfjam.conf and add the location of the pdflatex binary:

pdflatex='/usr/local/texlive/2010/bin/i386-linux/pdflatex'

Usage

pdfjam --nup 2x1 --suffix 2up --papersize '{23in,22.5in}' \
--outfile ./CJ_2011-04-15_A-01-16.pdf \
../pages/CJ_2011-04-15_A-01.pdf ../pages/CJ_2011-04-15_A-16.pdf

Recent Updates