I had a bunch of image files A01.jpg, A02.jpg and so forth that i needed created into a PDF. ImageMagick to the rescue:
cd /path/to/jpgs convert -define pdf:use-trimbox=true *.jpg batbox.pdf
The post Create PDF from multiple image files on Linux appeared first on My Science Is Better.