jpg to pdf converter linux code example
Example 1: create pdf from images linux
convert image1.jpg image2.png image3.bmp output.pdf
Example 2: create pdf from images linux
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
convert image1.jpg image2.png image3.bmp output.pdf
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf