Results 1 to 6 of 6

Thread: Converting and saving a PDF into JPEG

  1. #1
    Join Date
    Apr 2011
    Beans
    51

    Converting and saving a PDF into JPEG

    Hi

    can somebody help me converting a pdf file to jpeg. I am using ubuntu 10.04. Is there a GUI alternative/software to do this. I have tried this method from command line but does not work

    Code:
     convert -quality 100 -density 600x600 multipage.pdf single%d.jpg
    from here
    HTML Code:
      http://ubuntuforums.org/showpost.php?p=5560488&postcount=20
    Thanks

  2. #2
    Join Date
    Apr 2009
    Beans
    254
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Converting and saving a PDF into JPEG

    Well, I just did a quick test and converted a pdf into a jpg like thus:
    Code:
    convert filename.pdf filename.jpg
    and this worked just fine. Try omitting any extra arguments to start with and then play around with '-quality' '-density' and so on to see what happens.

    If you want a GUI, you could use Gimp.

    Good luck.

  3. #3
    Join Date
    Apr 2011
    Beans
    51

    Re: Converting and saving a PDF into JPEG

    Quote Originally Posted by texpat View Post
    Well, I just did a quick test and converted a pdf into a jpg like thus:
    Code:
    convert filename.pdf filename.jpg
    and this worked just fine. Try omitting any extra arguments to start with and then play around with '-quality' '-density' and so on to see what happens.

    If you want a GUI, you could use Gimp.

    Good luck.
    Got this error:-

    mark@mark-linux:~/Downloads$ convert adhaar.pdf adr.jpg
    convert: unable to open image `adhaar.pdf': No such file or directory @ blob.c/OpenBlob/2480.
    convert: missing an image filename `adhaar.jpg' @ convert.c/ConvertImageCommand/2838.

  4. #4
    Join Date
    Oct 2005
    Location
    UK
    Beans
    1,026
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Converting and saving a PDF into JPEG

    Quick answer, open the pdf in GIMP and deal with the loaded layers as you wish, and save as... jpg, or any other GIMP supported export format.
    EDIT:
    from your error message, it could be as simple as you not being in the correct directory that the pdf file is stored in....
    Last edited by Zimmer; April 25th, 2012 at 01:44 PM. Reason: Additional info

  5. #5
    Join Date
    May 2005
    Location
    Indiana
    Beans
    1,933
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Converting and saving a PDF into JPEG

    Quote Originally Posted by texpat View Post
    If you want a GUI, you could use Gimp.

    Good luck.
    Cool. I didn't know that Gimp can import pdf files.
    Today you are You, that is truer than true. There is no one alive who is Youer than You. - Dr. Seuss

  6. #6
    Join Date
    Apr 2011
    Beans
    51

    Re: Converting and saving a PDF into JPEG

    Quote Originally Posted by Zimmer View Post
    Quick answer, open the pdf in GIMP and deal with the loaded layers as you wish, and save as... jpg, or any other GIMP supported export format.
    EDIT:
    from your error message, it could be as simple as you not being in the correct directory that the pdf file is stored in....
    Kool, gimp works for me.! btw: the file was in Home/Downloads

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •