Re: [Ilugc] [Tip] Create a single PDF from multiple images with ImageMagick

2010-10-14 Thread Aanjhan R
On Wed, Oct 13, 2010 at 6:11 PM, Mehul Ved mehul.n@gmail.com wrote:
 On Wed, Oct 13, 2010 at 9:38 PM, Girish Venkatachalam
 girishvenkatacha...@gmail.com wrote:
 You could also use the gs command for that.

 gs works with images? I have used gs for merging pdf documents but
 never found a way to convert images and merge them using gs.

http://pages.cs.wisc.edu/~ghost/doc/cvs/Devices.htm

May be this helps.

--
A
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [Tip] Create a single PDF from multiple images with ImageMagick

2010-10-14 Thread Mehul Ved
On Thu, Oct 14, 2010 at 2:48 PM, Aanjhan R aanj...@gmail.com wrote:
 http://pages.cs.wisc.edu/~ghost/doc/cvs/Devices.htm

 May be this helps.

Very much. So, I haven't looked hard enough at the documents.


-- 
With Regards,
Mehul Ved
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [Tip] Create a single PDF from multiple images with ImageMagick

2010-10-13 Thread openbala
On Wed, Oct 13, 2010 at 9:25 AM, Tha.Suresh jemenisur...@gmail.com wrote:
 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.



One more way of viewing multiple jpg files in a pdf reader (evince,
okular) is to zip all the jpgs and change the extension name from .zip
to .cbz

*cbz stands for comic book archive. (To view image files of a comic
book in a document reader)

p.s.: The output file is not a pdf.
p.s.2.: Not all pdf readers like Adobe Acrobat support .cbz format
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [Tip] Create a single PDF from multiple images with ImageMagick

2010-10-13 Thread Girish Venkatachalam
On Wed, Oct 13, 2010 at 9:25 AM, Tha.Suresh jemenisur...@gmail.com wrote:
 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:

 a...@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
 a...@arul-desktop:~$  sudo apt-get install  imagemagick
 [sudo] password for arul:
 Reading package lists... Done

You could also use the gs command for that.

-Girish


-- 
Gayatri Hitech

http://gayatri-hitech.com
gir...@gayatri-hitech.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [Tip] Create a single PDF from multiple images with ImageMagick

2010-10-13 Thread Mehul Ved
On Wed, Oct 13, 2010 at 9:38 PM, Girish Venkatachalam
girishvenkatacha...@gmail.com wrote:
 You could also use the gs command for that.

gs works with images? I have used gs for merging pdf documents but
never found a way to convert images and merge them using gs.


-- 
With Regards,
Mehul Ved
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


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

2010-10-12 Thread Tha.Suresh
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:

a...@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
a...@arul-desktop:~$  sudo apt-get install  imagemagick
[sudo] password for arul:
Reading package lists... Done

-- 
Regards,
Tha.Suresh
http://thasulinux.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc