convert

Batch convert a huge number of jpg images into one single pdf file

1 – Convert all the jpg files into pdf files with ImageMagick : $ for i in *.jpg; do convert $i $i.pdf; done 2 – Merge, concantenate, join all the pdf files into one with pdftk : $ pdftk *.pdf cat output output.pdf Note : convert from ImageMagick won’t work if there are too many Continue reading →

By on February 7, 2006 | batch, convert, ebook, imagemagick, jpg, pdf, pdftk, scan | 1 comment


Warning: array_filter() [function.array-filter]: The first argument should be an array in /home/lamens/public_html/altbin.net/wp-content/plugins/wordpress-tweaks/tweaks.php on line 650