Monday, September 26, 2011

Create pdf with ImageMagick

Change to the directory which containthe .jpg image files. Then, issue the the command:
convert -define pdf:use-trimbox=true *.jpg book.pdf
That's it.