How to Convert PDF to TIFF Using Linux
- 1). Open a Terminal window. Click "Applications," "Accessories" and "Terminal" on Ubuntu. Click "Applications," "System Tools" and "Terminal" on other Linux distributions.
- 2). Navigate to the directory containing the PDF file, using the "cd" command. For example, navigate to the Documents directory by typing "cd Documents" into the Terminal window, then pressing "Enter."
- 3). Convert a PDF file to a TIFF file using the standard "convert" command. Type "convert" in the Terminal window, then press the space bar. Type the name of your PDF file, press the space bar again, then type the same name, but with the "tiff" extension instead of "pdf." Press "Enter" to complete the command. For example, convert a PDF file named "example.pdf" to a TIFF by typing "convert example.pdf example.tiff" into the Terminal window, then pressing "Enter."