To install:
sudo apt-get install cups-pdf
There are a couple of pitfalls:
sudo vi /etc/cups/cups-pdf.conf #and change the following options
#Out ${HOME}/PDF
Out ${HOME}/Dropbox/pdfreports
Label 2
sudo /etc/apparmor.d/usr.sbin.cupsd #and enable cups to print to locations
@{HOME}/PDF/ rw,
@{HOME}/PDF/* rw,
@{HOME}/Dropbox/pdfreports/ rw,
@{HOME}/Dropbox/pdfreports/* rw,