Elijah Lofgren

I follow Jesus Christ and enjoy talking with people, taking pictures, reading, writing, helping people, and making websites. Who is Jesus?

My life mission: "Whatever you do, do it all for the glory of God." - 1 Corinthians 10:31

You are here: Home » Linux Tips » Graphics Editing Tips

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.