Converting pdf to tif (tiff) images



One of the things I was looking into this morning was the possiblity of converting a pdf into a tiff image. Many character recognition programs (and some music recognition software) uses tiff as one of the formats that it can recognize from. I have a number of things in PDF format that I wanted to test out by converting to tif. There MUST be a way….. yes there is (several I suppose).. In linux though the answer is ghostscript.


Here’s the simplest example that I’ve come up with….

gs -sDEVICE=tiffg4 -sOutputFile=file.tif file.pdf

*(you might run gs -h to find what Device’s are supported by your install of ghostscript.) In this case it created a tif image from the file.pdf source. Very simple (and -dBATCH could be added for use in a script.))

Of course, that was the simplest example directly calling ghostscript. Try this out with convert (which uses ghostscript.)

convert file.pdf file.tif

Done….

Popularity: 1% [?]

PDF Download    Send article as PDF   
Blog Traffic Exchange Related Posts
  • Software raid under linux (Ubuntu 6.06 Dapper Drake) First, I should disclaim that this is going to be a brain dump of the resources and experience of a quick setup of Ubuntu 6.06 on a software raid based storage system. This may be less than ideal, but is doable and seems relatively solid as a system. First off,......
  • Remote Tech Support with x11vnc and wrapper script So, the idea is that I wanted something "like" the Ultranvnc Single Click download, only for linux. The main idea being is that if someone is looking for a bit of desktop tech support on linux, we don't need to be giving instructions for 5 different package managers, or source......
  • Quick way to make a text only banner image Linux.com has a great writeup on making banner images quickly and easily from the command line (or a script). The catch here is that text is the content for the image. Under linux that will require the following programs.... enscript and convert. Of course since this can be done from......
Blog Traffic Exchange Related Websites
  • Why Should You Use Niche Market Finding Software? Web marketing suggests marketing on the internet. In addition, it involves carrying out advertising by way of wireless media as well as e-mail. It is also known as web marketing, website marketing etc. It is among the best marketing techniques utilized these days by a lot of the businesses......
  • Lots of Tool Tips Another Nutty Trick Let us say that you need to remove a nut with the use of an open end wrench but the wrench is too large for the nut. When you can do is insert a coin or a washer in between the nut and the wrench. The coin......
  • Best Free Video Converter Ever I have been using Any Video Converter for several weeks and I am very satisfied with the conversion results. Previously I use other free software and when I compared the videos that was converted with the old software and the one converted using AVC the result were so obvious. The......

Similar Posts


See what happened this day in history from either BBC Wikipedia
Search:
Keywords:
Amazon Logo

Comments are closed.


Switch to our mobile site