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.
spurious warning when converting pdf images
Re: spurious warning when converting pdf images
This is still the case with ImageMagick 6.3.6-3.
Re: spurious warning when converting pdf images
Hello,
I have the same problem...
Are there an option to disable it ? doesn't work for this.
Thanks
I have the same problem...
Are there an option to disable it ?
Code: Select all
-quiet
Thanks
Re: spurious warning when converting pdf images
The exception is thrown by Ghostscript, not ImageMagick. We include the Ghostscript -dQUIET option but it still does not stop this warning from displaying.