Gnuru.org
Productive Linux


Subscribe

 Subscribe via Feedburner in a reader

Enter your email address:

Delivered by FeedBurner


Login
Login:
Password:



Don't have an account?
Sign up to Gnuru.org
Forgot your password?

Converting JPG Files to PDF
15 December 2008 @ 12:58 GMT
by Paul

This is beautiful in its simplicity:

convert file1.jpg file2.jpg files.pdf

Turns jpeg files file1.jpg and file2.jpg into a multipage pdf document.

'convert' is part of the imagemagick suite of tools. On Debian based systems (e.g. Ubuntu) it can be installed as:

apt-get install imageimagick

Red Hat Certified Technician & Engineer (RHCT and RHCE) Training Guide and Administrator's Reference

Tags: pdf images


Did you try with 400 jpeg. result: convert toke all the memory by default and after 20min i kill the process!


Posted by Tof on 2009-02-21 22:58:47.
Leave a comment:

Are you human?