How to Set up Print As Image Registry Default.

This is a response to the archived post at:
martin hrubes, "How to customize printing by registry - print as image" #, 6 Nov 2007 2:28 am
I was trying to find out how to set the "Print As Image" advanced setting to be enabled by default. Here is what I discovered through trial and error.
1. The setting is stored per user and per printer. (i.e. it has to be set for each printer for each user.)
2. The registry setting is stored in the following key:
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\8.0\General\cPrintAsImage]
3. In this key, each printer has a separate binary value named s0, s1, s2, etc. The number increments by 1 for each printer added. If you open the value data, you will see it contains the name of the printer encoded in hex. (ex. hex coded for \\Server\Printer1)
My recomendation is to open a pdf file in reader, go to File -> Print ->Select Desired Printer -> Click "Advanced" Options -> Enable "Print As Image" -> Click OK - Click OK again. Repeat for each printer you want to
change.
**NOTE** If you don't click OK both times (i.e. cancel the print dialog), the change will not be saved. You have to actually print something to the printer. If you don't want to print something, make sure the printer is offline or not accessible (unplug the network, usb, parallel, serial cable) first. Once the printer has been changed, it will keep the setting until to you change it.
After you have set-up all of the desired printers, open RegEdit and navigate to the above key. Right click on it, and export it. Note the file name and location you are saving to. Close RegEdit. "Edit" (Right Click) the file just exported ("Opening" the file will just import it back into the registry.). Once opened, highlight and copy the registry key and all of the registry values. Paste the key and values at the end of the file. In one of the keys change "HKEY_CURRENT_USER\" to "HKEY_USERS\.DEFAULT\". Save and exit the file.
When imported this file will enable the "Print As Image" setting for the currently logged in user plus add the setting to the default users profile so any new users to the machine will have it enabled by default also. However, it will not add it to any other user profiles that already exist on the computer. To do this, either use a login script for domain computers or add the reg file to the "All Users Startup" folder.
It would be nice to have a setting in the deployment custimazation wizard to handle this, but for now we're stuck with enabling it the hard way.

Yes Spyla, please see this link http://www.404techsupport.com/2008/09/09/make-adobe-reader-and-adobe-acrobat-use-print-as- image-setting-by-default-2/comment-page-1/#comment-3112.
Allan, many thanks for your post, it certainly helped point me in the right direction.  what I found though is that you do not need to tick the print as image box at any point during the setting up of this.  All you need to do is add the registry key for whichever version of Adobe you are using for this to work.  So basically. what you are saying for each instance of Adobe is regardless of whether or not the print as image is selected, the registry key is saying always print as image for the printer as specified by the hex code. I have found that for network printers, you have to include the full path i.e. \\<servername>\<printername> e.g \\testserver\printer1 and convert all of that to hex. With later versions (9 up over), they have allowed for the string name of the printer so that it is just plain text which also makes life easier.
What I do is apply this registry entry via Group Policy on a per room basis so that we only ever need to add one printer to the list.  you could do this globally by adding all printers sequentially using s0, s1, s2 or t0, t1, t2 etc depending on which version you are using.  The screenshot shows the registry key for 1 printer for Adobe Reader 8.
The value data is the binary code for the actual full printer name
This works a treat.
Hope this helps
Thanks

Similar Messages

  • Adobe Reader XI...How to set it to Print as Image as default

    Hello I  using Windows 7 64 bits version and using Adobe Reader XI. I need to know how to set reader to Print As Image to default. Is there registry setting in windows or VB script that can do it?  I alread found it in version. I need to find it this in Version XI. Any usefull solution or suggestions would be helpful.
    Thanks

      Are you using the Organizer? If you have imported your photos into the organizer it’s possible to select thumbnails and then on the top menu click Edit à Edit With Photoshop Elements
      Click to view

  • How to set up printer from ipad?

    how to set up printer from ipad?
    Johs.

    iOS AirPrint Printers  http://support.apple.com/kb/HT4356
    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
     Cheers, Tom

  • How to set wireless printer at ad Hoc mode in CP1025nw with auto-off is off?? ie never auto-off!!

    How to set wireless printer at ad Hoc mode in CP1025nw with auto-off is off?? ie  never auto-off!!
    Thank you very much for your help if any!!
    This question was solved.
    View Solution.

    Quite a few questions there, Sends, but I will do what I can to answer them. 
    I would first recommend buying a router, even if it is one that you won't connect to the internet and network this with your other PCs and the printer. This will give you the best functionality and results for what you are attempting to do. 
    Additionally, the Auto Off feature of the printer can be disabled, and is not affected by the connection type. You can usually go through the Setup Menu and select Tools to change the options there on the energy saving features. 
    Lastly, the auto off feature on your computer is a Windows question, but an easy one to answer. If you are on a laptop you can right-click on the battery in the service tray (bottom right hand corner) and change the energy conservation settings. 
    You might be better off installing the printer through the USB cord and alternating that based on when you are using it, but that would be optimal only if you are printing only a few documents on an irregular basis. A networked connection is the easiest to manage over several computers, honesty, but you do have some requirements for that connection and limitations as well.
    I hope this information is useful! 

  • How to set DPI of TIFF image

    Please help me.
    How to set DPI of TIFF image using Java/JAI?

    jr,
    The size in pixels in the document will be the size of the image at 72 PPI when Saved for Web. Remember to tick Anti-Aliasing in the Image Size window, and place the artwork (borders) to correspond to whole pixels.

  • How to set the fiscal year period as default in variables

    Hi All,
    How to set the fiscal year period as default it shoud take previous period when the report is executed.
    And also I need to do the same changes in reporting agent.
    Could you please any one help me.
    Points will be given.
    Thanks!
    Best regards,
    Ajay.

    Hi Ajay,
    Create a customer exit variable.Write the code in the include 'zxrsru01' using system date.
    take the system date from the system date variable and using that you can get the current fiscal year period.use this value and using string commands, you can get period.
    subtract 1 from this value.Using this you can get the previous fiscal period..
    Please let us know, if you need the coding part
    Hope it helps
    Thanks,
    Teja

  • Set the custom background images to default?

    Is there any way to set the custom background image to default instead of manually changing the background image in the phone?

    This was actually discussed some time ago. Please see this link.
    http://www.voipintegration.com/software.html
    See discussion here:
    http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Unified%20Communications%20and%20Video&topic=IP%20Telephony&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40^1%40%40.1ddd4505

  • TS1574 How do set my Built-in microphone to default?

    I am using a OS X Version 10.9.1 and i want to know how to set my Built-in Microphone to Default it's a simple question and no one seems to have an answer 

    Ok i can hear my voice now but the settings for the Built-in Microphone are not the same as before

  • How to set the printer setting in VBscript

    i have a folder which is containing 20 pdf files ,i want to print only 2nd page with 2 copies in all 20 PDF files.
    i have VBscript 
    TargetFolder = "file path"
    Set objShell = CreateObject("Shell.Application")
    Set objFolder = objShell.Namespace(TargetFolder) 
    Set colItems = objFolder.Items
    For Each objItem in colItems
        objItem.InvokeVerbEx("Print")
    Next
    here all files are printing all page but how to set 2nd page with 2 copies in 20 pdf files

    You don't mention what SDK you're using.
    If you're running a Nokia SDK, for instance, you need to explicitly set the proxy URI somewhere else. Try running your MIDlet with Default Color Phone and see if it works.
    Unfortunately, proxies do not use exactly the same HTTP request method as normal Web clients (i.e., browsers). Most caches are smart enough to try to be transparent, however. It might be worthwhile to ensure that your proxy is set up as a transparent one.
    Worst case scenario, you can always host the files on a server inside your LAN, so it doesn't have to breach the proxy (or, indeed, on a little Web server running on the same machine as the emulator).
    Jouster

  • How to set threshold level JPG images

    Please I need help with setting the right threshold value for my images. I am new with Photoshop. I need to interpret images consisting of sand oil and water in a glass medium. I need to calculate in pixels the volume of each phase (oil and water) with time. I converted the image to threshold and by default the setting is 128 level. This gives a rather high pixel value for the black background. adjust to other levels like 70 makes the white image more. Does some know how I can determine the correct threshold level to reflect that in the original image?
    Also how can set the threshold value to be the same for all the files (example 600 jpg files).
    Thanks a lot
    Engyy

    Also how can set the threshold value to be the same for all the files (example 600 jpg files).
    Create an action and use batch processing or import your images as a sequence and treat it as a video in the timeline. The rest is unclear. For all intents and purposes setting a threshold is completely arbitrary and factors like the color of the sand or whatever can influence it since e.g. red sand will naturally accentuate the red channel more than green and blue. Come to think of it, your methodology is rather unscientific in the first place, but providing one of your images as a sample reference might help people to be able to advise...
    Mylenium

  • Report 3.0 : How to set the printer margin??

    Hi all,
    In report previewer, I am able to set the printer page margin
    mannally.
    Then, If, I've get some reports by RUN_PRODUCT in batch mode,
    how can I set the page margin??
    Regards,
    Andrew
    null

    Hi amole,
    one more doubt,
    Iam new to use BAPI_ENTRYSHEET_CREATE.
    What are the mandatory fields that should be passed to it to create SES ( Service Entry Sheet ).
    The data given to me is:
      Purchase Ord number,
      Activity Number,
      Rate,
      Quantity,
      External Number.
      Is the above data is enough to create SES.
      please clarify.

  • Cannot figure out how to set up printer with iphone4

    Hi -
    I am trying to figure out how to set up my HP printer to print from my iphone 4, and clearly need help !!  I downloaded the hp app on my phone, but it cannot locate my printer... Aaargh !  please advise

    Hi,
    Well, you rpinter is not an Airprint printer nor an ePrint printer, please try Cloud Print:
        http://www.google.com/landing/cloudprint/
    Good luck.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to set up printer

    How to set up a network printer on a Ipad ?

    1. Buy a AirPrint enabled printer; see list below
    http://support.apple.com/kb/ht4356
    2. Run the CD provided and setup as network printer; this will setup your printer to the same network as your iPad
    3. Start printing from your iPad without wires

  • My Mac is set to print in grayscale by default and I am not sure how to change this.  The print setup defaults to Colorsync under Color Management and Colorsync is stuck on Mode "Gray"

    My Mac can print color if I change from Colorsync to "in printer" or if I manually change the colorsync profile, but this has to be done every print and is quite time consuming.  Can someone help me change the default Colorsync profile or change Color Mangement to default to "in printer"?  After 3 days of this I am already tired of this,  And before it is asked I do not know what has changed to cause this.  Wednesday was the first time I had needed to print on this particular Mac since March and it was already stuck in grayscale.

    You can select your preferred set of printing perferences and "Save as Default".
    Or you can blow it all away and "Reset the Printing System" which takes you back to NO printers installed, and add the Printers back in.
    To reset the printing system (if necessary)
    Control-click or right-click a print queue in the "Printers" pane.
    Choose "Reset printing system..." from the contextual menu.
    Click "OK" in the "Are you sure..." confirmation sheet
    This un-installs all printers. You can then add them back in one at a time, and they should come in with default settings.

  • How to set to print to a specific printer name

    Background:
    I have a form (one page) which has two hidden pages to it (front and back of certificate).  The details entered on form appear on certificate.  I have a hidden button on form which when pressed asks for a password and unhides certificate if correct password is entered as well as a button on form to print the certificate.  This button to print the certificate is preset to print only pages 2 and 3.
    Question:
    I would like to know if there is a way of setting the "print certificate" button to automatically select a printer name as forms can be printed on any local printer but the certificate needs to print to a specific printer which is colour and has card stock.
    The only code I have currently behind this print button is the following:
    xfa.host.print(1, (xfa.host.numPages -2).toString(), (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0);

    Hi,
    I am fairly sure that you cannot do it using the xfa.host.print, but you may get a printParams working. See an example here https://acrobat.com/#d=Kuivy1SdOSbQnRs3kyeVDQ, in particular on page 2.
    Hope that helps,
    Niall

Maybe you are looking for