Sunday, 9 April 2017

Create pdf from multiple images

Create pdf from multiple images


Put all png files in a directory, open terminal there and run

convert png.* out.pdf

Replace extension accordingly/

To add all images from that directory into one pdf use

convert *.* out.pdf
download
alternative link download

Like the Post? Do share with your Friends.