Page 1 of 1

PDF to TIFF is cropping off the top in resulting TIFF

Posted: 2013-05-08T07:23:28-07:00
by wmd
I'm using the mogrify command to convert PDf to TIFF. However, the resulting TIFF has the top cropped off. I'm using the following command:

mogrify.exe -format tiff -antialias -density 300 -depth 8 -type grayscale *.pdf

Any ideas what the problem might be?

Re: PDF to TIFF is cropping off the top in resulting TIFF

Posted: 2013-05-08T09:43:12-07:00
by fmw42
Does it fail if you use convert in place of mogrify on one image? Can you post a link to your pdf file so others can test with it?

I do not think -anti-alias will do anything in this command. It is usually only used with -draw