Page 1 of 1

spurious warning when converting pdf images

Posted: 2006-03-26T15:20:23-07:00
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.

Re: spurious warning when converting pdf images

Posted: 2007-10-27T11:16:56-07:00
by donovaly
This is still the case with ImageMagick 6.3.6-3.

Re: spurious warning when converting pdf images

Posted: 2010-01-11T07:29:05-07:00
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

Re: spurious warning when converting pdf images

Posted: 2010-01-11T09:41:38-07:00
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.

Re: spurious warning when converting pdf images

Posted: 2010-01-12T07:52:07-07:00
by dranakan
Thank you.