2013
04.06
04.06
Recently I had some jpg files (scans) that I wanted to combine to one pdf. With the convert utility it is as simple as:
convert *.jpg foo.pdf;
If you’re using Ubuntu (or Debian) you can get convert by installing ImageMagick:
sudo apt-get install imagemagick;
No Comment.
Add Your Comment