Convert a sequence of images to a single PDF
Somebody sent me their slides for a talk as a collection of .png images.
I wanted to collect them into one PDF.
It turns out that ImageMagick's convert
tool can do it:
convert slide-*.png slides.pdf
I had to change a security policy in ImageMagick which was apparently instated due to a bug in Ghostscript.