Converting to PDF converts to image instead in 6.9.3-0
Posted: 2016-01-17T03:29:00-07:00
I'm trying to convert images to a single PDF but it always give only the first page without actually converting it (thus incorrect name)
Does someone have any workaround or idea it is not working properly (with Archlinux 4.3.3-2) ?
Code: Select all
$ convert -verbose q.png q.pdf
q.png PNG 728x1113 728x1113+0+0 8-bit Grayscale Gray 256c 274KB 0.000u 0:00.000
q.png=>q.pdf PNG 728x1113 728x1113+0+0 8-bit Gray 256c 274KB 0.000u 0:00.000
# q.pdf is an invalid pdf but is a valid png
Code: Select all
$ convert -version
Version: ImageMagick 6.9.3-0 Q16 x86_64 2016-01-15 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenCL OpenMP
Delegates (built-in): bzlib cairo fontconfig freetype gslib jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png ps rsvg tiff webp wmf x xml zlib