Hi,
I was converting a scanned pdf file(300dpi) to tif. The command I used is as follow:
nconvert -xall -out tiff -dpi 204x196 -c 5 -o output.tif input.pdf
But the result is not as good as a file I manually faxed at 204x196 dpi. It is fuzzy. I was wandering is there anyway that I can improve the result?
Thanks
pdf to tif - result is fuzzy
Moderator: xnview
-
xnview
- Author of XnView
- Posts: 47518
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: pdf to tif - result is fuzzy
The better way is to load in a higher resolution (300dpi), and resize it
Pierre.
-
yarrow
- Posts: 3
- Joined: Fri Dec 23, 2005 5:35 pm
Re: pdf to tif - result is fuzzy
Thanks. Another thing is that the "-c 5" option seemed not to be working. The result image is in jpeg compression, not CCITT G3. I also tried "-binary dither" option, but it gave me "Bad binary dithering 'dither'".
-
marsh
- XnThusiast
- Posts: 2443
- Joined: Sun May 15, 2005 6:31 am
Re: pdf to tif - result is fuzzy
Choose dither type from list. Ex: -binary floydyarrow wrote:Thanks. Another thing is that the "-c 5" option seemed not to be working. The result image is in jpeg compression, not CCITT G3. I also tried "-binary dither" option, but it gave me "Bad binary dithering 'dither'".