11.09.05
Merging PDFs
Here’s a wonderful little app called PDFLab that does an excellent job manipulating PDF files and doing all sorts of useful things with them. I used it to merge together a bunch of 1-page PDF files, for easy two-sided printing.
A weblog about TextMate, the Universe, and Everything
Here’s a wonderful little app called PDFLab that does an excellent job manipulating PDF files and doing all sorts of useful things with them. I used it to merge together a bunch of 1-page PDF files, for easy two-sided printing.
Here’s my new favorite way for flipping a coin: In a command line, type:
echo "`date "+%S"`%2" | bc
and press enter, or even better, from a file in TextMate, type this in a line and press Control-R.
What’ s your favorite way?
Later