Article 542YY Bug in imagemagick?

Bug in imagemagick?

by
keeneadt
from LinuxQuestions.org on (#542YY)
Hey, folks.
I found that output pdf I get after converting images to pdf looks incomplete - it always lacks all pages except first one.
Steps to reproduce:
1) create a document with libreoffice (I tried with 6.3.4 and 6.4.4),
2) export the document to pdf using LO built-in tool (pdf in this step looks absolutely fine),
3) convert pdf to jpegs with
Code:convert -density 300 input.pdf output-%02d.jpg4) convert result jpegs into pdf:
Code:convert output-*.jpg -density 300 -quality 20 final.pdfThe result pdf contains first page and N black pages, where N is (number-of-jpegs - 1).

My input.pdf is attached.

IM version is 7.0.10-13 from Slackware repo. Config file is default except I set memory to 10GiB and allowed converting to PDF.

Does anybody have same issue?
Attached Files
pdf.giftest-pdf.pdf (50.3 KB)
latest?d=yIl2AUoC8zA latest?i=Bsgm_sJsYRw:ctp649v72oA:F7zBnMy latest?i=Bsgm_sJsYRw:ctp649v72oA:V_sGLiP latest?d=qj6IDK7rITs latest?i=Bsgm_sJsYRw:ctp649v72oA:gIN9vFwBsgm_sJsYRw
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments