Select region of screen or window and send to printer

I was wondering if there is a 3rd party program to allow you to select portion of the screen and send it to the printer right away?  Instead of doing Shift-Command 4 which saves it to desktop it would be nice tobe able to send to picture right away and not save it.
Is this possible?
Thanks and I look forward to your reply.
....Bruce

I was having serious problems with my HP Photosmart 7600 series printer using the built in drivers in OS X 10.5. Printing would be sporadic and would take several minutes to start and then might stop printing part-way through the print job. A lot of the time, it never started printing at all.
After checking the iFelix list of Airport Extreme compatible printers, I noticed that the recommended driver was 2.7. After a little google-fu, it looked like the correct driver was the hpijs 2.7.1 driver that I also use with my Linux installs. After downloading the driver and some supporting packages and re-adding my printer (specifying the hpijs driver), the first print job started printing immediately!
Curious why Apple would have a driver that isn't compatible with the APE used as the default driver when there is an open-source driver that they recommend as an APE compatible driver available...

Similar Messages

  • Open a command window and send some keystroke to the opened command window

    Hi All,
    I am trying to open command prompt and send some key stroke to that command prompt. Here I am using Robot to send keystroke. But the problem is, the keystrokes are not sent to the prompt. I guess I need to activate progamitically the command prompt to accept the keystrokes . Please find the code below ( as I did).
    try
    String command = "cmd.exe /c start";
    Process child = Runtime.getRuntime().exec(command);
    Robot robot = new Robot();
    Thread.sleep(5000);
    String lol = "indranil";
    for(int i=0;i<lol.length();i++)
    robot.keyPress(lol.charAt(i));
    int g = lol.length() - 1;
    robot.keyRelease(lol.charAt(g));
    catch (Exception e) {}
    I guess I am doing some mistake here while sending the keystroke/openning the command prompt. Can anyone please help me how can I open a command window and send some keystroke to the opened command window. I am in fix.
    Thanks,
    Indranil

    The first thing to do is read the API and examples for the Robot class.
    Also check out this thread with a similar discussion: [http://forums.sun.com/thread.jspa?threadID=5385677]
    The short spoonfed answer - keyPress() and keyReleaseI() do not take chars. Read up on KeyEvent

  • When I select a photo on my iPhone and send it via email, the receipient receives it sideways. Any way to fix that?

    When I select a photo on my iPhone and send it via email, the receipient receives it sideways. Any way to fix that?

    When you took this photograph your phone was being held in that way. Sideways, try taking the photo straight on. Or it is the Picture file itself, open up the application you edit photos with and rotate it to be proper orientation. I recently had the same problem but you either have to retake or edit it at this point.

  • I'm using Adobe Acrobat with the hope of editing a url on the graphic...a simple 3-letter change, save, close and send for printing..how do I get in edit mode to delete 3 letters and insert 3 new letters?

    ?I'm using Adobe Acrobat with the hope of editing a url on the graphic...a simple 3-letter change, save, close and send for printing..how do I get in edit mode to delete 3 letters and insert 3 new letters?

    pkg4ibm wrote:
    editing a url on the graphic...
    Not sure what you mean by that: is that URL in an image, or is it actual text?
    If it is in an image, then you need to extract the image, edit it with something like Photoshop, then add it back to the PDF.
    If the URL is actual text, I suggest that you remove the entire URL, then add the corrected link.

  • JFrame close all windows and send to front

    2 JFrame questions:
    1. Is there a way to keep JFrames above all other windows? For example, if a frame was on the screen and Internet Explorer opened, the frame would stay on top of the Internet Explorer window and would still be on the screen.
    2. is there a command to close all JFrames? I have a loop that creates a new frame each time it runs. How can I say close all Boxes when the exit choice is selected?
    if (x = 1)
    JFrame frame = new JFrame ();
    Box.getContentPane ().add (new JLabel (new ImageIcon (Toolkit.getDefaultToolkit ().getImage ("Image1.gif")))); Box.setUndecorated (true);
    Box.pack (); //prepares the image
    Box.setLocation (NextPlace, 0);
    NextPlace = NextPlace + 17;
    Box.setVisible (true);
    }

    I figured it out:
    System.exit (0);
    anyway thanks for your help.
    what about the other question?
    does anyone know if there is a send to front command
    so that the JFrame is above all the other windows?System.exit(0); will close the program. But if you just want to close windows this won't work.
    Instead you can use this:
    int iterator;
         Frame[] frame = JFrame.getFrames();
              for(iterator = 0; iterator < frame.length; iterator++){
                        frame[iterator].dispose();
    This will get all windows and close them.
    Also you must add this: import java.awt.Frame;

  • Mail In Full Screen Closes Window after Sending

    I love using mail in full screen.
    When I send a new message or reply to a message the Mail window closes out of the full screen and closes the mail window.  How do I get the window to stop closing after I send or reply?

    I found out what is was. I had serial mail try to send about 200 emails. Something went wrong (not sure whether it is lion compatible) and there were a load of unsent emails somewhere in the background. Funny thing was they were not showing anywhere, just when I tried to close window, an unsent message popped up.
    Anyway, force quit mail as I could not be bothered to find out how many mails had not been sent, and on reopening all back to normal
    HTH

  • Open a new window and send a parameter

    Hi
    I wish somebody can helpme do the following, I have a table on one page, let's say the main page, and this table has a button which opens a new window, I did this using the onclick event of the button in the jsp source:
    onclick = "window.open('../productos/editaproducto.jsp','mywindow','width=800,height=600,scrollbars=yes')"
    this works just fine, what I can't figure out is how to send the id of the row of the button the user clicked because I need to use it in the new window, I'd appreciate so much If any body can tell me or give me a clue of how to do this.
    Thank's
    Yesenia.

    Hi,
    Please take a look at the thread below and see if it helps
    http://forum.sun.com/jive/thread.jspa?forumID=123&threadID=62229
    Cheers
    Girish

  • GNU screen, spawn windows and issue specific command to each

    Hello folks.
    I want gnu screen to spawn some windows, let's say, so I've put these lines in .screenrc:
    screen -t foo
    screen -t bar
    now I'd like to change the directories for foo and bar. I've tried multiple commands like:
    screen -X at foo screen -X stuff 'cd /tmp^M'
    screen -X at bar screen -X stuff 'cd ~/projects^M'
    and some other variations. At best, it gives the error message: "key: screen: invalid option -X .", at worst it doesn't start at all.
    Regards.

    problem solved. for others in need, put in .screenrc:
    screen -t foo
    at foo stuff 'cd /tmp^M'
    where "^M" is generated by pressing sequentially ctrl+v,ctrl+m

  • Issues with Facebook; Chat window problems; can't minimize window , and send chat as message when one receiver logs off.

    While using Firefox I have an 2 issues with Facebook chat. 1. Cannot minimize (-) the chat window, only close it (x). When the receiver in chat logs off and a message didn't go through- the option to "send message as email" doesn't work. These have been ongoing problems for several months. I don't have these issues when I use Safari.
    == URL of affected sites ==
    http://www.facebook.com

    i have the same problem but on chrome and dat 2 after i installed facemood application

  • Airport won't see printer or/and send to printer

    I thought about posting this in PRINTER forum but the printer works connected directly to the laptop, so I assume it's the airport settings.
    I'm visiting my parents from across the country and I hope I didn't make a grave mistake by talking them into buying Leopard. Now they can't print into the other room.
    We both have Macbook laptops, both with Leopard just installed. One was erased & installed and the other upgraded. Both won't print to to HP Deskjet 5600 series All-in-one printer via Airport base station. We we're able to do before.
    In TIGER, I remember having a problem setting this up until turning on the "distributing address" in the airport utility. But with the new Airport Utility application, it's completely different. I don't understand anything about the DHCP, etc.
    From my upgraded laptop, it's able to 'see' when adding new printer. When trying to print something, it sends it to Que:
    "/System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr failed"
    From the '_erased and installed_' laptop, it won't see it.
    In my Airport utility--> PRINTER tab--> USB PRINTERS: (blank)
    Under it has the name of the correct printer.
    Does that mean it sees it?
    Please help.

    I was having serious problems with my HP Photosmart 7600 series printer using the built in drivers in OS X 10.5. Printing would be sporadic and would take several minutes to start and then might stop printing part-way through the print job. A lot of the time, it never started printing at all.
    After checking the iFelix list of Airport Extreme compatible printers, I noticed that the recommended driver was 2.7. After a little google-fu, it looked like the correct driver was the hpijs 2.7.1 driver that I also use with my Linux installs. After downloading the driver and some supporting packages and re-adding my printer (specifying the hpijs driver), the first print job started printing immediately!
    Curious why Apple would have a driver that isn't compatible with the APE used as the default driver when there is an open-source driver that they recommend as an APE compatible driver available...

  • Resizing a movie in a window and it's sprites

    I'm working on a kind-of slide show project. The 'show' runs
    in a resizable window. The projector (created with Director v10)
    has a lot of sprites (>60). Most of them should not be resized
    and should stay at a fixed position (e.g. at the right margin),
    other sprites should be resized (e.g. the 'slide'). It is more or
    less as the Director authoring environment window where windows are
    docked.
    My question is if someone has a concept on how to deal with
    this. I appreciate any help.

    "ArmanIc" <[email protected]> wrote in
    message
    news:fjuiml$mj1$[email protected]..
    > I'm working on a kind-of slide show project. The 'show'
    runs in a
    > resizable
    > window. The projector (created with Director v10) has a
    lot of
    > sprites (>60).
    > Most of them should not be resized and should stay at a
    fixed
    > position (e.g. at
    > the right margin), other sprites should be resized (e.g.
    the
    > 'slide'). It is
    > more or less as the Director authoring environment
    window where
    > windows are
    > docked.
    >
    > My question is if someone has a concept on how to deal
    with this. I
    > appreciate
    > any help.
    Hi,
    I have a set of behaviours for that.
    They make a sprite keep its distance to the edge of the
    stage, and you
    can choose which edge (Left, Right, Top, Bottom). And then
    there is
    one other that sets a sprites position relative to the
    centre.
    I wrote them years ago for Dir 8, and are still in Lingo not
    Javascript.
    I could post them here, but they are not difficult to write,
    and
    besides, what is the fun? ;)
    Basically it goes like this:
    - store the starting position of the sprite or the offset to
    its
    reference (left edge, right edge...etc) on startmovie or
    beginSprite
    - detect the resizing of the window and send all sprites a
    message
    (sendAllSprites()).
    - in the sprites' handler, calculate the new position of the
    sprite
    and put it there.
    If you want to have them anyway, send me an email info
    looping nl.
    Good luck,
    Richard.

  • Reject Travel Request (Enter and Send Msg Error)

    Hi Experts.
    I Copied standard workflow for approve travel request, and add a decision control to know whether is national or not. It seems that runs fine, but when the user choose to reject the request, the screen of "Enter and Send Msg seems to open" but in a blink the screen disappear. I checked agents, standar task 20000139 but i can't find any error.
    Any Suggestions,
    Thanks a lot,
    Steve.

    What is the Status of the Workflow. Is that particular task TS20000139 got executed?
    If it gets completed without any user action then this activity step might have some condition that is activated in the condition Tab of activity step.
    Thanks
    Arghadip

  • On bank web site opening a check shows in a new window and cannot access the print capability in Firefox

    When I open a check picture from my bank register it opens in a new window and I cannot print from that window. I want to be able to print to the pdf printer so that I can save a copy of my check to the hard drive. I do not have any access to any printers from this window that Firefox opens. It works fine in Internet Explorer and Google Chrome. Any ideas on how to resollve this?

    There are other things that need your attention.
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Shockwave Flash 10.0 r32
    Update the Flash plugin to the latest version.
    *http://kb.mozillazine.org/Flash
    *http://www.adobe.com/software/flash/about/
    *http://helpx.adobe.com/flash-player.html

  • When I log into hotmail, I cannot select part of an e-mail and print just the selection. This will work with other borowsers.

    I can print an entire e-mail when I log into Hotmail using Firefox, but if I select part of the e-mail and tell the printer to print the selected part, all I get is a blank page coming from the printer.
    I can print the selected text if I use Internet Exlporer as a browser to log into Hotmail.

    Hi,
    My dad told me he had this 'no selection' problem when he wanted to print out a selection in Hotmail, so I had a hunt around, but didn't find a definitive solution.
    So, I have done some playing around, and have come up with this solution which works if you want to print out a selection in Hotmail (using firefox), but it is now greyed out.
    It seems to be connected with the way that Hotmail handles frames.
    (Thought I would post it as posts like this have helped me a ton in the past :0))
    '''To print a selection in hotmail you need to do this.'''
    1/ On the email you want to print click the small Printer icon in the hotmail menu.
    There is no need to highlight a selection at this stage because the email is in a frame, so it will do no good anyway.
    2/ A new page will open up and the printer dialog box will open up.
    Close the printer dialog box.
    3/ Highlight the text selection that you want to print on that page.
    4/ Press Ctrl-P on the keyboard.
    5/ The printer dialog box will now pop up again and you will be able to choose 'Selection'
    Your selection will now print.

  • Windows 10 Technical Preview: Printing Issues.

    I upgraded to Build 9879 and my Keyboard LED's stopped working too.
    Other issue I have noted is that I can no longer print. All my print devices are showing. But when I try to print something, I get the pop-up windows saying that I need to install a printer before I can print anything. I restarted the windows and I can print
    once and all my printers show up in the pull down selector to select printer. But only once. After that if I try to print, I get the same message asking me to install printers before printing. Has anyone else noticed that? I can't figure out what is wrong
    at this point.
    Edit:
    Don't worry. I figured it out. Somehow the printer spool service was stopped. Restarting printer spool services
    fixed the issue.
    Re-Edit:
    Well I was too quick to post all OK message.
    Actually, the print spooler service keeps on terminating "unexpectedly". Here is the Event Viewer Report:
    Log Name:      Application
    Source:        Application Error
    Date:          11/26/2014 9:37:11 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Raven
    Description:
    Faulting application name: spoolsv.exe, version: 6.4.9879.0, time stamp: 0x54585402
    Faulting module name: localspl.dll, version: 6.4.9879.0, time stamp: 0x545852f4
    Exception code: 0xc0000005
    Fault offset: 0x000000000000efa4
    Faulting process id: 0x174c
    Faulting application start time: 0x01d009eaa7ec605a
    Faulting application path: C:\WINDOWS\System32\spoolsv.exe
    Faulting module path: C:\WINDOWS\System32\localspl.dll
    Report Id: 49abd602-75de-11e4-95e5-0019b920c300
    Faulting package full name: 
    Faulting package-relative application ID: 
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-11-27T02:37:11.000000000Z" />
        <EventRecordID>51160</EventRecordID>
        <Channel>Application</Channel>
        <Computer>Raven</Computer>
        <Security />
      </System>
      <EventData>
        <Data>spoolsv.exe</Data>
        <Data>6.4.9879.0</Data>
        <Data>54585402</Data>
        <Data>localspl.dll</Data>
        <Data>6.4.9879.0</Data>
        <Data>545852f4</Data>
        <Data>c0000005</Data>
        <Data>000000000000efa4</Data>
        <Data>174c</Data>
        <Data>01d009eaa7ec605a</Data>
        <Data>C:\WINDOWS\System32\spoolsv.exe</Data>
        <Data>C:\WINDOWS\System32\localspl.dll</Data>
        <Data>49abd602-75de-11e4-95e5-0019b920c300</Data>
        <Data>
        </Data>
        <Data>
        </Data>
      </EventData>
    </Event>
    Any suggestions?

    I'm experiencing the same problem. 
    Once the spooler service is restarted it works for a few minutes and then goes back offline. 

Maybe you are looking for

  • How to print Special Characters in Sap-Scripts

    How to print Special Characters in Sap-Scripts Thanks, Ravi

  • How do I back up my ipod to a usb drive?

    I live out of town and finally got to a mac store last week and the guy said the best he could do was reset my ipod and see if the camera that's broken on the front would work without my settings but he realized I would need it for the car ride back

  • Array of clusters and in the cluster is a bar meter, how can I change the color individually?

    Array of clusters and in the cluster is a bar meter, how can I change the color of the bar meter individually for each element of the array?  I have just figured out that you can't change properties of one element of the array without all elements ch

  • 2 sounds in a flash movie

    hello, i have 2 sounds in a flash movie, music and narration. I have this script in frame 1 for narration sound: _root.my_sound = new Sound(); _root.my_sound.attachSound("antedespacho"); _root.my_sound.start(); and i have a MC, in frame 1 of movie, a

  • CALLING THE SAME FORM TWICE IN WEB

    Dear OTN members and Support team, I have a problm in the web. OK let me tel u the envirnment. Database Server 8.04 Web Application Server 3 Developer Server 2.1 Jinitiator 1.1.5.21.1 Problem Description : When I call a from for the first time it com