I just found another cool trick you can do with ubuntu, on ubuntu you can convert JPG file into PDF file, you can do this from the command line, pretty amazing huh?
There is command called 'convert' on ubuntu that can be use to convert lots of stuff, including JPG to PDF, but first let's install 'imagemagick' package to make sure everything runs smoothly.
sudo apt-get imagemagick
Okay we are ready to convert JPG file and turn it into PDF file, you can use 'convert' command like this:
Example:
It is also possible to add multiple JPG files and converted into a single PDF file, here's an example:
~ have fun ~
convert [jpg file] [pdf file]
convert nude.jpg output.pdf
convert photo.jpg photo-album.pdf
convert photo1.jpg photo2.jpg photo3.jpg photo-album.pdf
~ have fun ~
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.