Reader 9 and Acrobat 9 in IE / Firefox

Hello,
We have to use Reader 9 as default for some applications in IE, but would like to use Acrobat 9 as default for some applications in Firefox.
I have installed Reader 9 as default and also installed Acrobat 9 and this opens PDFs fine in IE using Reader. However, in Firefox even if I select the application to use to open PDF files as Acrobat (within Firefox) it still opens them with Reader.
Has anyone got any ideas around this?

The work around is to typically open the desired product first, then browse in your browser. Generally, the viewing will default to the open product. If you have problems even then, it is likely an issue with both reader and Acrobat both being installed. It may also be that IE is using a Reader plugin and not actually opening Reader.

Similar Messages

  • PDFs look different in Adobe reader and Acrobat professional compared to the built in PDF viewer on windows 8

    Hi there,
    I have been trying to narrow down an issue we have been having for some time in printing PDF files and finding that they look different on paper compared to screen.  Up until today our big KIP plotter got the blame, but as I have been collecting notes on a little windows 8 tablet I noted that PDFs opened in the windows PDF viewer have the same visual defects as the printouts.  My example today is that on a CAD drawing there is a small box/frame with a number in their, I tried printing and the frame was completely blacked out.  As a test I tried saving the PDF as a TIFF file from Adobe Acrobat professional and this file had the same fault as the printed copy.  When I open it in the windows 8 pdf viewer I can see that there is a shading within this box that does not show on Adobe Reader (latest version 11.0.10.32), the adobe reader and acrobat pro version both show a white background to the box.  We have been having lots of issues with sections being missing from drawings and overly feint lines.
    I am not sure where to start trying to narrow down why we are getting different results in different PDF readers.  Is there anyone who maybe able to point me in the right direction?  It almost feels like the shading or colour density is not being consistent when PDFs are being opened in different packages.
    Thanks in advance
    Andy

    Some PDF viewers comply with the PDF ISO Standard (ISO 32000) "just enough" while others (such as Adobe's) fully comply.
    As with anything there's a cost to using anything that comes from a "just enough" approach.
    Be well...

  • Adobe Reader and Acrobat Pro updates for 11.0.10 being pushed out through SolarWinds Patch Manager are not being recognized as applicable.

    I am trying to update our Adobe Reader and Acrobat Pro to 11.0.10 using the default MSP packages with SolarWinds Patch Manager.  All of the systems keep reporting as 'NOT APPLICABLE'.  All of the workstations have Reader11.0.09, with about 10% still on 11.0.08 (due to the fact that the reader 11.0.09 package only patched about 2/3 of the systems).  All systems that have Acrobat Pro are 11.0.09.
    In SolarWinds I am using the "Adobe Systems, Inc. Packages" node.
    Adobe Systems Acrobat 11 Catalog
    Adobe Systems Reader 11 Catalog
    and the SW Patch Manager downloads the msp's straight from Adobe.
    I have checked the msp's manually and they will update at least back to 11.0.07 in Reader, and 11.0.0 in Acrobat Pro. (I had an old stand alone system that still had Reader 11.0.07, and I did a new install of Pro and went straight to update 11.0.10)
    The SolarWinds Tech said, "Okay. That content is produced by Adobe. Any questions concerning applicability logic or diagnosing why a package reports as NotApplicable when that's not expected would need to be directed to Adobe, as they are solely responsible for that content and its behavior".
    I am new to SolarWinds Patch Manager, and any help or advice would be greatly appreciated.

    It sounds like you are attempting to use the SCUP catalogs outside of the MS solution.  I can almost guarantee you that Adobe didn't test it if it's not referenced in the ETK:  11   SCCM-SCUP — Enterprise Administration Guide
    That being said there "should" be logging available in any deployment solution.   Since I am not familiar with Solar-Winds particular solution I can't say if it logs errors and how verbose those logs might be.    If you have logs then post the output and the forum members "might" be able to assist you.

  • While Installing adobe reader and acrobat im getting error 1406 this error. I had already tried every possible step including special permission in registry file. Please help..

    While Installing adobe reader and acrobat im getting error 1406 this error. I had already tried every possible step including special permission in registry file. Please help..

    What is your operating system?  Is there anything else beside the number 1406?

  • Unable to install Acrobat Reader and Acrobat Flash Player

    Hello,
    I am trying to install Acrobat reader and acrobat flash player on my Laptop (Lenovo Thinkpad T420) after installing windows 8.1 64 bits, after successfully downloading both software, the adobe reader installer opens with a dark grey box and nothing else happens.
    The installer can't be closed except from the task manager.
    I have tried to start as administrator, enable javascript, different browsers, restart the laptop, ... all gave me the same result.
    Below image shows what i am receiving.
    Kindly advise.

    Run the Acrobat Cleaner Tool and reinstall from scratch.
    Mylenium

  • Adobe Acrobat Message : ''To view the flash technology content in this PDF, please install the version of flash player that supports Adobe reader and acrobat "

    I am using interop acrobat dll in one of my client , when trying to open a pdf file in acrobat X the following message appears :
    ''To view the flash technology content in this PDF, please install the version of flash player that supports Adobe reader and acrobat "
    Is there any workaround to fix this issue ?...
    will installing the flash player fix the issue ?
    thanks

    i am trying to convert the pdf to tiff image using
    //Using ACROBAT PRO
                AcroAppClass app = new AcroAppClass();
                AcroAVDoc doc = new AcroAVDocClass();
    i tried downloading the flash player ,now the error does not appear but for those pdf that displays this flash message error i am not getting the pdf converted to tiff file , instead i get an image with message
    What could be the cause of this issue ?

  • I have a apple computer,I downloaded adobe reader and acrobat, but now it ask for a end user license

    I have an apple computer, I have downloaded adobe reader and acrobat, but now I am asked the following,Before viewing PDF documents in this browser you must launch adobe reader and accept the End User License Agreement and relaunch browser<<<<<<But how you accept the end user license, when you can not even find the agree button

    airplane wrote:
    Before viewing PDF documents in this browser you must launch adobe reader and accept the End User License Agreement and relaunch browser
    Did you do that: launch the standalone Reader (not the browser plugin) and accept the EULA?

  • Highlight texts in Adobe Reader and Acrobat

    I need to highlight the texts/words in Adobe Reader and Acrobat as well. Is there any common function/API available for both?

    I have the Adobe Reader plugin license, will this functionality work in Reader?
    static ACCB1 void ACCB2 HighlightWord(void *data)
        DURING
        //Create a HiliteEntry object and set its attributes
        HiliteEntry hilite;
        hilite.offset = 3;
        hilite.length = 1;
         //Get the page number of the current page view
        AVDoc currentAVDoc = AVAppGetActiveDoc();
        PDDoc currentPDDoc = AVDocGetPDDoc(currentAVDoc);
        AVPageView currentPageView = AVDocGetPageView(currentAVDoc);
        ASInt32 pageNum = AVPageViewGetPageNum(currentPageView);
        //Highlight the tenth word
        PDPage pdPage = PDDocAcquirePage (currentPDDoc, pageNum);
        PDTextSelect textSelection = PDTextSelectCreateWordHilite(pdPage, &hilite, 1);
        AVDocSetSelection(currentAVDoc, ASAtomFromString("Text"), (void *)textSelection, true);
        AVDocShowSelection (currentAVDoc);
        PDPageRelease (pdPage);
        HANDLER
            AVAlertNote("Error highlighting word");
        END_HANDLER

  • Installing both Reader and Acrobat 0 Standard

    Is it possible to install both Reader and Acrobat 9 Standard on the same computer?
    I want to be able to make sure whatever I produce in Standard will work and open up in Reader or any other PDF viewer someone might use.

    Hi,
    I have both the reader and Pro on my computer, however, there are some issues with default actions, such as opening documents.
    Is there some kind of guide to setup both reader and Pro on the same computer, just have them do different functions?
    Thanks for your input!

  • Iwant to purchaseAcrobat Pro XI. Do I install upgrade if I have reader and Acrobat X trial version?

    I want to purchase Acrobat Pro XI. Do I install upgrade if I have reader and Acrobat X trial version. Sorry new to all this software stuff. Hope someone can help out there.

    You would only qualify for the upgrade if you had a purchased copy of a previous version that qualifies. For AA XI, that means you have to have AA 9 or later that you had purchased. So the answer to your question is NO, buy the full version.

  • Livecycle form crashes Reader and Acrobat

    I've created a Livecycle form that has been working great. However, a user managed to corrupt it somehow and now it causes both Reader and Acrobat to freeze and then close when trying to load it. I also tried it in Nuance which causes a freeze but not an app close. However I noticed in task manager that while frozen, Nuance's memory consumption continues to grow.
    Is there anyway to debug this to determine what is going on? Any other suggestions on how I can try to determine what is happening?

    Hi,
    Does the form crash when you do a preview in LiveCycle Designer?  Have you got "When exception thrown" set to break in JavaScript preferences, maybe you can see an exception in the console?
    Regards
    Bruce

  • Flash Player technology that supports Adobe Reader and Acrobat (Windows 7 Pro)

    Is there any software that I can install that will support Adobe Reader and Acrobat for Windows 7 Pro, My new PC has Adobe Reader XI installed.

    Hi Maxim ,
    You could please refer the following link to download flash player on your system .Though this link is for Adobe Acrobat and Reader DC .Please have a look and try installing the same .
    https://helpx.adobe.com/acrobat/using/flash-player-needed-acrobat-reader.html
    Flash Player is required to view flash content in PDF' ,PDF' portfolio .
    Please try the same and let us know if you face any challenges .
    Regards
    Sukrit Dhingra

  • Re:adobe reader and acrobat

    Hi
    Is there any difference between adobe reader and acrobat . if
    so please let me know at my email id too: [email protected]
    i am facing a problem in my web application where in on
    entering the data on to the application i need to get a pdf file in
    the web browser , but at certain time i could see the following
    message ."Cannot use Adobe Reader to view PDF in your web browser
    .Reader will exit now. Please try again". I have adobe reader in my
    machine.Do i need to make any settings in the IE . if so please let
    me know
    Please suggest in this issue
    Regards,
    Vinesh

    Welcome to our community, Vinesh
    Firstly, I'm thinking you have wandered into the wrong
    community. You are asking a question about Acrobat and this
    community is focused on Adobe Captivate. If you want to ask further
    questions about Acrobat, you should consider asking in the Acrobat
    community. You may do so by clicking the link below:
    Click
    here to visit the Acrobat community
    Now for the gist of what you asked. There is a huge
    difference between Acrobat Reader and Acrobat. One uses Acrobat as
    the application used to create content that is later viewed by
    someone with the basic Acrobat reader. The reader is a free
    download for all. You have to purchase Acrobat in order to create
    content that you produce for the reader to present.
    Hopefully that makes a bit of sense. If not, try posting the
    same question over in the Acrobat forums and see what someone
    replies with.
    Cheers... Rick

  • Is there a cleaner that wipe all versions of Reader and Acrobat?

    I am running Windows XP SP3 and IE8.
    I made the mistake of trying to upgrade Reader from version 7 and now I keep getting a message that Reader will not work inside my browser. It looks lik it keeps trying to open Acrobat instead of Reader. I can't seem to fix this and I can't get rid of the Adobe Add-ons in IE. I need something that will comletely wipe all traces of Reader and Acrobat so I can start over again. Does anyone know of a cleaner that is available to do this?
    Thanks for any help.

    Which is why Adobe started building cleaner versions 3-4 years ago. Versions 9 and earlier are no longer supported so building tools for them has a lower priority than adding features to the existing cleaner for 10 and 11.
    For a list of all product versions, see the Release Notes. For what versions can coexist, see the admin guide (yes: Reader and Acrobat can be of different versions with limitations).
    Both docs reside at www.adobe.com/go/acrobatetk.
    HTH,
    Ben

  • Problems signing a document in Reader and Acrobat

    I have a PDF that was created by someone else. When i opened it with reader, filled in the highlighted areas, clicked on sign and placed the signature, everything works fine. After placing the signature and clicking on done signing it also seems to work fine, but when I go to the folder where the document was saved it is not there. I spoke to the person that created the document and they thought it was because I was using reader. I downloaded the trial version of acrobat pro and when I open the document with it, it won't even give me the option to sign. I tried saving as a reader extended PDF but when I open it with reader and click on sign it gives the message "the security settings on this document prevent adding text and/or placing a signature on it from Adobe Reader."  Any suggestions as to why?

    LeeAnn, which version of Adobe Reader where you using? was it version X (10). If so that version has a bug where if you sign a protected pdf (as described by george) it still let's you send the signed document to EchoSign. But due to the protection this silently fails.
    version 11 simply has these features grayed out which is the correct behaviour.
    If it's a PDF form that can be saved after filling out (via file>save) save th filled out copy and use EchoSign's Only I sign option:
    https://www.echosign.adobe.com/en/support/knowledgebase/Only_I_Sign.html
    that will let you upload the filled out PDF and sign it.

  • What is the difference btwn Reader and Acrobat Pro?

    Hello,
    My Requirement in broader sense: I am developing an VISITOR Info. Adobe Interactive Form, i have Designer 8.1 and Reader 9.0 in my Windows 7 Laptop. When i checked the menu EDIT-->form properties --> Compatability, its Adobe XML form File (XDP)
    When i opened this VISITOR interactive form in a browser, right clicking and checked form PROPERTIES, then i saw the "PDF Version: 1.6 (Acrobat 7.x)" (pls. let me know what is the correct forum for me to post my questions)
    My 1 sub-set of my Requirement: Front desk guy want to open this VISITOR Info form and enters addresss details + attaches some ID proof photo copy of JPEG format + Writes some COMMENTS in the form
    Pls. let me know
    1) is my software inventory is enough to go ahead and develop a interactive form (as mentioned VISITOR Info)? or do i need any more software?
    2) I saw Acrobat Pro version 10.x.......do i need this softaware as well to get my requirement done (VISITOR Info)?
    3) What is the difference between Reader 9.0 and Acrobat Pro 10.x?
    Thank you

    Thank you.
    Yes, here am confusing! If i create the forms with Acrobat, then, why do i need LiveCycle designer?
    Pls. let me      know what do you mean "Create forms", is it like writing a letter/some text like MicroSoft word doc and finally saving it on our local machine/desktop?
    THank you

Maybe you are looking for

  • MacBook Pro - iMac as second screen

    Hi everybody, I was wondering if I could connect my MacBook Pro to a iMac so that I can use the iMac as a second screen? I read something about a firewire cable... Thanks in advance

  • Unable to enlist in a distributed transaction (Windows7, Oracle 11G R1)

    Hi, I have a .Net application running on Windows 7 x64 using VisualStudio2008 and Oracle 11G R1 32bit client In it I call a webservice calling another webservice, this requires to use oramts that interfaces with Microsoft DTC. However I'm getting the

  • PNP LDB IN FM

    Hello, How should we include the ldb 'PNP' in a customized functional module and get the hr info records. Thanks Regards, Swarna

  • Reminder letters for Partial delivery

    Hi,   I am configuring the Remider letter printing to Vendors in my system. Will like to know if the Standard SAP supports to print the reminder/Urging letters for partial deliveries. If the PO is of 100 qty and 60 is already delivered.Can we get thi

  • Need quick help closing port

    I have created a server.java and client.java The programs are not that good. However I have a problem I have ran my server a few times and each time need to use a diff port as the previous ones are being listnened to. Obviously from the last servers