But in all of them I obtain the next error message:
Convert: 415: Postscript delegate failed 'c:\test.pdf'

This is probably because GhostScript is not (correctly) installed on your computer. IM relies on GhostScript when reading PDFs. This is what's meant by "postscript delegate".

.....

And yes, the %d trick works perfectly. I though wasted sometime before it occurred to me that in a DOS batch file, the command

convert -density 200 test.pdf page_%d.tif

must of course be changed to

convert -density 200 test.pdf page_%%d.tif

Thanks for the hint.

Wolfgang Hugemann

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to