Convert any image file to pdf in Linux

Linux has a convert command that can manipulate images of any popular format from the command line individually or in a batch.

In addition to the above, it can also convert image files into PDF files. To try it out,  open a terminal window and type following command at the $ prompt:

$ convert image.jpg image.pdf <enter>

You can open image.pdf using any pdf reader.