error 14 open pdf

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
djpuclik
Posts: 1
Joined: 2015-06-08T02:44:36-07:00
Authentication code: 6789

error 14 open pdf

Post by djpuclik »

FOR %%G IN (pic*.jpg) DO c:/im/ImageMagick-6.3.1-Q16/convert "%%G" -strip -interlace plane -sample 3567x2740 -density 150 -crop 1896x2740+0+0 -bordercolor #FFFFFF -border 26x68 +repage -rotate 90 -fill white -stroke black -draw "rectangle 50,26 60,1923" "A3%%~nG1.pdf"

pdf have error14 when opening.
Without "rectangle" do open (deleted -fill white -stroke black -draw "rectangle 50,26 60,1923")
Where is problem?
Post Reply