Converting to PDF converts to image instead in 6.9.3-0

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
blupbluplol
Posts: 1
Joined: 2016-01-17T03:08:14-07:00
Authentication code: 1151

Converting to PDF converts to image instead in 6.9.3-0

Post by blupbluplol »

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)

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
Does someone have any workaround or idea it is not working properly (with Archlinux 4.3.3-2) ?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Converting to PDF converts to image instead in 6.9.3-0

Post by fmw42 »

Not sure I follow. Can you upload your png and pdf files to some place such as dropbox.com and put the URLs here, so we can test?
Post Reply