 | | Enter your zip to find stuff near you | |
|
|
|  |  | This classified ad has expiredClick here to view current advertisements similar to this one.
LINUX Terminal jpg to pdf png to pdf JPG to pdf
Have you ever wanted to make an instant photo album with the linux terminal?
Here are a couple of prerequisites,things you will need to make the most of this project.
///run the following code (in the terminal) CTRL ALT T to display the terminal if you are running ubuntu 12.04////
sudo apt-get install evince
///this will install evince which is a pdf reader, displayer program///
///you will also need to have ImageMagick even though its very likely that you already have it on your machine. One of the ways to check is to be on your terminal and put in the command: locate ImageMagick If you have it, multiple lines will be displayed showing you where its at. So...if you don't have ImageMagick, put in the following command:///
Sudo apt-get install ImageMagick
///Now you should be ready...Enter the following code in your terminal///
convert *.jpg images.pdf
///The code above will convert (a feature in imagemagick) any photo or photos ending in .jpg and turn them into a pdf with an index.///
///This would also work, if you changed the code around to be like this:///
convert *.png new.pdf
///The above code would take all of the photos in that particular directory (wherever you are at that moment) that end in .png and make them into a pdf file called new.pdf///
Good Luck!
|  | | |  | |  |  |  | | | |
|