Reset " Print " screen

I cannot seem to reset the print template screen while in the  " Print " module. It has adopted the smallest pic size with three times the normal border. I wish to reset to full screen in print module

Can you post a screenshot?

Similar Messages

  • Reset Printing System does not exist on my computer!!!

    I have been trying to get my HP PSC 2175 to print and working with HP support to do this. It just prints out blank pages. The last thing they sent me was to Reset the printing system using the Printer Setup Utility. And they sent me to the below link:
    http://docs.info.apple.com/article.html?artnum=301185
    For whatever reason, the "Reset Printing System" DOES NOT EXIST on my computer. I actually sent screen captures to show them. The first showed my
    version of the Printer Setup Utility (3.0) and the second showed the
    Printer Setup Utility menu - with no such option. I am running OS 10.4.4 and have all of the updates. I even opened the Printer Setup Utility holding down the "option" key.
    Does anyone know how to reclaim this feature???
    thanks
    eric

    After all of the emails back and forth with HP, I have really only done two things: A complete manual uninstall - which is a royal pain in the butt. That is worse than any uninstall with windows, and way worse than Class MacOS. Then they kept trying to get me to Reset the Printing system - which is what I can't do.
    I upgraded to Tiger via a DVD - straight from the box. I had 10.3.x, bought Tiger and upgraded. I have since updated it via the website. I think what I just installed was the combo updater - but I don't think it really did anything as I had already done that.
    If there is a better way to go, please let me know. I searched all over Apple's site for just that piece of the printing system, but unlike the old OS, there doesn't seem to be a way to download those components.

  • HP copier/printer/scanner/fax all-in-one The print screen on machine is lit but blank.

    HP laserjet 8600 All-in-one. My print screen on machine is lit but blank. Unable to access prompts to operate. At times it will display home, right and left arrows and ? when touching those prompts it shifts  from right to left but goes blank when touching other prompts
    I am unable to print a copy because prompts don't appear on screen other than those mentioned.
    I can print only from my computer

    Hi there klf, welcome to the forums
    I understand your display screen is blank on your printer. I would like for you to confirm which 8600 model you have and I will look into this for you.
    In the meantime try a power reset:
    Press the Power button to turn on the product.
    With the product turned on, disconnect the power cord from the rear of the product.
    Unplug the power cord from the wall outlet.
    Wait at least 15 seconds.
    Plug the power cord back into the wall outlet.
    Reconnect the power cord to the rear of the product.
    If the product does not turn on by itself, press the Power button to turn it on.
    Tip: Plug the printer in directly to the wall outlet, avoiding power bars and surge protectors. This ensures the printer is receiving full power and may help this situation.
    HP Officejet Pro 8600 Plus e-All-in-One Printer - N911g
     HP Officejet Pro 8600 e-All-in-One Printer - N911a
     HP Officejet Pro 8600 Premium e-All-in-One - N911n
    Thank you
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • I used to be able to print the Guardian Crossword, but since I changed the Page Setup margins for another website it is scrambled. I've tried resetting printer and all printer settings, still not working

    Here is the link http://www.guardian.co.uk/crosswords/cryptic/25504/print - it looks fine on screen, but print and print previes loses the format. I reset the margins back to 12.7, no effect, and did the "Reset print.print_printer" and edited prefs.js as in the Troubleshooting page of Firefox help.

    Thanks for your response, disconcerting though it may be.
    I guess I'll have to look at other platforms.

  • Print screen/Screen grab (Holding home and off buttons) is reversed!!

    Does anyone else notice that when you hold the phone in landscape mode and do a print screen (Holding home and off/onn buttons), when you view it in your photo album its flipped? The same happens for portrait mode. This is very frustrating.
    It would help if they gave the ability to orient any of the pictures on the phone. (like flipping 90 or 180 degrees)

    There have been a few posts on the ipad forums for this, also. My iPad and my iPhone4 both do this.
    Report it on: http://www.apple.com/feedback/ipad.html
    Also, you can try the usual reset & restart to see if it fixes it. It didn't fix my ipad.

  • Is there a PRINT SCREEN option on a MacBook Pro running OS LION

    Is there a PRINT SCREEN option on a Mac book Pro 17" running on OS LION/   Sometimes I want to print what I see on the screern in a PDF file that does not have page numbers. Guesws work at best...wasted ink and paper if not the correct page

    Your best bet is to take in and have it looked over the counter. There is no charge for the Genius bar to assess
    the problem.
    Either the screen / cable / connection / or GPU.
    Not much else you can do.
    Genius reservation http://www.apple.com/retail/geniusbar/
    on-line https://getsupport.apple.com/GetproductgroupList.action
    check warranty https://selfsolve.apple.com/agreementWarrantyDynamic.do

  • I am trying to take a picture of a web page and paste on a one drive powerpoint. I tryed pressing the print screen button, and pasting. But it is giving me message saying that my browser can not fine the clipboard, and I need to use the keyboard shortcuts

    I need to take a picture of a web page, insert it onto a powerpoint online, and crop the picture. I am pressing the print screen button, and right cliking paste. But I am getting the warning message saying that my browser can not use the clipboard, and I am unsure of how to take a picture, then paste it, and crop it all on to a power point.

    http://portableapps.com/apps/internet/firefox_portable/localization#legacy36

  • Print Screen Opens on Page Immediately - How do I stop it?

    Hi,
    First I'd like to thank blarman74 and Andy because I worked off of the information on this thread:
    Autoprint Print Friendly Page
    Autoprint Print-Friendly Page
    I created a Button: URL call to javascript:PrintPopup()
    I put this code in the report's HTML Header:
    <script language="JavaScript" type="text/javascript">
    function PrintPopup () {
    var url;
    url = 'f?p=&APP_ID.:2004:&SESSION.::::::YES';
    w = open(url,"winLov","Scrollbars=1,resizable=1,width=900,height=1000");
    if (w.opener == null)
    w.opener = self;
    w.focus();
    </script>
    And in the report's Region Footer I put this code:
    <script type="text/javascript">
    window.print();
    </script>
    Now, here is the problem. When I first open page 2004, the print screen opens immediately. I have to close it before I can see page 2004. Then I click the button with the URL call and the printer friendly page opens with the print screen on top. This part is good. That works beautifully.
    How do I stop the print screen from opening when I first open page 2004? I figure there is some setting I am missing or perhaps a piece of code somewhere.
    Thanks,
    Maggie

    You could put the winpopup code in the footer of the printerfriendly template.
    #FORM_CLOSE#</body>
    </html>
    <script type="text/javascript">
    window.print();
    </script>
    I then have a navigation bar which has:
    target type: A page in this application
    &APP_PAGE_ID.
    And printer friendly check box checked.
    You can then print the current page from the navigation bar.
    I don't use a button, but essentially you just want your action to be performed when the button is submitted.
    Edited by: Keith Jamieson on Oct 29, 2008 2:44 PM

  • Mac hardware: How do i print screen on a PC with a Mac Keyboard??

    I have a Apple Mac Pro, but when I'm booted directly into Windows Vista (using Boot Camp) how do I do a Print Screen?
    The Apple Keyboard is missing the "Print Screen", "Scroll Lock", and "Pause/Break" keys that a normal PC Keyboard has.
    I'm using Windows Vista Ultimate x64, and apparently this issue has NEVER been addressed or fixed by Apple, because I've seen posts dating back over 4 1/2 years on this same issue/problem, and I've seen fixes for Windows XP, but nothing for Vista. I found this article addressing the issue:
    http://forums.cnet.com/5208-7592_102-0.html?forumID=25&threadID=12105&messageID= 137974
    I did find this software application, but it only works on Windows XP (not Vista):
    http://www.dieselstation.com/software/
    Is there any Easy way to Map and allow the use of Apple keyboards in Windows Vista?
    AppleKeys allows the use of Apple keyboards on a Windows machine. It properly emulates the F13 - F15 keys to "print screen, scroll lock, and pause/break" accordingly.
    Why hasn't Apple just added a "Keyboard Emulator" in the Boot Camp client that gets installed Vista? I'm currently running Boot Camp client version 2.1, why doesn't Apple just add a keyboard emulator/keyboard mapper inside the Boot Camp version 2.1 client?
    This way the F13-F15 keys will automatically emulate the "print screen, scroll lock, and pause/break" keys properly like on a PC keyboard.
    I've searched everything, and this has turned into such a time consume and HEADACHE of a project, and I'm really disappointed that Apple has "dropped the ball" on something so simple.
    If a third party person, had to create the "Apple Keys" program (to run under Windows XP) you'd think that this is a problem, and that Apple would finally address this problem?
    Could someone from Apple, please take the time and fix this? At least copy, or make something similar to the "Apple Keys" program that automatically install inside the Boot Camp client, so when a person installs Windows Vista, and the Boot Camp client installs inside Windows Vista it will automatically run a keyboard emulator (similar to Apple Keys) so that you can properly use the F13-F15 keys on the Apple Keyboard as "Print Screen", "Scroll Lock" and "Pause/Break".
    Could Apple do this, and push out a Boot Camp Version 2.2 update with this feature added to Boot Camp? I would greatly appreciate it, as would most of the other Windows Vista users I'm sure.
    Apple Keys does not work for Windows Vista, only Windows XP and I've been unable to find an alternative Fix, and I wish that Apple developers would just get off their tail and finally FIX this problem!
    C'mon guys, you've known about this 4 1/2+ years, and why does it take some third-party person to create an application like "Apple Keys" just to fix the issue?
    Well the author of that program is no longer available, the website is gone, and I've been unable to find a way to contact him (or ask him to update his program for Windows Vista), but all these headaches shouldn't be necessary. All this stuff should just "WORK" right out of the box, and Apple developers really should have thought of this, and just added something this simple to Boot Camp plugin/client, that way when the Boot Camp 2.1 installs inside of Windows Vista, it will install the Apple Keyboard Emulator which will automatically emulate the PC keyboard, and emulate the F13-F15 keys as "Print Screen, Scroll Lock, Pause/Break". The normal PC keyboard doesn't even have a "F13-F15 keys" and only goes up to F12, so you would think that Apple could just do something SIMPLE like emulate the keys on the PC Keyboard, and just use the F13-F15 keys as the "Print Screen, Scroll Lock, and Pause/Break" keys.
    I would greatly appreciate it if a Apple Developer could begin working on this, and just push it out as a Boot Camp Version 2.2 update. So that it will fix these problems for all Apple/Windows Boot Camp users running Vista.
    Thank-you!

    AppleKeys allows the use of Apple keyboards on a Windows machine. It properly emulates the F13 - F15 keys to "print screen, scroll lock, and pause/break" accordingly. Unfortunately AppleKeys only works on Windows XP and earlier, and it has been discontinued by the author.
    Why hasn't something as simple as this been addressed or FIXED by Apple?
    Why hasn't Apple just added a simple "Keyboard Emulator" (identical to AppleKeys) inside the Boot Camp client that automatically gets installed on Vista or Windows XP? I'm currently running Boot Camp client version 2.1 in Vista Ultimate x64, why doesn't Apple just add a keyboard emulator/keyboard mapper inside the Boot Camp version 2.1 client? So that the Apple Keyboard properly emulates the F13 - F15 keys to "print screen, scroll lock, and pause/break" automatically when the Boot Camp client is installed in Vista?
    Are the Apple Developers "sleeping on the job"? Surely something SO SIMPLE wouldn't be hard to add or fix. VMWare Tools guys seem to do a great job, I would think that Apple would begin working on a fix for this, and finally address the issue and fix this. Give us a client application that we can install that will work on Windows XP and Windows Vista that will allow our Apple Keyboards to map/emulate a Windows PC Keyboard inside Windows XP or Windows Vista automatically. This could easily be done when Vista installs Boot Camp client (automatically) inside of Vista, Apple could then install a PC Keyboard emulator to support the Apple Keyboard that would map/emulate the F13-F15 keys on a Apple keyboard to the standard "Print Screen, Scroll Lock, and Pause/Break" keys on a PC Keyboard.
    C'mon Apple, please just fix this problem and make life a little easier on your users. I just bought a Mac Pro, and I'm a new Apple Mac user and I'm just really disappointed that something so simple still hasn't been addressed or FIXED by Apple. It should be automatic, and I shouldn't have to hunt and search the internet trying to find a solution, just to fix something so simple.
    Apple Developers really dropped the ball here, and I would like to see them create an Apple Keyboard Client that will automatically be installed in Windows XP or Windows Vista that will properly map/emulate the PC Keyboard, so that the F13-F15 keys can be properly used as "Print Screen, Scroll Lock, Pause/Break".
    Thank-you, and PLEASE PLEASE PLEASE fix this issue!

  • Print Screen Function Doesn't Work

    I just purchased a new 15.4" Pavilion laptop (DV5-1235dx) and cannot get the Print Screen function to work.  I've tried everything.  One source tells me to hit ALT and PRTSC at the same time.  Another HP help suggestion says to hit the FN and PRTSC keys.  I get no copy/paste function whatsoever.  I also tried the shift key and PRTSC and it was no dice on that either.  On my laptop...the PRTSC and INSERT key share the same key. 
    A routine function like this should not be this difficult.
    Anybody out there got a suggestion or two about what to try. HP Support has been, frankly, awful.

    Below find two possible answers to your issue on Print Screen.  I hope one or both of these help.
    1. Print Screen
    2. Snip
    Print Screen:
    Which keys one uses to get a screen print does depend on the OS (eg. Vista or Windows 7) and the keyboard hardware.
    Example:  HDX 18T requires a simple keystroke (PrtScn)  for the Active Window and Alt - PrtScn for the Entire Window.
    In the Help file for same is noted the following.  See Below.
    It is somewhat rude that it's not the same for everyone - it is not unknown to be the case.
    Open your help files and look up "print screen" - ask if you need assistance to get to "Help".
    Below find a link to the manuals that I believe are for your laptop / Notebook.  Your answser may be there if you cannot find it on your system's own help files.
    http://h20000.www2.hp.com/bizsupport/TechSupport/D​ocumentIndex.jsp?contentType=SupportManual&lang=en​...
    Help file from an HDX 18T:
    Snip:
    Windows 7 has a "snip" command that one can use to grab any bit of the screen and make it into a .png file.  It's quick, easy, and fast.  Additionally, simple annotations can be added with a "pen" of different colors (circles, and such) to mark the picture as desired.  Brilliant!.  Vista may have this command as well.
    Print the .png file if you need it on paper, embed it in Word, email, whatever...
    Help file on Snip (shown as a "snip png file):
    Good Luck!
    Kind Regards,
    Dragon-Fur

  • HP Officejet Pro 8600 ( Language change on printer screen )

    I have recently purchased an HP officejet Pro 8600 printer during set up the wrong language was entered by one of my kids & I am unable to read instructions or correct the mistake The printer screen is currently in a foreign language & I am wanting to change it to English,hoping to get some instruction on how to do this.

    The document here may help.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Duplexer no longer an option in print screen - hp officejet pro 8100

    I have a HP Officejet Pro 8100 that came with a duplexer. Up until today, the duplexer has worked. I don't technically know that it's not working. But when I open up the print screen in open office, adobe, or any other program, it no longer gives me the option to print double sided. I have no idea what to do and there are no tutorials that explain how to correct this. Any help is appreciated.
    Found out after trying to reinstall the printer software that because my OS updated to 8.1 from Windows 7, my printer is no longer compatible with my computer. Is that ridiculous or what? I messaged HP, though I have no warranty so I'm sure they'll deny any product support. That's okay, if need be I'll take my business elsewhere. I shouldn't have to pay for support on a product that they made obsolete on purpose. Businesses used to be all about a quality product. Oh how the times have changed. This is one expensive paper weight.
    This question was solved.
    View Solution.

    You're amazing! You're a genius! Where HP fell short in their customer service (via email), you really helped me out. All systems working now. Thank you! 

  • IPod Nano 5G (16 Gig) has frozen on the Reset Settings Screen

    My iPod Nano 5G (16 Gig) has frozen on the Reset Settings Screen after I tried holding the middle button to re-set. I was doing this as a result of the backlight timer not responding. I'm really worried now, even if I plug into an official Apple external USB outlet or my PC nothing is happening - it's just stuck on that screen. Has been like this for about 4 hours now. And iTunes is saying it doesn't recognise the Nano and its not showing as an external drive on my PC.
    Though this was bought for my from HMV at Xmas would I still be able to take the Nano to the Apple store as a last resort? Any help would be great, thanks.

    Hi I tried this from: Zolved.com +Toggle the Hold switch to on, then back to off (none of the red is showing).+
    +Press and hold down the Menu and Select buttons for 10 seconds (until you see the Apple logo) as shown in the picture.+ And it appears to have worked, so am guessing this is the standard way of re-setting the Nano? Thanks

  • How to Print Screen as a File on MacBook Pro Using Bootcamp 5.0 on Windows 8.1

    I know print screen on a MBP is Shift + Fn + F11, but I want to print screen as a file. I tried Shift + Fn + F11 + Command but it doesn't work. Does Bootcamp support this feature?

    In Windows, you can use a third-party application or a good solution would be to use the On-Screen keyboard included in Windows. That keyboard has got the Imp Pant key, that allows you to copy a screenshot of the whole display.
    Then, open Paint and press Control and V keys to paste the screenshot. Finally, close Paint and save the screenshot as a file.
    Note that third-party applications may offer you a faster way of doing that

  • Takes a long time to turn on and then gets stuck on the reset password screen, how do I get past this?

    Mac is stuck on the reset password screen.

    If it hasn't got iOS 5+ pre-installed then you will need to connect it to a computer's iTunes in order to activate it.
    Getting started guide : http://support.apple.com/kb/HT4053
    The iPad manual also has a chapter on getting started - it can be downloaded from here : http://support.apple.com/manuals/ipad

Maybe you are looking for

  • Site map of Communities and Categories

    Site map of Communities and Categories As part of the migration of Apple Discussions to Apple Support Communities many previous forums have become categories of the new communities. This list may help you locate the content of any specific category y

  • My ipod video is not recognized by the computer what should i do/

    my ipod video is not recognized by the computer what should i do?

  • Binding Mac to a Windows 2000 server (Active Directory)

    I have been trying to connect various mac machines on my campus to the active directory on a windows 2000 server.and i've been getting various errors.in one lab i have some IMac10,1- mac osx ver 10.6.2 and in the other labs i have lower versions on t

  • The side of Macbook feels like leaking electricity

    I just used my macbook air for two years. Initially, I don't think it is a problem, but it is even worse now. I prefer to lie one the bed to watch movies by using my macbook, and there is a strong feeling of leaking electricity on the side of the mac

  • The Error had happend when we run a process through papi.

    The error information as: fuego.directory.DirectoryRuntimeException: 异常 [获取类型为 [0] 的资源时,连接器 [albpmeng_J2EE_FDI_FUEGOLABS_ARG:SQL:远程 JDBC] 产生了一个异常. 详细信息:获取类型为 [0] 的资源时,连接器 [albpmeng_J2EE_FDI_FUEGOLABS_ARG:SQL:远程 JDBC] 产生了一个异常.      at fuego.directory.