Rabu, 16 Desember 2009

How to Convert PDF files to JPG on Linux Ubuntu

As usual, I was wondering about how to convert PDF files to JPG because i needed to do so. And i found a way to do it, of course, the credit always goes to uncle Google and the website I was reading of course. So, I just thought I could post it here.

Okay, it's pretty easy to convert PDF files to JPG. How? Follow these few steps :

1. Open your terminal, and type : sudo apt-get install imagemagick

2. After the installation finished, you have change your directory to the one on where the pdf/jpg files are. (use sudo su and cd to that directory)

3. Now to convert the files, type:

* convert name-of-file.jpg name-of-file.pdf (for JPG to PDF)

* convert name-of-file.pdf name-of-file.jpg (for PDF to JPG)

Easy, right?

Tidak ada komentar: