Pdf downloads come in as filename.do.pdf

When I try to download a pdf it will display, which looks different then it used to. The web page shows a notification line that says This document may not be displayed correctly. Also the print and save pop up does not show anywhere.

Current Firefox versions have enabled a new build-in PDF Viewer that doesn't have all the features that other PDF readers like the Adobe Reader have.
You can change the action for Portable Document Format (PDF) from Preview in Firefox to use the Adobe Reader or set to Always Ask in "Firefox > Options > Applications".
You can set the pdfjs.disabled pref to true on the <b>about:config</b> page to disable the build-in PDF viewer.
See also:
*https://support.mozilla.org/kb/view-pdf-files-firefox-without-downloading-them

Similar Messages

  • Where to download com.ms.security.PolicyEngine package for Internet Explore

    Hi,
    Where can i download com.ms.security.PolicyEngine package for Internet Explorer
    I need this to execute my applet.pls give information abt netscape security for executing applet
    Thanks
    naveen

    A quick google revealed: [this page|http://java.sun.com/j2se/1.4.2/docs/guide/deployment/deployment-guide/upgrade-guide/article-05.html] that should help.

  • Unable to check for available downloads.  A duplicate filename was specified.

    I cannot access my downloads, or rather "download" them, because of the - Unable to check for available downloads.  A duplicate filename was specified. - keeps coming up.

    Did you resolve this issue?  I am having the same problem and CANNOT figure out what to do.  It is driving me crazy!

  • Why do my install downloads come in Dutch even though my language preference is English?

    Why do my install downloads come in Dutch even though my language preference is English?

    In good old Seattle WA -- and I have put in my preferences that I am in the USA so I don't think that is the problem.

  • How do i download  com.sap.portal.runtime.logon.par.bak

    I need to download com.sap.portal.runtime.logon.par.bak
    From what i understand, If you have the System administration privilege then you can download the par file from "System Administration"==>"Support"==>"Support Desk"==>"Portal Runtime"==>"Browse deployment"==>"ROOT"==>"WEB-INF"==>"deployment"==>"pcd"
    I was able to navigate this way. However, i cannot find this logon.par under this directory structure.
    In help.sap.com, i was told to Navigate to <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd .There you can find com.sap.portal.runtime.logon.par.bak.
    How is this different from the earlier navigation? I don't know how to do this?  How exactly do i navigate this way?

    Sandeep
      I am sure that in the follwoing path, u can find the
    com.sap.portal.runtime.logon.par.bak
    <b><J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd</b>
    MAke a copy of the PAR and u can Pull it into the NetStudio !!!!
    Thanks
    Kay

  • Não consigo fazer download com o DownloadHelper podem me ajudar obrigado.

    Não consigo fazer download com o DownloadHelper podem me ajudar obrigado.

    oi,
    Primeiro ver se os sites que você está tentando baixar a partir de são suportados - http://www.downloadhelper.net/sites.php
    Se eles estão nessa lista, em seguida, tentar pedir ajuda na http://www.downloadhelper.net/support-expert.php Download Helper site
    obrigado

  • Where can i download com.borland.jbcl.layout.*; ?

    Hi,
    Could someone tell me where can i download com.borland.jbcl.layout.*; package?.
    Its very urgent.
    Thanks.
    Vamsi

    I know this package is shipped with JBuilder, at least it was with version 4 and 6.
    if you emailed me at adrian at iceknife dot com i could send you a copy i have.
    HTH
    Adrian

  • Adobe PDF Download Custom Save as filename

    Hi,
    <p>
    Hopefully someone has seen this one before:  I have a pdf document that I am pooping up for the client in a new browser window with the following code. The document pops up beautifully however when the user selects the Save icon from the Adobe toolbar the default name of the document is
    unknown
    I am wondering if/how the default name can be set.
    <p>
    I assume the browser Adobe plug-in normally gets the document name from the URL but think the Dynpro  generated URL is unparsable for the filename and that is not really what I want the document name to be anyway:
    <p>
    <code>
    <pre>
    public void executeOpenPDFDocument( java.lang.String documentID, java.lang.String salesOrg )
        //@@begin executeOpenPDFDocument()
        // Make Call to Filenet To get Document Store Document in PDFResource
        try {
          // Get Document Content as byte [], create a WebDyn Resource in memory
          byte[] docContentBytes =
            _filenetWebSvc.getPDFDocument(documentID, salesOrg);
          IWDResource r =
            WDResourceFactory.createResource(
              docContentBytes,
              "InvoiceDocument",
              WDWebResourceType.PDF);
          // Turn memory resource into URL and open browser window to it.
          String url =
            WDWebResource
              .getWebResource(r.read(true), r.getResourceType())
              .getAbsoluteURL();
          wdComponentAPI.getMessageManager().reportSuccess("AdobeURL:" + url);   
          IWDWindow window =
            wdComponentAPI.getWindowManager().createNonModalExternalWindow(
              url,
              "Invoice");
          window.setTitle(documentID);   
          window.removeWindowFeature(WDWindowFeature.ADDRESS_BAR);
          window.removeWindowFeature(WDWindowFeature.MENU_BAR);
          window.removeWindowFeature(WDWindowFeature.TOOL_BAR);
          window.removeWindowFeature(WDWindowFeature.STATUS_BAR);
          window.setWindowSize(800, 1000);
          window.show();
        } catch (Exception e) {
          String m =
            "ExtInvoicesCompCtrlr.openPDFDoc() Exception: "
              + e.getClass().getName()
              + " "
              + e.getLocalizedMessage();
          wdComponentAPI.getMessageManager().reportException(m, false);
        //@@end
    </pre> 
    <code>
    </pre>
    <p>
    Below is an example of a generated URL from the code above which opens a pdf document in a seperate browser window.
    <p>
    http://gd5wv61:50000/webdynpro/dispatcher/chep.com/custsummaccountactivity_ext/ExternalAccountInvoicesApp/wd_key67_1271347555972/unknown.pdf?sap-wd-download=1&sap-wd-cltwndid=WID1271347521220&sap-ext-sid=asXmMgTpBzPyLVAZdIwX7AML_Jg21fp6dkTN499z2jVQ%2Fpcd%3Aportal_content%2Fcom.chep.CHEPApps%2Fcom.chep.Roles%2Fcom.chep.ChepApplications%2Fcom.chep.Workset%2Fchep.com%2Fcustsumm%7Eaccountactivity_ext%2FExternalAccountInvoicesApp%2Fbase&;sap-wd-norefresh=X&sap-ep-version=7.00.200802160835
    <p>
    Thx,
    <p>
    Alex
    Edited by: Steven Toth on Apr 15, 2010 12:50 PM
    Edited by: Steven Toth on Apr 15, 2010 12:53 PM
    Edited by: Steven Toth on Apr 15, 2010 1:07 PM
    Edited by: Steven Toth on Apr 15, 2010 1:12 PM
    Edited by: Steven Toth on Apr 15, 2010 1:19 PM

    The "Save to Web Receipts" bug existed for a long time - here's a MacOSXHints article offering a workaround in 2007.  Here's another reference to it in 2009.  Your contention that:
    Prior to Mountain Lion, pervious [sic] versions were never over-written.
    is, I'm afraid, wrong.
    Apple fixed (worked around) that bug by using a .pdfworkflow, as I indicated.  As I also indicated, this file can't be opened with Automator (or I just don't know how, which is no great surprise ).  But it's the answer to your problems.
    You can either wait for Apple to fix what is, admittedly, a huge bug in their PDF Services feature, or you can find a way of implementing the same fix they did for your own folders.
    I should be doing the same, as I use PDF Services regularly, but I'm too lazy and have had too little success with Automator in general to give it a shot.  You may have more success than I did.
    Good luck

  • IRR Downloads - Unable to specify filename extension

    In a standard report when you enable the csv download option you can specify a filename and extension and the system does not append a .csv extension to it.
    In the interactive report the system automatically appends a .csv extension to what ever the filename is specified. For example if you specify FILE1.TXT the system automatically appends a .csv to the filename so when you receive it on your pc it it FILE1.TXT[1].csv.
    Can either the system be consistant or allow other types to be specified on the download other (ie .TXT, or .TAB, etc)

    If all else fails, you might try downloading the (free) unarchiver for Mac.  The program knows how to handle complicated ZIP files.  (Apple native software can handle standard ZIP files well.)  Here is a review of the product and a link to the download:
    http://download.cnet.com/The-Unarchiver/3000-2250_4-10655313.html
    I have no financial interest in either the product or CNET.  I have used the unarchiver and am satisfied with its results.

  • Download file with cyrilic filename in Internet Explorer 8

    I have a problem when trying to download a file which name contains cyrillic symbols. I store the file in the database. I created a procedure, that I call using a link from my report to download the file. There aren't any problems when the filename contains only latin symbols, but when it contains cyrillic symbols Internet Explorer doesn't show the name properly in the dialog box for saving the file. The procedure I use looks like this:
    PROCEDURE download_blob( p_file_name varchar2
    , p_mime_type varchar2
    , p_blob in out blob
    , p_blob_length number
    , p_app_id number )
    is
    begin
    apex_application.g_flow_id := p_app_id;
    -- set up HTTP header
    -- use an NVL around the mime type and
    -- if it is a null set it to application/octect
    -- application/octect may launch a download window from windows
    owa_util.mime_header( nvl(p_mime_type, 'application/octet'), FALSE );
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || p_blob_length);
    -- the filename will be used by the browser if the users does a save as
    htp.p('Content-Disposition: attachment; filename="' || p_file_name || '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( p_blob );
    end;
    I call this procedure from a link in a report. Any ideas how can I fix this problem?
    The character set in the database is AL32UTF8 and the parameter PlsqlNLSLanguage in the dads.conf is set to AMERICAN_AMERICA.AL32UTF8.
    Thanks, Mimi
    Edited by: user4810045 on 2009-10-1 7:54

    I have same problem. Firefox works fine.

  • Dumb newbie question - where do I download com.sun.web.me.*?

    Hi,
    I am new to j2me programming & have just started developing apps for mobile phones. So far so good, I have Netbeans 5.5.1 with the mobility pack and have created a couple of Midlets already. To braoden my knowledge, I have downloaded a coupe of samples from https://meapplicationdevelopers.dev.java.net/ but when I try and build them, I get errors regarding the import of classes com.sun.me.web.*
    Where/how can I download & install these libraries for use in Netbeans 5.5.1?
    Many thanks
    Chris

    Thanks for the response,
    I have serached my computer for anything that looks like it might contain the required libraries, but top no avail
    My code has the following lines which the compiler objects to:
    import com.sun.me.web.path.Result;
    import com.sun.me.web.path.ResultException;
    import com.sun.me.web.request.Arg;
    import com.sun.me.web.request.ProgressInputStream;
    import com.sun.me.web.request.ProgressListener;
    import com.sun.me.web.request.Request;
    import com.sun.me.web.request.RequestListener;
    import com.sun.me.web.request.Response;
    so any help on where I might find them would be appreciated

  • Download com.sap.ip.bi.rig.DocumentContent & com.sap.ip.bi.rig.ColumnWidth

    Hi,
    we try to implement a example from SAP as described in the help here:
    [http://help.sap.com/saphelp_nw2004s/helpdata/de/44/b26a3b74a4fc31e10000000a114084/frameset.htm|http://help.sap.com]
    We are looking for the missing Java par Files com.sap.ip.bi.rig.DocumentContent and
    com.sap.ip.bi.rig.ColumnWidth.
    Can we download this anywhere or can anyone pls provide the sourcecode?
    Thank you in advance and kind regards,
    AL

    This should be available standard from SPS 14 latest patches.

  • Link to download com.atinav.BCC

    I am working on an application for transfering data from pc to mobile using bluetooth in J2SE. For that I need to import com.atinav.BCC.
    Can anybody tell me where to download this jar file.

    Hi,
    Please send me the package? I get this error accessing the Atinav's page:
    "Active Server Pages error 'ASP 0126'
    Include file not found
    /avelink/products/developer_kits/developer_kits.asp, line 10
    The include file '/header.inc' was not found. "
    Please help me out?
    Mailto: [email protected]
    Thx

  • Need to download com.sap.portal.runtime.logon.par

    hello friends
    we need to chang the look and feel of the portal display pages and for that purpose we need com.sap.portal.runtime.logon.par file
    can you all help us as to where we can find this par file so that we can download this file.
    we have still not installed the portal platform,we'll be doing that in the following week.
    Thnaking you,
    Anurag.

    Hi Anurag,
    This post will explain the steps involved for each element.
    No.      Portal Login page related questions
    1.      What is the associated par file for portal login Page ?
    2.      How to import the PAR file into Netweaver Developer Studio?
    3.      What are the different pages and their associated files in logon.par?
    4.      How to change text seen in the logon page ?  
    5.      What is authschemes.xml file? Do we need to change this file also ?
    6.      How to remove standard links like support, Register ...?
    7.      How to change or add new images ?
    8.      How to change only the branding image displayed in the logon screen of the Portal ?
    1. What is the associated par file for portal login Page?
    Answer : The par file related to login page of Netweaver Portal is com.sap.portal.runtime.logon.par. This is the standard
    logon component containing the code and resources used by the logon screens is shipped in a portal archive (PAR) file named com.sap.portal.runtime.logon.par.
    2. How to import the PAR file into Netweaver Developer Studio?
    Answer :   - Select File>Import .
    - Choose the option PAR file. Select Next and a popup window appears.
    - Select File>Import .
    - Choose the option PAR file. Select Next and a popup window appears.
    - In the window you have 3 text fields:
    The location of the par file,
    Project name (same as new par file name, preferably) and
    location for project to be saved
    3. What are the different pages and their associated files in logon.par?
    Answer :
    Logon page : umLogonPage.jsp
    Problem page : umLogonProblemPage.jsp
    Help (PW reset) page  : umHelpPage.jsp
    Reset Password : umResetPasswordPage.jsp
    Change Password Page: changePasswordPage.jsp
    Certificate Logon : umLogonCertPage.jsp
    4. How to change text seen in the logon page ?  
    The text seen on the logon page is not in the JSP page, but in properties files which are called by tags like the
    Welcome text : <%=logonLocale.get("xtit_WELCOME")%>
    In order to change "Welcome" to "Welcome to MyTravel" you have to :
               - Unzip the file umelogonbase.jar which you can find under dist\PORTAL-INF\lib
               - Find the file "logonLabels_" which contains your language;
                                           e.g. logonLabels_de.properties for german language,  *_en for English etc.,
    The default is in the file logonLabels.properties .
    - Find the key which is used in the tag and change the text after the equal sign.
    - Save the changed file and create a updated JAR file using a zip program. The file needs to be named exactly umelogonbase.jar
    - Put the JAR file back to location - dist\PORTAL-INF\lib
    You are done on this now.
    5. What is authschemes.xml file ? Do we need to change this file also ?
    Changing the Authschemes.xml file is required only if you want to change com.sap.portal.runtime.logon.par.bak file and point it to different par file. This is more for anonymous logon with named anonymous users and using anonymous as the authentication scheme. The anonymous users are not issued a SAP logon ticket.
    6. How to remove standard links like support, Register ...?
    The standard links are controlled with the UM settings
           - ume.logon.logon_help
    - ume.logon.selfreg
    You could also just comment out the lines if you want to hide.
    7. How to change or add new images ?
    To exchange the two images, which are by default on the logon page, do the following steps:
                          a. Copy the image(s) you want to use in your project in the the folder dist/layout
                          b. Find the < img src=""   > you want to work on in the umBotArea.txt
    Change the src attribute in the img tag to src="<%=webpath + "layout/myPic.gif" %>". The webpath is already defined in the file logon_proxy.txt and ready to use. In the Netweaver portal 6.0 SP9 and higher you have 2 images on the right side.
    8. How to change only the branding image displayed in the logon screen of the Portal ?
    If you want to change only the branding image displayed in the logon screen, you can configure this using the user management property ume.logon.branding_image
    Hope this helps the community in the launch of this ver 1.0, future versions could contain more changes and updations covering all other aspects of Netweaver Portal

  • How to download com.sap.portal.navigation.contentarea par file

    I am trying to download the com.sap.portal.navigation.contentarea par file so that I can modify it and upload it with a new name.  I found the file in the Support Desk of the portal, and I downloaded it just fine.  However, when I download it it was in the form of com.sap.portal.support.browse.zip.  I tried to extract the files from there, and I came up with com.sap.portal.support.browse.
    How can I get this in the form of a par file to import into NWDS?  I have imported par files into NWDS before, but I nothing I am trying is working, because I can't get it into the .par or .par.bak formats.
    Thanks,
    Owen

    OK done...
    I am doing it and explaining you step by step same time...
    1. logged in to portal -> system administration -> support -> ROOT/WEB-INF/deployment/pcd
    2. clicked download link beside com.sap.portal.navigation.contentarea.par.bak file.
    3. downloaded/saved to my desktop
    4. Now I have file com.sap.portal.support.browse.default on my local machine.
    5. Right click on this . default file and select Add to "com.sap.portal.support.browse.default.rar" --- this is the important step...*
    6. Now you have com.sap.portal.support.browse RAR / ZIP file (no extension will be added, you can check it by file format).
    7. Keep on double clicking on rar file till you see .bak file.
    8. Once you are at / you see com.sap.portal.navigation.contentarea.par.bak then right click on this file and select "Exctract to specified folder" ...
    9. Change the path to where you want to store .bak.
    10. rename it to .par by removing .bak.
    That is it... its all yours to modify/customize...
    Hope this is clear to you.... let me know If you see anymore issues.
    As you asked for... I have done it in my system and writing it to you....
    -PradeeP

Maybe you are looking for

  • Search in Mail doesn't find simple words in message subject - why?

    I've not found Mail's search tool to be very useful. Searching for "Itinerary" does NOT find my flight itineraries in the Gmail mailbox. However putting a space in front of the word, as in " Itinerary" will find the messages I'm looking for. It is ni

  • Anyone having printer problems with adobe cs5 and mountain lion

    I can print one copy in adobe cs5 but if I hit the print button it shuts down the program.  Anyone having this problem besides me?

  • 5.0.2 and GTX 480 / 470

    Probably one for Adobe: The 5.0.2 update adds support for the GTX470 but not the GTX480 - I was a bit surprised that the 480 was missing as it seems to have a very similar architecture to the 470 but faster and more cores etc. Can anyone shed some li

  • Item price on PO form

    Does anyone know how I can display an item price on the PO form instead of the default 1. I updated the item price but when you create a PO the price still defaults to 1 Thanks Roald

  • Pictures for home and lock screen...

    How do you downscale a picture to use as a background on home screen? However hard I try it doesnt get down to the size as shown in my photos...