Comment: perldoc | pstopdf (Score 1) on 2009.10.23 23:23
I'm not sure if this is the kind of thing you're looking for, but the following pipeline uses only software available on the default OS X install
perldoc -Tn '/usr/bin/groff -S -mandoc' "$input_pod" | pstopdf -o "$output_pdf" -p -i
