Showing posts with label ImageMagick. Show all posts
Showing posts with label ImageMagick. Show all posts

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.