Install imagemagick package
Go to the command prompt and Go to that folder containing jpg
Use Covert comand to convert jpg to PDF
We can use *.jpg to include all jpg files into folder files
apt-get install imagemagick
Go to the command prompt and Go to that folder containing jpg
$cd path-to-your-jpg-files
Use Covert comand to convert jpg to PDF
$convert path-to-your-jpg-files.jpg path-to-yournewfile.pdf
We can use *.jpg to include all jpg files into folder files
Comments