In one of the version of imagemagick released in the last days, there was the following bug introduced:
If you convert multiple .jpg files to a single pdf file, only the first image will be converted, then 2 black pages, then some "mini"-pages (?!).
convert $(ls *.jpg) result.pdfWe'll get a patch to fix the problem within a day or two. In the mean-time, add -define pdf:thumbnail=true to your command-line.
Your are awesome. Don't stress.
Most helpful comment
We'll get a patch to fix the problem within a day or two. In the mean-time, add -define pdf:thumbnail=true to your command-line.