I believe I have found a bug.
Running:
Code: Select all
convert file1.ppm ... fileN.ppm result\:.pdf
Generates a bad (and much larger) PDF that evince can't read (complains that ppm is not supported).
Weirdly enough that can be worked around in two ways:
By removing or appending something after the ":" in the output file name:
Code: Select all
convert file1.ppm ... fileN.ppm result\:x.pdf
Code: Select all
touch result.pdf
convert file1.ppm ... fileN.ppm result\:.pdf
I note that my version of convert is not the most recent, so sorry if this is a known bug that has been fixed:
Code: Select all
convert --version
Version: ImageMagick 6.9.2-7 Q16 x86_64 2015-12-06 http://www.imagemagick.org
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo djvu fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms ltdl lzma openexr pangocairo png ps rsvg tiff webp wmf x xml zlib