Convert PDF2JPG - Warning: /Annot dict is missing required /

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
cguanes
Posts: 1
Joined: 2011-09-04T06:37:38-07:00
Authentication code: 8675308

Convert PDF2JPG - Warning: /Annot dict is missing required /

Post by cguanes »

I installed the ImageMagick-6.7.2-1-Q16-windows-dll.exe and tried also ImageMagick-6.7.2-Q16-windows.zip, I have the GS 9.04 on my pc...
When I try to convert a pdf to JPG....

Convert mypdf.pdf test.jpg
I got a lot of message

D:\Download>convert -verbose mypdf.pdf test.jpg
[ghostscript library] Files (x86)/gs/gs9.04/bin/gswin32c.exe" -q -dQUIET -dPARAN
OIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToP
ixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=
4 "-r72x72" "-sOutputFile=C:/Users/cg/AppData/Local/Temp/magick-Xwe2tNvr-%
08d" "-fC:/Users/cg/AppData/Local/Temp/magick-GSK84IBb" "-fC:/Users/cg/
AppData/Local/Temp/magick-4DdFxxJK" **** Warning: /Annot dict is missing requ
ired /Rect entry.
**** Warning: /Annot dict is missing required /Rect entry.
**** Warning: /Annot dict is missing required /Rect entry.
**** Warning: /Annot dict is missing required /Rect entry.
**** Warning: /Annot dict is missing required /Rect entry.
**** Warning: /Annot dict is missing required /Rect entry.
**** Warning: /Annot dict is missing required /Rect entry.
**** Warning: /Annot dict is missing required /Rect entry.
**** Warning: /Annot dict is missing required /Rect entry.
**** Warning: /Annot dict is missing required /Rect entry.
**** Warning: /Annot dict is missing required /Rect entry.
**** Warning: /Annot dict is missing required /Rect entry.
**** Warning: /Annot dict is missing required /Rect entry.


I'm not sure if this is a message from gs or magick... The PDF is a PDF Form unprotected (no password).
Is there something that I need to do to convert to JPG with success?

Thanks
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Convert PDF2JPG - Warning: /Annot dict is missing requir

Post by fmw42 »

I am no expert on this (and know nothing about windows), but it sure looks like a ghostscript error. Either your ghostscript install is incomplete or failed or it is missing some other delegate library. You might try installing at 9.02 which I use and know works on my Mac. Then reinstall IM.

If you post a link to your pdf, we can try to process it to see if we get the same error.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Convert PDF2JPG - Warning: /Annot dict is missing requir

Post by anthony »

May also be a incomplete postscript program
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply