|
| ||||||||||
| Tags: imagemagick, jpg, pdf, png, ubuntu |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to convert PDF file to JPG or PNG in ubuntu?
Any help will be greatly appreciated. Thanks a lot in advance. |
|
#2
| |||
| |||
| Re: How to convert PDF file to JPG or PNG in ubuntu?
Well you will be able to do the same by using command-line utility. It seems to be part of Imagemagick suite and you will be install the same by using synaptic. Now in order to convert PDF file to PNG you have to use below mentioned command. Code: convert infile.pdf outfile.png |
|
#3
| |||
| |||
| Re: How to convert PDF file to JPG or PNG in ubuntu?
I got when I was trying to number of odd size pdf documents to A4 format. use pdftk in order to rotate the picture. Code: pdftk your_input_file.pdf cat 1-endW output rotated.pdf after that use imagemagicks in order to convert ps fil and used the -density 300 so that I can have 300dpi resolution. Code: convert -density 300 rotated.pdf rotated.ps finally use ghostscript so that one can get output in A4 format. Code: gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sPAPERSIZE=a4 -sOutputFile=output.pdf rotated.ps |
|
#4
| |||
| |||
| Re: How to convert PDF file to JPG or PNG in ubuntu?
you will be able to open pdf file in evince. Go for print to file and click on page setup and go for pages per side and click on Use 4. Now you will see that new pdf file with 4 pages at every side has been created. Now you can convert the same into png document by using below mentioned command. Code: convert 4pages_per_side.pdf 4pages_per_side.png |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to convert PDF file to JPG or PNG in ubuntu?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I convert LaTeX file to OpenOffice .odt file and MS Word .doc file? | Charu Sharma | Windows Software | 4 | 04-04-2012 01:12 AM |
| Apple MacBook Pro: How to convert the .avi file into a .mov file? | Mishraji | Portable Devices | 4 | 10-11-2010 01:00 AM |
| Need software to convert .DBK file to MS EXCEL file | Eber | Windows Software | 6 | 26-08-2010 07:48 PM |
| Convert *.MKV to *.AVI in Ubuntu | Samantha1 | Operating Systems | 5 | 12-05-2010 03:48 PM |
| Easily Convert Windows in Ubuntu Look | Tips & Tweaks | 2 | 28-03-2010 05:22 AM | |