Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Is it possible to "print to jpeg" (instead "print to PDF")?

  1. #11
    Join Date
    Apr 2006
    Beans
    Hidden!

    Re: Is it possible to "print to jpeg" (instead "print to PDF")?

    Quote Originally Posted by SoFl W View Post
    Nice, I didn't know about the selection tool, I know "Print Screen" will get the whole screen and "ALT-Print Screen" will get the current window, but I didn't know about the selection tool. Is there a keyboard shortcut?
    No, but you can create one. Go to System->Preferences->Keyboard shortcuts and click on Add, then fill in the boxes. For Name, I use "Take a screenshot with options" and for Command, use
    Code:
    gnome-screenshot --interactive
    After clicking Apply, scroll to the bottom of the list and click on Disabled to assign a shortcut key (I used Ctrl+Shift+PrintScreen).

  2. #12
    Join Date
    Feb 2008
    Beans
    158

    Re: Is it possible to "print to jpeg" (instead "print to PDF")?

    Quote Originally Posted by SoFl W View Post
    Nice, I didn't know about the selection tool, I know "Print Screen" will get the whole screen and "ALT-Print Screen" will get the current window, but I didn't know about the selection tool. Is there a keyboard shortcut?

    Give credut to WorMzy also, he pointed it out!
    You're right!
    Thanks WorMzy!
    Regards,

  3. #13
    Join Date
    Jun 2006
    Beans
    15

    Re: Is it possible to "print to jpeg" (instead "print to PDF")?

    Quote Originally Posted by SoFl W View Post
    Try printing to the pdf and then try
    Code:
    convert filename.pdf filename.jpg
    Sometimes is also useful to convert pdf into a single image file. For this use:

    Code:
    convert -append filename.pdf filename.jpg

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •