[kanchilug] [Tip] Create a single PDF from multiple images with ImageMagick

  • From: "Tha.Suresh" <jemenisuresh@xxxxxxxxx>
  • To: ILUG-C <ilugc@xxxxxxxxxxxxx>, KanchiLug <kanchilug@xxxxxxxxxxxxx>, iitdlug@xxxxxxxxxxxxxxxx
  • Date: Wed, 13 Oct 2010 09:55:15 +0600

Create a single PDF from multiple images with ImageMagick

$ convert *.jpg output.pdf

 Given some images (jpg or other supported formats) in input, you
obtain a single PDF file with an image for every page.

Ex:

arul@arul-desktop:~$ convert *.jpg output.pdf
The program 'convert' can be found in the following packages:
 * imagemagick
 * graphicsmagick-imagemagick-compat
Try: sudo apt-get install <selected package>
arul@arul-desktop:~$  sudo apt-get install  imagemagick
[sudo] password for arul:
Reading package lists... Done

-- 
Regards,
Tha.Suresh
http://thasulinux.wordpress.com
 

Other related posts:

  • » [kanchilug] [Tip] Create a single PDF from multiple images with ImageMagick - Tha.Suresh