Can't open or save PDF files from websites from Firefox 4.0

Upgraded to FF4 recently. Now when I click on a link to a PDF in a web site to open with PDF Viewer, get an error message saying PDF Viewer could not repair file. With Adobe Reader 9.4, I get a message saying There was an error opening this document. The file is damaged and could not be repaired. No problems opening PDFs from IE9. Is this a bug in FF4? Should I go back to FF3?

After going through your mail i have realised that I had to go through the same problem once as I could not open word file in MS word.As I am not quite an expert regarding computer related matter one of my friend advised me to seek help from supportonclick and as I did so it just took a moment to get rid off the problem. As you have tried a number solve the problem I suggest you to seek their support and I hope it will help you to get out of this hazards.All the best.

Similar Messages

  • I have just upgraded to OSX 10.6.8 and now I cannot open or save PDF files from the internet. I get a dialogue box saying the QuickTime plugin has failed. I have tried to download the latest plugin but this doesn't work. Can anyone help?

    I have just upgraded to OSX 10.6.8 and now I cannot open or save PDF files from the internet using either Safari or Firefox. I get a dialogue box saying the QuickTime plugin has failed. Can anyone help?

    Is this what you downloaded: iTunes 10.7?
    When the update fails what if any error report do you get, specifically? Please do this before trying again:
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • Adobe Reader X 10.1.1: Can't open or download PDF-file from bank

    Hello,
    I make internet banking and try to download a PDF-file from the HTTPS-page of my bank. If I click on the Java Script-link to the PDF-file the PDF-file does not open. I can also not download the PDF-file. I talked with the bank support and they told me that they had no such problem.
    Thank you for your help.

    I am getting the exact error trying to down load bank statements but when I go to 'uncheck' the "Do not save encrypted page to disk" box it is ALREADY unchecked.  Can't get my bank statements down loaded.  Any other suggestions.  Need help quick.

  • Have installed maverick and now can't open any new pdf files from internet. I can open old ones

    I have just installed Maverick. When I use Safari and try and open a Pdf file from a webpage I get a black screen and tells me to download Adobe. I have reinstalled adobe reader but still don't get anywhere. I can open any pdf files I have previously stored or have in downloads or in documents. Any one any ideas what i need to do?

    Back up all data before making any changes. Please take each of the following steps until the problem is resolved.
    Step 1
    If Adobe Reader or Acrobat is installed, and the problem is just that you can't print or save PDF's displayed in Safari, you may be able to do so by moving the cursor to the the bottom edge of the page, somewhere near the middle. A black toolbar should appear under the cursor. Click the printer or disk icon.
    Step 2
    There should be a setting in its preferences of the Adobe application such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected.
    Step 3
    If you get a message such as ""Adobe Reader blocked for this website," then from the Safari menu bar, select
              Safari ▹ Preferences... ▹ Security
    and check the box marked
              Allow Plug-ins
    Then click
              Manage Website Settings...
    and make any required changes to the security settings for the Adobe PDF plugin.
    Step 4
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard by pressing the key combination 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 into the text box that opens by pressing command-V, then press return.
    From the folder that opens, move to the Trash any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari.
    Step 5
    The "Silverlight" web plugin distributed by Microsoft can interfere with PDF display in Safari, so you may need to remove it, if it's present. The same goes for a plugin called "iGetter," and perhaps others—I don't have a complete list. Don't remove Silverlight if you use the "Netflix" video-streaming service.
    Step 6
    Do as in Step 4 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.

  • Can I open an encrypted pdf file from Dropbox with my iPhone, iPad, or iPad Mini?

    Mac OS 10.9.3 encrypts a pdf file using Acrobat XI, then sends it to Dropbox.  Mobile device retrieves encrypted file from Dropbox.  Then can mobile device user open (unencrypt) the pdf file?

    George, you wrote something that encouraged me to try to encrypt a PDF document again using the security icon on the menu bar of my old Acrobat 8 Professional. It worked this time (it wouldn't encrypt on my first try, and I wrongly assumed that it wasn't compatible with Maverick OS).  I dropped document into Dropbox, retrieved it with mobile devices; and when I tapped on the document, it simply asked for the password and opened perfectly. When moving to a different screen, then back to the secured PDF file, one must re-enter the password again (which is good).
    As far as what PDF viewer -- I don't know.  I have the Acrobat Reader APP on my devices, is that the reader the document is using??  I've never figured out which APPs are running at any particular time on these devices.
    Many, many thanks for your reply!!

  • I have a problen in opening or downloading pdf file from firefox browser.

    I am not able to view or download PDF files in firebox browser from varies site such as http://www.careerjunction.org.in .it simply shows black page and then blank.I check the add on list and it shows me Adobe firefox plugin.Pls help as every time i has to copy the PDF url from firefox to IE to download.

    Hi BalusC,
    thanks for your immediate response.
    as you correctly pointed out its not XLS but a csv file that works fine.
    I just tried my luck for XLS file, but as you said it does not work for XLS file as well. original file contained images which were lost
    after the download and garbage characters got inserted in.
    I will have a look at the code you have given link of.
    but for reading/writing I am using inputstream/outputstream but doing that through reader and writer.
    like this
    br = new BufferedReader(new InputStreamReader(new FileInputStream(
    fileName.toString()), charsetName));
    and for writing
    outputStream = new BufferedWriter(new OutputStreamWriter(
    response.getOutputStream(), charsetName));
    you mean to say I should not use reader writer?
    -Rohant

  • Can I save pdf files from a website to ipad2?

    Can I save pdf files from a website to ipad2?

    Tgara wrote:
    Johnathan Burger wrote:
    Yes.
    Hit the link for the PDF-you will be given option to open in safari or iBooks(or any other program able o open PDFs).
    That's not what she asked about.  She asked about saving PDFs, not just opening them and reading them.  While Safari lets you open PDF documents, it does not let you save them.  In order to save them, you'll need to use a web browser that permits downloading.  I use Atomic Web Browser and can confirm that it does permit downloading and saving of PDF documents.
    http://itunes.apple.com/us/app/atomic-web-browser/id347929410?mt=8
    When you open a pdf in iBooks, it's automatially saved there.

  • I'm using iphone 4S, and I can not open PDF file only from my husband email that using Mic outlook. It was very weird because I can received other email with pdf file from other people. can someone help.

    I'm using iphone 4S and ipad mini, and I can not open PDF file only from my husband email that using Mic outlook. It was very weird because I can received other email with pdf file from other people. Can someone help...
    Thanks in advance

    Hi Eidda,
    This may because the attachment is a winmail.dat file. I would recommend taking a look at the article below for more information. Note: the article is written for OS X mail, but does also apply to this situation.
    Mac OS X Mail: What is a winmail.dat attachment?
    http://support.apple.com/kb/HT2614
    -Griff W.

  • I can´t open pdf-files from firefox.

    When i try to open a pdf-file from firefox nothings happens.
    The problem started when i downloaded Firefox version 8.0.1.
    In safari it works.

    Your PDF reader plug-in is quite old. Make sure to update your plug-ins (Adobe Reader, Java, Flash, etc.)<br /><br />
    https://www.mozilla.org/en-US/plugincheck/
    The latest Adobe Reader plug-in for Mac Intel is 10.1.1 and you are using version 7.0.9

  • [CS3] can't open or save bmp file

    Help, i can't open or save bmp file in my CS3 extended. It is saying that is impossibile operate the request cause the file type is wrong.
    That's unbelievable !!!
    Even if i try to save a total new and blank work does not allow me save in bmp ( the option is even not shown !!)
    I guess some update has screwed up the configuration but i don't now who to solve it. i'm going MAD !!!!
    Thanks for your help, i'll appreciate it
    Andrea ( from Milan )

    I found the Solution. Please read the entire post.
    Same Problem, I can't save the image. I just made a new desktop wallpaper, and I go to Save As.. and it does not show ANY image formats.
    -I can choose to save as..
    --Photoshop
    --Cineon
    --D3D/DDS
    --Dicom
    --Large Document Format
    --Photoshop PDF
    --Photoshop Raw
    --PNG
    --TIFF
    That is all there is in the format drop down menu.
    Image is 1024x768, Locked background layer, 16 bit colour.
    I recently installed Xp Service pack 3, and as far as I know, I could save them before that.
    Any help would be greatly appreciated, so please reply to this or send me an email at ---(Email Addres Deleted)---
    *EDIT*
    Turns out that the image needs to be 8 Bits/Channel. To do this, select the image and follow these menu instructions..
    -Image
    --Mode
    ---Select 8 Bits/Channel

  • When in mode dev to develop my website, I can't open buttons and PDF files to check my changes or somebody else's changes. What is wrong ? (I updated  Adobe Reader)

    when in mode dev to develop my website, I can't open buttons and PDF files to check my changes or somebody else's changes. What is wrong ? (I already updated  Adobe Reader)

    Oh no... NOT THE 99-PAGER!!! Anything but THAT!!!

  • How can I open and print PDF files?

    How can I open and print PDF files?

    With the free Reader if they are not print protected. With Acrobat otherwise.

  • I can't open video and picures files from cammera

    i can't open video and pictures files from PowerShot SD 780 IS DIGITAL ELPH Cammera
    how can i open video and pictures files from my Cammera, i need help!!!!!
    == This happened ==
    Every time Firefox opened
    == Everytime

    If you want to drag and drop ( don;t know why you would do this), you will have to check manually manage music.
    Why not just sync?
    iPhone User Guide (For iOS 5.0 Software)

  • Hi all,how save PDF file from my computer to my IPad 3

    Hi all,how save PDF file from my computer to my IPad 3

    This file should help you:
    http://forums.adobe.com/docs/DOC-2532

  • Safari will not open or download pdf files from web?

    Safari will not open or downlaod pdf files from web? IS there a setting, or something else to do this?

    Open browser preferences
    ex Safari>Preferences>Extentions   and un-enable any ext that mabe interferring , ex divX
    or open Help> installed Plug-ins and remove Adobe Acrobat.
    if still a problem
    Quit Safari.
    In the Finder, select Go ▹ Go to Folder from the menu bar, copy the text on the line below into the box that opens, and press return:
    ~/Library/Preferences/com.apple.Safari.plist
    A Finder window will open with an item selected. Move the selected item to the Desktop, leaving the window open.
    Launch Safari and test. Its settings will have reverted to what they were they first time you launched it. If it works as expected, recreate the settings and delete the item you moved to the Desktop. Otherwise, quit Safari again and put the file you moved back where it was, overwriting the newer one created in its place.

Maybe you are looking for

  • Post Subcontracting Challan in back date

    Hi I want to make the 57F4 challan in back date. when i try this system accept back date, but when i take the print out of this, then i found that posting is being done on the current date. Can we make the entry in back date of the 57F4 challan. Than

  • Cinemagraph problems

    Hello. Since the moment i got my Lumia 820 (3 months ago), I was unable to install Cinemagraph (it was shown as an update from Store), but the installation always failed with Error 800xxxxx, yet it still showed as an app on my phone, just not install

  • Check Indicator Values

    Hi All, Could anyone explain the difference between the following different check indicators: Check with default "No" Check with default "Yes" Check with default to be set ("Yes" or "No") Thanks a lot in advance. Regards, Pradeep

  • How to decompile new class specification

    Hello: I tried to decompile some class files that I compiled with jdk1.6, however I got a problem, since it seems that class specification have changed. I tried jdec, jad, jode, cavaj, jreverse, jcavaj, and none of them has been updated to support th

  • Turn off Wi-Fi, get more battery life

    How big of an increase will there be in battery life on the touch if I have the Wi-Fi turned off? Prof.