How to: Tips and Tricks

Easy converting PNG, JPG and other image formats to PDF

Easiest way to convert over 100 image formats to PDF is using ImageMagick. To install type in terminal:

sudo apt-get install imagemagick

Convert image to pdf:

convert source.png target.pdf

Merge all images in folder to one PDF file:

convert *.jpg target.pdf

For more info enter

convert -man

Related posts:

  1. Convert .nrg (Nero image) to .iso file in Ubuntu
  2. Easy mounting ISO images in Ubuntu
  3. Ubuntu 9.10: compiling FFmpeg with x264
  4. Quick Setup fresh installed Ubuntu with Ailurus
  5. Download YouTube videos with youtube-dl

You can follow any responses to this entry through the RSS 2.0 feed.