Graphics Editing Tips
PDFs
-
Convert a TIFF image to a PDF document
You can use the tiff2pdf command to convert a TIFF image to a PDF document. An example command for converting a TIFF to a PDF using Zip/Deflate compression is below.
tiff2pdf tiff_input_file.tif -z -o pdf_output_file.pdf -
Easily Rotate PDFs 90 Degrees using PDFjam
PDFjam comes with a script called pdf90 which you can use to rotate PDF documents by 90 degreee increments. I use it to rotate PDF documents that are supposed to be landscape but were created in portrait mode.