spurious warning when converting pdf images

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
donovaly
Posts: 43
Joined: 2004-10-04T16:24:55-07:00

spurious warning when converting pdf images

Post by donovaly »

whenever I want to convert a pdf-file using the command

convert pdf:test.pdf xxx:test.xxx

I get this spurious warning:

**** Warning: Fonts with Subtype = /TrueType should be embedded.
The following fonts were not embedded:
ArialMT

**** This file had errors that were repaired or ignored.
**** The file was produced by:
**** >>>> Acrobat Distiller 6.0.1 (Windows) <<<<
**** Please notify the author of the software that produced this
**** file that it does not conform to Adobe's published PDF
**** specification.

The first warning is correct, but the second is senseless. Of course Acrobat Distiller is conform to the PDF specifications.
donovaly
Posts: 43
Joined: 2004-10-04T16:24:55-07:00

Re: spurious warning when converting pdf images

Post by donovaly »

This is still the case with ImageMagick 6.3.6-3.
dranakan
Posts: 9
Joined: 2010-01-10T23:40:16-07:00
Authentication code: 8675309

Re: spurious warning when converting pdf images

Post by dranakan »

Hello,

I have the same problem...

Are there an option to disable it ?

Code: Select all

-quiet
doesn't work for this.

Thanks
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: spurious warning when converting pdf images

Post by magick »

The exception is thrown by Ghostscript, not ImageMagick. We include the Ghostscript -dQUIET option but it still does not stop this warning from displaying.
dranakan
Posts: 9
Joined: 2010-01-10T23:40:16-07:00
Authentication code: 8675309

Re: spurious warning when converting pdf images

Post by dranakan »

Thank you.
Post Reply