Bach converting PDF to Image File (JPG,BMP or BMP)
Posted: 2016-01-13T07:03:49-07:00
Hi,
We have an issue and I seem to be hitting a brick wall with this. We're trying to batch convert a set of single age PDF's to any form of image file but reducing it's size to fit a 6x4 label. All of the conversion is fine but the output file is blurry no matter what we change. The script we are using is below:
mogrify -path C:\Test\Temp -format jpg -alpha remove -density 150 -quality 100 -resize 297x432 -unsharp 1.5 *.pdf
We have tried changing the density,quality and unsharp values but with no luck. the output image is always blurry. We have to use the -alpha remove else the image is black.
We may be over working it a little because all we actually need to achieve is to re size the original PDF to fit a 6x4 label and it may not need to be converted to image. however that seems to blur as well so i'm obviously doing something wrong.
Any help is much appreciated.
Matt
We have an issue and I seem to be hitting a brick wall with this. We're trying to batch convert a set of single age PDF's to any form of image file but reducing it's size to fit a 6x4 label. All of the conversion is fine but the output file is blurry no matter what we change. The script we are using is below:
mogrify -path C:\Test\Temp -format jpg -alpha remove -density 150 -quality 100 -resize 297x432 -unsharp 1.5 *.pdf
We have tried changing the density,quality and unsharp values but with no luck. the output image is always blurry. We have to use the -alpha remove else the image is black.
We may be over working it a little because all we actually need to achieve is to re size the original PDF to fit a 6x4 label and it may not need to be converted to image. however that seems to blur as well so i'm obviously doing something wrong.
Any help is much appreciated.
Matt