« Stock import View for data tables | Main | Good Best Practices for data management resource »
March 04, 2011
Tiff to PDF in Ubuntu
This page tipped me off.
I've already installed PDFTK so I just needed to install the tiff tool. I used synaptic for this:
$ sudo synaptic
And installed this library: libtiff-tools
I then ran this command:
$ tiff2pdf -o ~/Desktop/pdf_output.pdf ~/Desktop/tif_input.tif
Posted by kkwaiser at March 4, 2011 03:40 PM