ACPI administration advocacy advocacy advocacy opinion alsa amarok apache apple apt aptitude audio audo authentication automount avi awk bash BIOS boot business cache calendar calibre censorship commandline computerscience console cron cut database date debian degree design desktop development disk dpkg dvd economics education emacs email europe exim faad ffmpeg files firefox firewall flash foss freedom ftp fun fuse git gnumeric grep growisofs grub gtkpod hardware hardware html idiocy images installation ip iphone ipod iptables iso itunes ivman kde kernel keyboard knoppix lame laptop latex linux locale lockin longlines m4a microsoft mimetypes minitab mount mp3 mp4 mplayer multimedia music mysql network nfs nfs4 nmap openbox openoffice opinion opinion partition pdf perl php politics postgresql printing privacy programming rant remote rhythmbox rss rsync rxvt scp script scripting scsi security sed server shell siteadmin sitenews sitesoftware skype skype slackware sound sox spam spreadsheet ssh statistics subversion sudo svk swap t23 t43 terminal text thinkpad thunderbird time timezone ubuntu udev upgrade usb usbmount users uuid versioncontrol vfat video vnc windows wine wordpress wordprocessing X40 xwindows xwindows youtube
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 imagemagick
I think it's "imagemagick" instead of "imageimagick".
It worked!! ;)
Thanks
i had the same memory problem with convert.
but it worked to first convert one file at a time, then use pdftk to assemble the individual pdfs.
my input files were hpscan001.png, hpscan002.png, etc. so i typed:
me@myhost:~$ for file in `ls *.png`; do convert $file `basename $file .png`.pdf; done me@myhost:~$ pdftk *.pdf cat output finished-product.pdf
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.