Right-click PRINT option not available in explorer WIN7

On 1 Win7 machine, in explorer, right-click has Print available, when selecting a PDF. On another machine, it does not.
What provides that command in the context menu? How to add it?
Both 64-bit.
I have Reader X 10.1.0 installed.
There is also another difference. On status bar on pc with working printing option I see Adobe Acrobat document, On another machine: PDF-file. Different icons.

I forgot to write that I do not have map C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat Elements with ContextMenu64.dll, only C:\Program Files (x86)\Adobe\Reader 10.0 on both pc's.

Similar Messages

  • Right click print option not now available for pdfs

    I have just upgraded from Windows XP to Windows 7 and am running Acrobat 9 Pro.  On a daily basis I get a batch of pdf files that I need to print.  In XP I would have right clicked and chosen Print, however this option is not available now I am on Windows 7.  It doesn't matter how many files I choose, even just picking one pdf the print option is not available.
    Any ideas?  Thanks very much

    You are can  use batch processing to print a folder worth of files if you like.

  • "Right-click" Adobe options not available anymore

    I used to be able to highlight multiple PDF files and right click and "combine into single PDF".
    That option is no longer available. Also when I try printing to PDF sometime it does absolutely nothing and says "error"
    Any help would be much appreciated!

    I forgot to write that I do not have map C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat Elements with ContextMenu64.dll, only C:\Program Files (x86)\Adobe\Reader 10.0 on both pc's.

  • Why do my margins get cut off when I right click print, but not when I open my document and print?

    When I right click print (without opening the document) my margins get cut off, but if I actally open my pdf document and click print, it will print just fine.  This only happens when the document has print that is close to the edge.
    I am using Adobe 10.1.2 with Windows 7.
    Thank you in advance for your thoughts and help

    As for your comment on this being my first Mac, and the program issue, you misunderstood. Yes the eMac is in fact my first, personally owned, Mac computer other than the original Apple II series floppy fed PC, in which me and my father owned. The only other Apple/Macintosh computer I had experience on was my father's 13" MacBook Pro, and 20" iMac (both ran OSX Tiger 10.4.11, just as the one I have know runs). The iMac was upgraded to Snow Leopard due to our need for better picture/video/audio editing software such as that of Adobe, and the Macbook Pro was sold because of a business that was started being siphoned out of money. I purchased the eMac from a small business based off of eBay. It had the majority of OSX Tiger software, only missing minor programs like Photobooth. Other than that, it had no wireless software like BlueTooth, Wi-Fi capabilities, wireless sync, ect... But alas, when you buy a Apple/Mac computer, you must take a few cutbacks when purchasing it (even refurb.) for around $120.00 including taxing, shipping, handling, ect... I purchased nearly all of my software from co-workers and friends who had an extra key, or I would receive the software disc from them, and buy a key. The only "illegal" thing I had on the computer was music I had downloaded from LimeWire. I have never, and will never, trust any software coming from a torrent download site.

  • Printer options not available to networked computers

    Hello. Here at the office we have a network with a mix or PCs and Macs. We have an Epson Stylus Photo 1280 printer and an Epson Stylus C63. They are connected to my iMac running Mac OS X 10.4.10 and shared with the other Macs. I can access all the printer features, including "Print Settings" where you choose the print quality and the option to print only using black ink. All the other computers can't access this Print Settings, the option is simply not available for them in the print menu. So everyone has to print in color, and they can't choose better quality printing.
    I tried connecting the printer to another Mac, and the same thing happened. The computer with the printer connected directly via USB is able to choose the different print settings but the ones connected via network cannot.
    Is there anything I should check in the Sharing preferences, should I reinstall drivers in the networked Macs, or do anything special?
    Thank you.
    Hugo

    To get the same settings appearing on the client Mac's that appear on the Mac sharing the printer, the same version of driver needs to be installed on all Mac's.
    Usually the sharing of an Intel (Universal Binary) driver to a PPC Mac wouldn't be a problem, as the driver has been written to run on both platforms. However, I believe from information provided by Matt Broughton previously, that the Epson UB drivers only work for Intels.
    I believe your comment about using Rosetta may be a workaround, but I don't know how you can force the Intel to share the driver using it. I don't think that setting the Printer Setup Utility to open using Rosetta will do it, as it is the Print Dialog Extensions (PDEs) that make the options appear, but it may be worth trying...

  • Sales Orders Screen: Preview and Print Option Not Available in Actions LOV

    Hi,
    We are using Custom Responsibility for Order Management.
    We can't find the Preview and Print Option in Actions list(Sales Orders -> Query for Sales Orders -> Actions).
    Kindly let me know how to add the Preview and Print Option to the LOV.
    Thanks,
    Tamil

    Hello,
    You have to find this function in standard responsibility and copy this name to your own.
    Regards,
    Luko

  • What happened to the Right Click - Adobe Option in MS Windows Explorer?

    I agree with snoogiedo - I used this function regulary for years. I tried the function the other day and it was gone. We use Adobe Acrobat X Pro 10.1.6.
    I found the following link on the issue but I'm hestitant to edit my registry files.
    http://acrobatninja.blogspot.ca/2011/03/missing-convert-to-adobe-pdf-context.html

    The fix on my blog is safe enough if you follow the instructions - it only does what the installer should have done in the first place.
    Having said that, I'm getting some reports over the past week or two that another bug has appeared for some customers; they get the extra menu items but there's no text  on them. Can't work out what's going wrong yet.

  • Reader X - Right Click & Print not keeping defaulted "Fit" option.

    Using Adobe Reader X (version 10.1.2) I have a number of PDF files to print and would simply like to right-click and print. However, the pages are cut off on the sides. If I open each document individually and click print (with a default Size Options = Fit), the documents print ok. How can I change the "right-click & print" option to default with Size Options = Fit?

    I was having the same problem with a pdf printing system we've developed.
    We had been using the /n (new window) /t (print) parameters when calling Reader, but I thought it would be a nice change to simply emulate the right-click print with code to make it a little friendlier for upgrades.  While that mostly worked, I ran into a couple of issues.
    When the right-click print is done, it appears Reader uses the Reader defaults and doesn't look at your particular settings.  If, however, Reader is already open it does use your settings.  Occasionally, we received a corrupted or password protected file that we couldn't automatically process.  To solve this issue, I decided to print the pdfs serially and kill acrord32.exe after each print job.  Since I was killing after each print job, it never used my settings but alwasy the default Reader settings.
    In my case, I switched the code back to use the /n /t parameters and it is working fine again.
    So, in your case, if you leave Adobe Reader running, it might resolve your issue.
    The right-click print does /p /h behind the scenes.  Perhaps another option is to change the registry to use /n /t instead of /p /h.

  • Adobe Reader Browser Plugin - How to disable right click print

    Here is some background to my question
    I'm using Adobe Reader 9.2 and have configured to use the Adobe Reader Active X browser plugin.
    which has the effect of launching pdf's within the IE browser rather than launching the full client. This is all working fine
    I have a requirement that I need to lockdown certain menu items (for the purpose of this example, lets say "SaveAs" and "Print") and toolbars which I have also done successfully using folder level javascripts. For example I have created a HideMenuItems.js file and placed this in the "C:\Program Files\Adobe\Reader 9.0\Reader\Javascripts", here is a snippet of the file which relate to hiding / removing the SaveAs and Print items
    app.hideToolbarButton("Print"); 
    app.hideToolbarButton("SaveFileAs");
    app.hideToolbarButton("Save");
    These work fine and hide the Print and Save toolbar buttons from the Adobe Reader Browser plugin menu.
    As an aside If I wanted to hide the same icons from the full adobe reader client I could use app.hideMenuItem("Print");
    So this all works fine and I'm happy so far. Now, with these settings in place I launch the pdf within the browser, although save and print buttons are now hidden and I cannot add them back, I can still RightClick anywhere in the pdf and get the context menu, from there I can select print.
    What I'm after is a way to either
    (i) Selectively remove menu items from the right click context menu, and therefore remove the print option e.g something like app.[hideRightClickMenuItem]("Print") would be great but I dont know what that method is called.
    or
    (ii) Disable the RightClick context menu altogether for Adobe Reader Browser Plugin
    Not bothered what the solution is whether its a reg hack - HKCU / HKLM  / or javascript line I can add to my HideMenuItems.js, But basically I want to lock down the ability for the users to select print button from all sources including "CTRL + P",
    Or if this is not possible let them hit CTRL P or right click print, but then not display the Adobe Print Dialog.
    Basically the printing of the documents in handled by our web app sending a silent print to the adobe application which again works fine, I just need to prevent the users from being able to initiate a print from within the pdf when displaying the pdf in a browser.
    Having searched around there is an API called AVAppRegisterForPageViewRightClicks which is supposed to prevent right clicks, But I dont know how to use this, or whether it can be used within my HideMenuItems.js file, tried many different syntaxes but to no avail.
    Does anyone have any experience in this? Adobe - do you have any suggestions ?
    Cheers
    Will

    Hi thanks for your response, yes it seems this API is availalbe but there are no examples of how to use it. You mentioned its available in Adobe reader and Adobe Acrobat plugins. Well I'm using the Adobe Reader Active X Browser Plugin so how would I use this API to restrict the Browser plugin.l
    I am not a developer writing my own custom plugins, I simply want to use the out of the box adobe reader product, specifically the Active X browser plugin, but I need to be able to customise and restrict what the user is able to do.
    The reason I need to do this is that we publish IE on a citrix server which users access to launch this highly secure web based application. The sensitive data that they view is in the forms of PDFs which are viewed by the Adobe reader browser plugin within the browser. The web application controls who can save, export, print etc, so I need to be able to lock down the Adobe Reader Active X browser plugin so that the user cannot initiate save, and print functionality from within the viewed pdf. I've done this successfully by restricting the menu and toolbar items but it is still possible to right click on the viewed pdf and click select print from the context menu. This would cause us a big security flaw, which would result in users that are only supposed to view being able to click print.
    I published a desktop (locked down) and published IE (locked down) all successfully with GPOs so the users cannot do anything they are not supposed to do, however Adobe reader it seems cannot be easily locked down and this is a problem as I might have to start looking at viable alterantives. Surely a simple requirement as this could be acheieved with relative ease.
    In an ideal world there would be an  available GPO template (.ADM file), which could be used to centrally manage these type of settings. I dont even mind writing an ADM myself, I've written many before, but for example what I need is the appropriate registry entries and how they are used to lock down / restrict certain functions so that I can write such an .ADM file.
    I dont mind how I achieve this, I just need a way to do it. So if using the API AVAppRegisterForPageViewRightClicks would achieve this, can someone please tell me how I can implement something that would use this API to restrict the right Click Print options for example.
    The sort of answer I;m looking for would be
    Create a file, paste in this code, place the file is this location xxxxx, this is a per machine fix so will affect all users
    or
    Edit the regstry and make this HKCU change xxxxx - This is obviously a per user fix so use normal methods to get this into every users profile.
    or
    Open up the file in this location xxxxxx and add AVAppRegisterForPageViewRightClicks = AlwaysDisable (or whatever the syntax is)
    Thanks for you help
    Cheers
    Will

  • Right-click printing causes Explorer to crash?!

    We regularly print contact sheets by selecting a group of images, right-clicking and using the print wizard, but recently this has been causing Windows Explorer to crash. As many people use the laptop in question I can't be sure what recent updates have
    occurred that might have caused this.
    The error message was as follows:
    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    Explorer.EXE
      Application Version:    6.1.7601.17567
      Application Timestamp:    4d672ee4
      Fault Module Name:    igdumd64.dll
      Fault Module Version:    8.15.10.2639
      Fault Module Timestamp:    4f29a5e5
      Exception Code:    c0000005
      Exception Offset:    000000000030e0b6
      OS Version:    6.1.7601.2.1.0.256.48
      Locale ID:    1033
      Additional Information 1:    2cb3
      Additional Information 2:    2cb33ab34750f572f12cbb253b809871
      Additional Information 3:    f019
      Additional Information 4:    f0199394a0f8932c6d2ba19d00fe529d
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    Hi,
    The log message here told this is caused by igdumd64.dll , which is a component of the Intel graphics driver:
    Faulting module name: igdumd64.dll, version: 8.15.10.2639.
    Please take a look at the PC's official Website for updated drivers.
    A similar thread for reference:
    Explorer crashes when right-click
    printing selected images as contact sheet
    Hope this may help
    Best regards
    Michael Shao
    TechNet Community Support

  • What happened to right click print - must have option????

    running win 8.1 latest firefox
    IN EXPLORER i can right click and print any image.
    firefox has no print option on right click, even if i view and image there is no print capability not even a right click print. no menu option are avalable. I can print an entire page but not an image on a page like in explorer.
    ONLY way i can print and image in firefox is to save it then open saved file then print.
    if this is not something easily fixed then firefox gets deleted........ please help.

    Been there, been that frustrated over Firefox not having a Contextual Menu Print item - been shaking my head over that since August of 2002 when I switched from IE6 to Phoenix 0.3 ''(the early development version of what became known as Firefox)''.
    Fortunately Firefox is so extensible that many extension developers early on "fixed" that glaring deficiency or oversight. Extensions are your friend in Firefox! You don't like a feature, change it; something is "missing", add it!
    As cor-el mentioned, the Universal Print extension adds the Right-click menu item and there are other extensions that add that menu item, too.
    Here's two more that add that feature:
    https://addons.mozilla.org/en-US/firefox/addon/printprint-preview/
    https://addons.mozilla.org/en-US/firefox/addon/print-edit/
    The last one is phenomenal! Allows you to edit a page in Print Preview to get rid of advertisements, unnecessary navigation sidebars, and lessen the number of sheets of paper needed to print longer articles - basically make your own "printer ready" pages when the website doesn't have that feature.

  • D7360 automatic duplex printing is not available with latest driver

    d7360 automatic duplex printing is not available with latest driver
    This question was solved.
    View Solution.

    Hello ephsh,
    Welcome to the HP Forums.
    I see that you are having an issue attempting to do some duplex printing.
    So I can better assist you, please respond with which Operating System you are running:
    Which Windows Operating System am I running?
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    I am going to attach a document that deals with a Two-Sided Print Option Is Not Available Even Though an Automatic Two-Sided Printing Accessory (Duple....
    Please feel free to write me back at your convenience.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • When is the right click print function going to work with Firefox 4

    Right click print function quit working when I updated to Firefox 4

    Firefox has never had a right-click Print menu item by default. If you had that with an earlier version of Firefox, it was added by an extension that you installed and isn't 4.0 compatible right now.
    I have been using this extension for that feature, for many years. - https://addons.mozilla.org/en-US/firefox/addon/printprint-preview/ - It hasn't been updated for Firefox 4.0 versions yet, so I am using this one temporarily to get a Print Preview option in the Contextual Menus. - https://addons.mozilla.org/en-US/firefox/addon/print-edit/ - The Print function is in the Print Preview window. That extension also allows you to edit what is going to be printed, so you can get rid of advertisements, empty multimedia boxes (Firefox won't print Flash or WMP content), and other stuff you don't want on the printed page, to save ink and paper.
    That may not be suitable to you as a replacement extension for what you had been using before, but I never print anything from Firefox before using Print Preview. I am tired of wasting ink and paper with Firefox not being able to correctly print web pages that every other web browser can print correctly. If the Print Preview doesn't look correct, I open that page in IE8, Opera11, or Safari 5.0.1 - all of which will print it correctly 99.9% of the time.

  • FB50&FBCJ, before post the document, print option is available ?

    Dear Expert,
    Herewith i have attached the screen shot of FB50 document, after simulation, before posting(Document no not generated), in the menu the print option is available , how is it possible is there any user control level seting requred to stop it ? kindly reply me
    Thanks & Regards
    ILAVARASAN TD

    Hi, I doubt, if standard SAP provides option to control such print.
    Check with your ABAP team, if it can be controlled with Transaction Variant.
    Check with Basis/GRC team, if it can be controlled with Role Authorisation.
    Thanks, Deepanshu

  • Sap business one is closing while clicking print option

    Hi
    All
    Iam having a problem of printing a report from sap business one environment
    After viewing the report  iam clicking print option in the file menu
    then suddenly the sap business one is closing without showing any error.
    can any one suggest the answer to print report from sap business one environment
    thanks in advance

    Hi,
    You need to tell us which report you are checking and upon clicking the print the crash is happening.
    In the meanwhile also check Note No. :  [1535046|https://b1-support.wdf.sap.corp/sap/support/notes/1535046]
    Kind Regards,
    Jitin
    SAP Business One Forum Team

Maybe you are looking for

  • How can I tell Apple to store my MAC-address of my Wifi Router in there location DB?

    Hello Recently I bought a new Wifi Router and when I use the Maps App it tells that my ipad is located in China (Shangai) When I also want to use the automatic timezone feature in the preferences app it indicates that my ipad is in China (Shangai) I

  • My iphone 4 is not working some time to send out  the email.

    There is also not in the " Sent " . and no one  to receive my email. my email provider is yahoo.

  • Apps Not Working In Airplane Mode

    I have an iPhone 4 running version 4.3.5. I am on the island of Ibiza in the Med off the coast of Spain. There is no cell service available on the island. I have access to a wi-fi network where I'm staying. I am in Airplane Mode with 3G, cellular dat

  • Why not change the  Macintosh HD to a shorter name.

    I have a friend that picked up a Mac mini with OS X 10.5.8 and one for the first things I noticed was the previous owner had changed the name of the single drive from Macintosh HD to a shorter name I recall reading somewhere that it is not a good ide

  • Client mapping

    Hi all, I have to direct data comming from 1 system to several SAR R/3 clients. (through XI) As I see it I have 2 choices: 1: To set up conditions in my Receiver Determination saying that if mandant = 101 then I call Service 101 and so forth. 2: To s