Adobe reader safari plugin error

Hi guys, I am not really sure what's going on but I had the same issue with my previous macbook.  For some reason when I open up pdfs in safari a new window opens up when I expose all windows. (See picture)
Is there anyway to get rid of this?  Do I have an error with my plugin? Can I go back to using preview (in safari)?
Thanks!

Back up all data.
Triple-click the line of text below to select it, the copy the selected text to the Clipboard (command-C):
/Library/Internet Plug-ins
In the Finder, select
Go ▹ Go to Folder
from the menu bar, or press the key combination shift-command-G. Paste (command-V) into the text box that opens, then press return.
From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
I've seen an unconfirmed report that the "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you might need to remove it as well, if applicable.
If you still have the issue, repeat with this line:
~/Library/Internet Plug-ins
If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

Similar Messages

  • Disable Adobe Reader safari plugin

    I need to test PDF in browser and i installed Adobe Reader, since i have to doble check correct view in reader as in mac os preview, i also have some selection problem with preview
    after i installed Adobe Reader some time when i open PDF in Safari speens my CPU up to 100%?
    can't find
    i need to keep reader on my mac, but view in safari / browser with preview
    in reader under preference i found internet and "display PDF in browser using:" and i flag near it but is gray out / disabled even with safari closed

    Hello,
    There's a solution if you want to see the PDF inside Safari's window :
    Go to the folder : Your Hard Drive / Library / Internet Plug-ins.
    If you see a file with PDF in its name drag it to the trash (or on the desktop).
    Quit and restart Safari to test with a PDF.
    Put the plug-ins in the same folder.

  • Installation How-to for minimal/small footprint Adobe Reader & Firefox Plugin

    I need to install Adobe Reader & Firefox Plugin in a small Linux based environment.
    As a proof-of-concept, I downloaded and installed the AdbeRdr9.4.7-1_i486linux_enu.bin
    to an NFS share mounted to the Linux thinclient. That worked -- eg, the plugin was available
    to the browser so the OS will support that build. However, the client does not have much
    writable 'disk' space available and using any type of share (NFS/Samba) is not an option in
    the production environment.
    I need to use the plugin from within Firefox (6.0+) and have to be able to print via CUPS.
    DIsk space available is less than 50Mb, preferrably a lot less!
    Is there a guide available for a mimimal installation?
    Any sugguestions as to what files/directories I have to copy to the local filesystem for
    * an absolute minimum ?
    * a bit more if there's room?
    Suggestions / pointers appreciated..
    Tom

    First - what version of Adobe Reader do you have?
    And now it gets a little bit complicated.  Adobe Reader can be a plugin to Internet Explorer, and it crashes when you try to open an online PDF document.  That is not unknown; it happens sometimes.
    But when you open the standalone Adobe Reader, it also crashes with a plugin error.  This time it must be a plugin to Adobe Reader, not Internet Explorer.
    Furthermore you write "the same plugin error window pops up" - so I can only assume that it is a Reader plugin that crashes, not the IE plugin.
    What I would try in your situation:
    open Control Panel | Add/Remove Programs, and uninstall Adobe Reader;
    open Windows Explorer and navigate to C:\Program Files\Adobe\Reader 9.0\Reader and delete all plugin... folders;
    reinstall Adobe Reader from http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.3.3/enu/AdbeRdr933_en_US.exe
    The path in the second line above could also be ...\Reader 8.0\... depending on your Reader version.

  • 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

  • I keep getting an error message when I try to log into to ExportPDF through my Adobe Reader. "Network error occurred while attempting to sign in". Can anyone help, please?

    I keep getting an error message when I try to log into to ExportPDF through my Adobe Reader. "Network error occurred while attempting to sign in". Can anyone help, please?

    Hi Simon,
    I'm sorry to hear that you're having trouble logging in to ExportPDF via Reader. I've checked your account, and all is well there.
    For starters, please make sure that you have the most current version of Reader installed by choosing Help > Check for Updates.
    If you're still having trouble logging in via Reader, please try logging in to the web interface at https://cloud.acrobat.com.
    Please let us know how it goes.
    Best,
    Sara

  • Adobe Reader Firefox Plugin

    I am running Fedora 8 (kernel 2.6.23.9) with Adobe Reader 8.1.1 on a Core 2 Duo with 2 gigs of ram. When I use the Firefox browser (2.0.0.10) to read a PDF document, a process named acroread is started. I assume this is done by the Adobe Reader Firefox plugin. After you leave the document the acroread process begins to use 40-60 percent of the CPU and never ends. Exiting the browser does not stop the acroread process. It continues to run away. After a couple of attempts the kill command will end this acroread process. At one time I had four of these runaway processes running at once. I assume that every time I entered a PDF document in the browser it starts a new acroread process. This problem does not happen when you use the Adobe Reader outside of the browser on local PDF files. Is there something I can collect to help solve this problem? Is this a known problem?

    Experiencing same memory leak problem on Fedora 8 Kernel 2.6.24.3-34 x86_64, glibc 2.7-2,
    with FireFox 2.0.0.08, 2.0.0.10, 2.0.0.12, and 2.0.0.13
    and AdobeReader 8.1.1 and 8.1.2
    b Observations when running any version of FireFox:
    *1-when reading a pdf file, System Monitor displays a new process called "ld-linux.so.2";
    *2-when getting off the pdf file, process "ld-linux.so.2" remains active;
    *3-when reading a new pdf file, another "ld-linux.so.2" is started;
    *4-when closing FireFox, one or several "ld-linux.so.2" processes remain active and become runaway processes;
    *5-these "ld-linux.so.2" runaway processes eat-up about 1MB per second until system freezes.
    b Another observation:
    *When starting Adobe Reader, System Monitor does not display "acroread", it displays "ld-linux.so.2"
    Adobe Reader launcher uses a script called "acroread"; this script launches the binary either directly
    or through "/lib/ld-linux.so.2".
    b Further observations:
    *1-In FireFox, when Adobe Reader is launched through "/lib/ld-linux.so.2", it becomes a runaway process.
    *2-On the other hand, when Adobe Reader is launched directly,
    ]-System Monitor displays "acroread"
    ]-acroread always terminates as it supposed to do.
    b Solutions:
    * 1-add a symbolic link as follows:
    ]ln -s ld-linux.so.2 /lib/ld-lsb.so.3
    *2-or install Package redhat-lsb as follows:
    ]yum install redhat-lsb
    b Conclusion:
    It appears that "/lib/ld-linux.so.2" is not handling the "term signal" received from FireFox when exiting a pdf page. When Adobe Reader is started directly, it does handle the "term signal" received from FireFox and terminates correctly.
    b Outstanding Question:
    Is "/lib/ld-linux.so.2" supposed to handle the "term signal"? If so, this is where the bug is because it does not. If not, why is it used to launch Adobe Reader?
    Home my many hours of investigations can help someone.
    b Note
    Sorry. Problem is NOT entirely solved here! Still some memory leaks at times.

  • Trying to download latest Adobe Reader - keep getting error message

    Trying to download latest version of Adobe reader keep getting error message telling me that the file contains a virus - then it just shuts down

    Hi neilthueel
    Please try to download from Adobe Reader : http://get.adobe.com/reader/otherversions/
    Regards,
    Deepak

  • Not able to open any doc with adobe reader XI. fatal error, acrobat failed to its core DLL load

    not able to open any doc with adobe reader XI. fatal error, acrobat failed to its core DLL load

    See http://helpx.adobe.com/acrobat/kb/reader-core-dll-error.html

  • Enabling the Adobe Reader X plugin from Virtualized Browsers

    I think I have this one figured out. From virtualized web browsers, I have never been able to use the Adobe Reader X plugin. The Virtual app would start to load any pdf and then crash with a message about a corrupt sandbox (ZAV application sandbox). This would happen if Adobe reader was installed on the machine or virtualized as a shared component. This may be because ARX runs out of its own sandbox. I have now got this working, I will do some testing from some other Browsers.
    Application = Virtualized IE8 Configured from a recipe using ZAV 9
    Fix = add the following to the "Child Process exception list"
    Acropdf.dll; Acroiehelper.dll; Gbdetect.dll; and Pdfshell.dll
    Virtual IE8 can now display PDF's using the web plugin. I will test with firefox and report back.

    I had a chance to build this into a virtual Firefox, here are the results.
    App = Firefox 12 build from snapshot with the latest flash built into the snapshot.
    Test Machines all had different versions of ARX installed.
    Child Process Exception List = Acropdf.dll; Acroiehelper.dll; Gbdetect.dll; and Pdfshell.dll + AcroRd32.exe < Would not work with only the dll's in there
    Outcome, this does work, I have seen it load the plugin, load full adobe in the browser or just directly hand the pdf over to adobe application. I have had limited testing with this though. Any updates an I will post them.

  • Every time I try to install Adobe Reader, I get error message "object already installed". Tried all the fixes and suggestions.

    Every time I try to install Adobe Reader, I get error message "object already installed". Tried all the fixes and suggestions. I need help.

    If you haved tried all the fixes and suggestions, there is not much to add. Just in case: did you really try using this tool http://labs.adobe.com/downloads/acrobatcleaner.html to first eliminate all traces of Reader, and then use the full offline installer from http://get.adobe.com/reader/enterprise/?

  • Adobe Reader/Safari Problems

    When I tried to use my Mac (Snow Leopard) to access my bank statement, I got a message that I needed to download Adobe Reader to view the statement. I already had Adobe Reader, so I tried to update it, but I got an error message (1852). I tried reinstalling and got the Installation Successful message. I checked the Internet Plugins in the Library, and the Adobe PDF Viewer Plugin was there, but I didn't see it in the Installed Plugins for Safari. I'm able to view existing PDFs with Adobe Reader, but I still can't read the bank statement on my my Mac; it works fine on our Ubuntu (Linux) computer! I also found another website that requires Adobe Reader where I was not able to view anything!
    I did find this statement in an Adobe Advisory that may explain the problem:
    "Adobe Reader plug-in and Acrobat plug-in are not compatible with the Safari 5.1 browser that
    shipped with Mac OS X 10.7 and for 10.6. The Adobe Reader and Acrobat standalone applications
    are unaffected and Safari 5.1 renders PDF documents natively. However, the Adobe Reader and
    Acrobat browser plug-ins will not function as expected in LiveCycle and Acrobat workflows that
    require either plug-in to render PDF documents in Safari 5.1." (http://kb2.adobe.com/cps/908/cpsid_90885.html)
    I tried reinstalling from FireFox, but I didn't have any success with that either! Anyone have any ideas about how to fix this?

    I checked the Internet Plugins in the Library, and the Adobe PDF Viewer Plugin was there, but I didn't see it in the Installed Plugins for Safari.
    In the "Installed Plug-ins" display it would be listed as "Adobe Acrobat Plug-in, Version 10.1.2". 
    I assume you remembered to relaunch Safari after you installed the plugin.

  • Installing AcrobatPro after removing Adobe Reader Safari displayed pdf urls only as a black page anymore

    After installing Acrobat Pro it installs in Library/Internet Plugin-ins/AdobePDFViewer.plugin version 11.0.03. Allthough after selecting a PDF-link it leads to a displays it not in Acrobat Pro, it diplays it as a black page in Safari. When I have a look in Acrobat Pro into the preferences/internet/webbrowser-option/PDF to show inBrowser with: isnt checked! And there is still listed/Application/Adobe Reader.app instead of /Applikation/Adobe Acrobat Pro!!
    There is no way to select this Applikation. Having a look at Lbrary/Preferences/com.adobe.acrobat.pdfviewer.plist listed:
    AdobePDFDriver file://localhost/Volumes/Sicherung%20laptop/Applications/Adobe/Adobe%20Acrobat% 209%20Pro/Adobe%20Acrobat%20Pro.app/
    ReaderInstallPath file://localhost/Applications/Adobe%20Reader.app/
    WebBrowserUsePath file://localhost/Applications/Adobe%20Reader.app/
    Has anyone changed the ReaderInstallPath file or WebBrowserUsePath file to the path of Acrobat Pro  and as a result a good diplay of PDF-urls in Arcobat Pro or Safari??
    Thankx, I hope my english isn´t to bad for a german apple-user!

    Thanks for the screenshot, Pat. I think the light bulb went off for me. I was looking over the tips for configuring Firefox at the link:
    http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html
    And I think what confused me the most was this screen shot for plug-ins for Firefox mentioned Acrobat.
    I had Acrobat installed myself, but most of our users do not use Acrobat, since it's not a free product. I uninstalled Adobe Acrobat, and the Adobe Acrobat plug-in was still there, so that forced me to realize that the plug-in that comes with Adobe Reader 11.0.3 is called "Adobe Acrobat".
    I went into Tools->Options->Applications and selected "Use Adobe Acrobat (in Firefox)", rather than "Use Adobe Reader (default)".
    This now allows me to not only view PDFs within a browser window in Firefox, but it also enables the save icon (which "Use Adobe Reader (default)" was not allowing me to do:
    It's a shame that the default setting is not for "in browser", because our customers may have to make a configuration change.
    There is no way to programmatically force a configuration change on a user's browser, is there?

  • Pdf display problem in Adobe Reader (NOT plugin)

    I looked around and found a lot of people having problems with the .pdf plugin inside Safari... that is NOT my problem... just to get it out of the way...
    I have .pdf files on my iMac, files in which I work, like forms. They are standalone and have nothing to do with the web.
    They have been created a while ago (couldn't say which version, but I'd say at least 5 years ago). Except, the problem isn't that the files are too old for the new versions... I am currently using those files without any problem with version 9 on my Macbook (Snow Leopard), while on the iMac (ML) I have the exact same problem no matter which version I try : version 9, version X or XI !!!
    What happens is this : I open a file (form-type) and I have pale blue covering every field except the one my cursor is in... and most of the fields are flashing... flashing between that blue and the usual color, and entries/nothing.
    Say a field is usually pink with a time in it, it will flash between blue and pink, and the time will appear and disappear, on and off... seemingly forever...
    I just checked a file I had which is mostly text (an e-book) but with a few note-fields... these were also blue... but nothing was flashing.
    It seems it's the "interactive" fields that are acting weird.
    Since the problem is the same no matter the Adobe Reader version and only on my Mountain Lion computer, it seems it has to do with Mac OSX 10.8 but is there a solution? Has anyone else encountered this?

    After so many hours of searching, I finally found both culprits!!!
    A) the blue: It was stupid of me, really... it was simply that the "highlight existing fields" was selected (right top corner, usually). Once I de-selected it, all the blue went away... but data continued to disappear except when a box was selected. See B...
    B) Do NOT, Never ever, use Preview to make changes in a .pdf file and then save the file... That was the problem!
    It must've happened a few times, for example it just did this morning, on my new laptop on which I hadn't set Adobe to be my default program for .pdf and the file opened in Preview... I didn't even notice...
    And after searching some more I found a few threads and all had in common that people had used Preview to make changes and save the file... seems that Preview corrupts the files!
    By the way, Eric, no, opening in Preview did NOT give the same results... but files I opened that had never been opened (or, at least, not tempered with) in Preview were all fine...
    Thanks for your help though!

  • Adobe Reader 9 plugin crash

    Windows 7 Home Premium
    Firefox 3
    IE 7
    Whenever I try to read a pdf using Adobe reader in a browser, it crashes and I get booted from the browser.  If I try to read the pdf outside of the browser using Reader, the same plugin error window pops up and the Reader crashes.
    I'm not entirely computer-savvy, so I don't know how to do a crash report, but if someone can tell me how, I will gladly provide one.
    I saw on another forum to do something with the dll's, but I'm unsure of the procedure by which to do this.
    The only way I've been able to read pdf's has been through "google documents" when I receive them via email.
    Could someone please help?  I need to view/print documents for a legal battle regarding my child and I'm not able to do this currently.
    Thank you!

    First - what version of Adobe Reader do you have?
    And now it gets a little bit complicated.  Adobe Reader can be a plugin to Internet Explorer, and it crashes when you try to open an online PDF document.  That is not unknown; it happens sometimes.
    But when you open the standalone Adobe Reader, it also crashes with a plugin error.  This time it must be a plugin to Adobe Reader, not Internet Explorer.
    Furthermore you write "the same plugin error window pops up" - so I can only assume that it is a Reader plugin that crashes, not the IE plugin.
    What I would try in your situation:
    open Control Panel | Add/Remove Programs, and uninstall Adobe Reader;
    open Windows Explorer and navigate to C:\Program Files\Adobe\Reader 9.0\Reader and delete all plugin... folders;
    reinstall Adobe Reader from http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.3.3/enu/AdbeRdr933_en_US.exe
    The path in the second line above could also be ...\Reader 8.0\... depending on your Reader version.

  • IRS forms Adobe Reader JavaScript plugin missing.

    I have tried several times to print and/or use the IRS Income Tax forms located at IRS.gov I get the form but my access to use it appears block or otherwise unavailable due to a missing Java plugin. I am here because the error message referred my to Adobe as a possible solution. Anyone else had this problem and/or where am I able to get a program or correction to let me use these forms.
    Buck

    This is where is gets confusing to me. I have about 3 versions of the Reader on the computer starting at about 6 to 8.0. I have tried to download and install 8.1.2 and I get the error message 1714 "Older version of Adobe Reader 8.1.2 can not be removed. Contact your tech support."
    This is a free version and has no tech support.

Maybe you are looking for

  • Any Bapi or FM to clear open customer and vendor items.

    Hi all, I am looking for a Bapi or function module to clear the open items of AR and AP ie Customer and vendor open items, (Transaction Code F-04 , Post with clearing). Thanks in Advance, Diwakar.

  • PLEASE HELP - M500 Projector Issue

    Hi I just inherited a M500 projector from my cousin who had to move away and I've been trying to get it to accept video signal from either composite video cable (yellow tip), S-Video or HDMI via different converter pieces for the DVI-I port. I haven'

  • LR6 Soften Skin adjustment brush issue

    Anyone having problems with the Soften Skin adjustment brush in LR6 for very backlit photos? Mine is showing as very dark since upgrading my catalogue from LR5 and I can't get it to blend in with the skin tones now. Thank you!

  • Firefox won't open, want to find bookmarks file and save it

    I have a laptop with Vista that is hopelessly crashed. Firefox will NOT open on this machine at all. Before the machine is wiped I would like to find the bookmarks file on the C: drive and save it, hopefully to restore it on my home desktop. Where do

  • DMC-L1 RAW high ISO and garbage strips on edge

    I'm seeing some weird RAW decoding issues on some of my DMC-L1 photos that are shot with a high ISO (800 and over). There is a strip of garbage on the right edge (and sometimes on the left). If I use Adobe's DNG converter I do not get the garbage str