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


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
![]() | test-pdf.pdf (50.3 KB) |
