PDF download worked in FFox3 but not in 4. Do I have to wait for a new plug in for PDF files?

I was downloading monthly statements from mutual fund firms. Firefox 4.0 worked fine with the T Rowe Price web site (they must not do anything tricky), but does not work with Fidelity. Firefox doesn't seem to recognize that what Fidelity is offering is really a PDF file. I tested the same action with my same computer and Safari as the browser which worked fine, and I tested the same action with my same computer and Firefox 3.6.16 and it, too, worked fine. Your help screen for PDF files suggest I download "Firefox PDF plugin extension" but when I get there, it says a version for FFox 4 is not available. I probably have that added to my 3.6.16 version and that's why it works there. So I guess I just have to use a different browser until that plugin is available. But it is another puzzle why TRowePrice makes it work with 4.0 and Fidelity doesn't.
Do you have a better suggestion than "just wait" ?

I have never herd of Verizon adding an additional account especially since new account required both a credit check and your signature. Anyway this is a customer to customer forum so I'm not sure how you expect other customers to help you.

Similar Messages

  • Interactive PDF–buttons working in preview but not in PDF

    I have a series of buttons that reveal hidden graphics. One of those hidden graphics is a background layer, in a separate layer, that should appear when a button is clicked. It is showing up, but in front of all other content, even though the layer is in the background. I have nothing else on the background layer. Also, the preview in InDesign shows this working properly, it's the exported Interactive PDF that is having problems. Any suggstions?

    Show/hide buttons can let you show and hide graphics which have been themselves turned into buttons. But in InDesign, they cannot control the visibility of layers. I think that's because of the way buttons are handled in the PDF file. I think the buttons themselves are seen as a separate layer above the "content" of the PDF.
    You can change layer visiblity with buttons but not in InDesign. You have to do it in Acrobat.
    Create your layers in InDesign. Export as a PDF but in the Export Adobe PDF dialog box, you must select Acrobat 6 compatibility and check Create Acrobat Layers. This takes InDesign layers and makes them PDF layers which you can work with in Acrobat.
    You can either create the buttons in InDesign or in Acrobat, but controlling layer visibility isn't an available action in InDesign. So you'll need to change their action WITHIN ACROBAT.
    In Acrobat, you can choose View > Navigation Panels > Layers. You can turn the eyes on and off to control visibility like in InDesign. Then set the layer visibility the way you want the first button to set and set the action for the first button to be Set Layer Visibility. When you click Add. It sets the visibility to the current state. Repeat the process for the second button.
    In InDesign CS5, to export buttons you'll need to choose File > Export > Adobe PDF (Interactive). Check Acrobat Layers.

  • File download works in Firefox but not IE

    Hi All,
    I have the code below,
    fds = new FileDataSource(fileName);
    response.setContentType("text/html;charset=UNICODE");
    response.setHeader("Cache-Control","public");
    response.setHeader("Content-Disposition", "attachment; filename=\"" + fds.getName() + "\"");
    is = fds.getInputStream();
    in firefox its asking the path where to download the csv format file.
    But in IE one pop-up is opened and it says "To help protect your security, Internet Explorer blocked this site from downloading files to your computer. Click here for options.." after clicking the download options its not downloading...
    Any inputs highly appreciate..
    Thanks

    Majeed.H wrote:
    Hi,
    even I changed the content type to csv also its not working
    below is my code.
    response.setContentType("application/csv;charset=UNICODE");
    //response.setHeader("Pragma","public");
    response.setHeader("Cache-Control","public");
    response.setHeader("Cache-Control", "must-revalidate");
    response.setHeader("Content-Disposition", "attachment; filename=\"" + fds.getName() + "\"");I'm having trouble understanding where you are at this point.
    Can you get the file to download in IE under any circumstances? If not, are you sure it's not the browser's security settings stopping you? Have you tried explicitly allowing downloads from your site in the client browser? What exactly happens when you try to download in IE?

  • Downloads work on LAN, but not WAN

    File uploads and downloads work fine on the local network, but from outside the company files can be uploaded but not downloaded. This would seem like a firewall isssue, but to argue it I need to know what protocol and ports are being used.
    A complication is that the System Admin didn't want to set up another server for access to the outside, so he used an exitsting server that was already set up. He put Apache proxy on that server and pointed it to the database server. It works alright locally so should work from outside too, but if someone kowns of configuration issues I would be grateful to hear about it.
    Any help would be greatly appreciated.
    Vern Shellman

    Luis,
    The error is just "Network Timeout -- server taking too long", etc. It takes no more than 10 seconds locally for the download window to appear, so I doubt if the minute or so it takes to timeout on the outside is due to slow response of the server. I've hit the "Try Again" button on the timeout page repeatedly and that hasn't helped. So you think it's all port 80, huh? Since everything works on the local network I'm inclined to think it has to be firewall issue. I guess I'll be talking to the firewall guys next. Thanks for the insight. I appreciate the response.
    Vern

  • Batch PDF script works in ID4 but not in ID5.5

    this script worked flawlessly in ID4, but doesn't work in 5.5....It's a script that converts all open indd files to pdf.
    This is the error...
    AppleScript Error!
    Error Number: -2741
    Error String: Expected "," but found application constant or consideration.
    Engine: Default
    File: Users/AM/Library/Preferences/Adobe Indesign/Version 7.5/en_US/Scripts/Scripts Panel/PDFer.applescript
    Anyone know what's wrong with the script?
    This is the script:
    property convertSpotToProcess : false
    my main()
    on main()
      tell application "Adobe InDesign CS5.5"
      set alleExportFormater to name of every PDF export preset
      set alleDok to name of every document
      tell document 1
      set valgtExportFormat to (choose from list alleExportFormater with prompt "Choose PDF Setting")
      if valgtExportFormat = false then error number -128
      set targetmappe to my velgmappe()
      end tell -- doknavn
      set valgtExportFormat to PDF export preset (valgtExportFormat as text)
      repeat with ggg in alleDok
      set doknavn to ggg as text
      tell PDF export preferences
      set page range to all pages
      end tell
      set filnavn to doknavn
      if filnavn ends with ".indd" then set filnavn to text 1 thru -6 of filnavn
      set filnavn to filnavn & ".pdf"
      tell document doknavn
      if convertSpotToProcess then set convert to process of (every ink whose is process ink is false) to true
      set targetfil to (targetmappe & filnavn) as string
      with timeout of 40 * 60 seconds
      export format PDF type to targetfil using valgtExportFormat without showing options
      end timeout
      delay 1
      end tell
      end repeat
      say "Your PDFs are ready. "
      end tell
    end main
    on velgmappe()
      try
      tell me to activate
      end try
      return (choose folder with prompt "Choose Folder")
    end velgmappe

    Hi,
    Use the ready made script was developed by Peter.  It's one of the good resources, find in the following links.
    http://www.kahrel.plus.com/indesign/batch_convert_cs3.html

  • Help? PDF link works in FF but not IE???

    Hi....help please - www.webdesignalgarve.com/qdr2       if you click on the link below the page menu saying ' click here to view full project in pdf format' it doesnt work in ie but in FF no problem......can someone tell me whats up please?
    Thanks

    Unfortunately, you cannot rely on this always working.  I, for example, have all .pdf files open outside the browser, so no matter how you have your site set up, it will never open within the browser window.
    I would suggest just linking to the file directly.  If the user has the pdf plugin for their browser, the pdf will open in their browser.  Otherwise, it'll open in their pdf client as normal.
    Hope this helps.

  • Realplayer video downloader works in IE but not Firefox how can I fix this?

    My Realplayer video download function does not work in Firefox although it did several upgrades ago. It works fine in IE but the blue "record this video" does not appear in Firefox. I've searched all over the web for the "fixes" but none of them seem to work.

    hello rmctoledo, sorry we cannot provide support for third-party extensions or plugins here. you may have to use the support channels provided by real to search for a solution or report the problem to them. thank you for your understanding!

  • Blocking downloads to hard drive, but not flash drives

    Blocking downloads to hard drive, but not flash drives
    A nonprofit has asked me to configure new Windows 7 computers so that all content is BLOCKED from the hard drive, but any downloads may be downloaded to the individual's flash drive.
    The nonprofit allows individuals to play games, check e-mails, but we have a problem with them trying to upgrade Firefox, Google, etc.
    They want all configuration to the DEFAULT STATUS after a person log off the computer....no upgrades to any programs!
    I will occasionally upgrade programs once a month or so, as the volunteer administrator.
    They have changed the controls from Windows ME and XP, when I was a computer programmer and installer (I also worked during Windows 3.11, 95 and 98/98 SE versions as well)...
    Anyone help me, please?

    1. You can change security with cacls function. However if you do it in wrong way, you can cut the branch you are sitting on:
    http://technet.microsoft.com/en-us/library/bb490872.aspx
    2. If you are working in Active Directory, consider Group Policy
    3. Consider third pty software for granular access control (DeviceLock,...)
    4. There is nearly nothing that you can transfer from previous technologies. (Even nice
    steady state in Windows XP has no continuation. Consider
    kiosk mode in Windows 8.1)
    M.

  • BAPI works in test but not in production

    3rd party software uses BAPI to input data into SAP. This works in test but not in production. We have checked that user 3rd party software uses have same rights in both systems. BAPI is standard SAP BAPI. We can connect to production with SM59.
    Is there anything in SAP that could cause this?

    No. Better you check with the PATCH Levels.. etc to know is there any changes in the BAPI (BASIS people can help you) > Otherwise go to SYSTEM in the MENUBAR> STATUS--> Compare the Status there
    After that check the data once...
    Reward if helpful...

  • HT201210 trying to download an instal ios 7 on my iphone 4s, after half an hour into the download it came up with a message saying failed and everytime i try again the download doesnt start. tried downloading from itunes aswel but not working. anyone know

    trying to download an instal ios 7 on my iphone 4s, after half an hour into the download it came up with a message saying failed and everytime i try again the download doesnt start. tried downloading from itunes aswel but not working. anyone know why?

    The servers are overloaded. There are a hundred million people all trying to download iOS 7 at one time. Try again later

  • After uninstalling and downloading the latest Abobe Flash player, I can no lnger play youtube videos. I get the message "blocked plug-in". It works in Firefox, but not Safari.

    After uninstalling and downloading the latest Abobe Flash player, I can no lnger play youtube videos. I get the message "blocked plug-in". It works in Firefox, but not Safari?

    Frostbitblue,
    in Safari’s Preferences, select its Security tab, and make sure that its “Internet plug-ins: Allow Plug-ins” checkbox is checked.

  • PC crashed. CD-Rom not working. Downloaded CS5 Web Premium but not able to install. Please Help. Help.

    PC crashed. CD-Rom not working. Downloaded CS5 Web Premium but not able to install. Please Help. Help.

    I had problem with my CD-rom, it not able to open. On top of that recently my PC crashed.
    I managed to install other software, but not able to install CS5 Web Premium.
    Ive downloaded the electronic version via Adobe Downloads, but not able install it.

  • There were some updates on my Apps.  I updated them on my iTunes but my iPad did not get the same downloads/updates thru iCloud.  Does the iCloud only works for "New" Apps or Books downloaded from the store but not the "Updates"?

    There were some updates on my Apps.  I updated them on my iTunes but my iPad did not get the same downloads/updates thru iCloud.  Does the iCloud only works for "New" Apps or Books downloaded from the store but not the "Updates"?

    Purchased music does not count against your iCloud storage and you cannot get rid of them in the purchased tab.
    What is backed up
    You get unlimited free storage for:
    Purchased music, movies, TV shows, apps, and books
    Notes: Backup of purchased music is not available in all countries. Backups of purchased movies and TV shows are U.S. only. Previous purchases may not be restored if they are no longer in the iTunes Store, App Store, or iBookstore.
    Some previously purchased movies may not be available in iTunes in the Cloud. These movies will indicate that they are not available in iTunes in the Cloud on their product details page in the iTunes Store. Previous purchases may be unavailable if they have been refunded or are no longer available in the iTunes Store, App Store, or iBookstore.
    Look here for help on managing iCloud storage.
    http://support.apple.com/kb/HT4847

  • IPod touch 4 gives message "Cannot Download" "there is not enough available storage to download...You can manage your storage in settings." when trying to update or install one but not all apps. I have more storage than the app takes. Can u help?

    iPod touch 4 gives message "Cannot Download" "there is not enough available storage to download...You can manage your storage in settings." when trying to update or install one of the apps, but not other apps.  I have more space available than needed for the app.  What do I need to do to fix this problem?  Do I need to completely reset this device as new and, if so, how should I do that? 

    You need to delete some item (apps, music, photos etc) from the iPod,.However, sometime files get corrupt. To determine that connect the iPod to your computer and click on the iPod under Devices in iTunes. How much storage is used by the "other" category. If over 1 1/2 GB that indicates corrupted files.
    To get the "other" down to normal value you need to restore your iPod usually restoring from backup works but sometimes restoring to factory settings.new iPod is required./

  • How can I change the default pdf reader from the installed (but not yet registered) Adobe Acrobat 9 Pro to Adobe Reader XI?

    How can I change the default pdf reader from the installed (but not yet registered) Adobe Acrobat 9 Pro to Adobe Reader XI? I'm having some hiccups getting Adobe to register the software, but since I set it as the default .pdf reader during setup, things try (and fail) to open in the as yet unregistered software. How can I change it temporariiy to the Acrobat Reader XI that I have installed?

    Anubha,
    It worked! Thank you so much.
    I'd opened file with the 'Open with' feature then clicking Adobe Reader,
    but that didn't do it. When I used 'Open with', then 'Choose default
    program...', it worked like a charm.
    Again, thank you!
    Jonathan
    On Wed, Mar 18, 2015 at 10:16 PM, Anubha Goel <[email protected]>

Maybe you are looking for

  • With my new version of numbers it is not possible to print the celnumbers. That is difficult for my bookkeeping.

    with my new version of numbers it is not possible to print the celnumbers. That is difficult for my bookkeeping. How to solve this problem?

  • Using fault-policies with mediator and db Adapter doesn't work

    Please help! I'm stuck on this for 2 days.... Hi Friends. In my project I am trying to give some treatment to an exception from a db adapter running a pl/sql procedure. I am forcing a raise_application_error in the procedure in order to treat the exc

  • Report Not Run

    Greetings all, I got the error while i run the SCCM report today, An error has occurred during report processing. (rsProcessingAborted) Cannot impersonate user for data source 'DataSource1'. (rsErrorImpersonatingUser) Log on failed. Ensure the user n

  • Streaming videos and password prompt problem...

    Hi there, So I have been trying to watch the latest Apple keynote stream from the Quicktime page but every time I try to watch it, it asks me for my University library username and password. Why is it asking me for this stuff? I havent entered the in

  • Solaris 10, 6/06 documentation

    Found a what's new at: http://docs.sun.com/app/docs/doc/817-0547 but nothing else. Does anyone know if Sun is going to post new PDF's for the new version or are we stuck with the "beta" PDF's from FCS? thanks, alan All computer problems occur between