Weird Pdf Download in Browser

Hi
i have few problems when downloading pdf to the browser in java
and this only happen when i set Content-disposition" = "inline"
in my jsp page i have two function
1. click here where will popup another window and will just render the pdf on the new window
2. submit where it will render the pdf on current window
render pdf on the current window works okay and no problem
but there are two problem for click here where it suppose to popup new window
1. the new window did pop up but show blank page even though writing to the response has been completed
2. for adobe reader 6.0 or older it will popup xxxx.FDF and show it corrupted?
Both are happening on adobe reader 6.0
*but if i use adobe reader 8.0/7.0 no PROBLEM at all*
could it be adobe bug for older version?
what could be the problem ??
Below are my code
{code}
public class DownloadAction {
public static void downloadFile(HttpServletResponse response)throws Exception {
System.out.println("Start Download");
File file = new File("D:/WebServicesPerformance.pdf");
BufferedInputStream input = new BufferedInputStream(new FileInputStream(file));
int contentLength = input.available();
response.reset();
response.setContentLength(contentLength);
//response.setContentType("application/pdf");
response.setHeader("Content-type","application/pdf");
response.setHeader("Content-disposition", "inline; filename=\"file.pdf\"");
BufferedOutputStream output = new BufferedOutputStream(response.getOutputStream());
while (contentLength-- > 0) {
output.write(input.read());
output.flush();
if(input!=null){
input.close();
}{code}
Jsp page for new window
{code}<%@page import="com.*"%>
<%
try{
DownloadAction.downloadFile(response);
System.out.println("FINISH");
}catch(Exception e){
System.out.println("EXCEPTION ");
%>{code}
i can see the word FINISH being printed out in the log
main jsp
{code}
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script language="javascript">
function openWindow()
var win= window.open("http://localhost:8084/WebApplication2/index11.jsp",'testr','width=720,height=600');
win.focus();
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<h2>Hello World!</h2>
<form name="form1" action="/WebApplication2/TestController" method="post">
<a href="javascript:openWindow()"> Click Here </a>
<input type="hidden" name="file" value="hi"/>
<br>
<input
type="submit"
name ="mybutton"
value="Submit"/>
</form>
</body>
</html>{code}

anyone hit this problem before?

Similar Messages

  • Cannot view pdf files in browser

    brand new imac cannot view PDF files in browser but the PDF's can be viewed if downloaded. All the data in the PDF online have question marks instead, maybe a missing font issue?

    Have Adobe Reader installed? If so, disable the AdobePDFViewer.plugin resident in /Library/Internet Plug-Ins., restart, and try again. For font-associated issues, peruse Font Management in OS X

  • Problems displaying PDF files in browser - Help requested

    The scenario is that I visit a website that has information available via a link that normally would open a PDF document in a browser window.  The sort of document, that once open, if I clicked 'File-save as' in the browser would immediately save as a PDF file.  In the current situation I click on the link and all I get that opens is a screen full of random characters from top to bottom.  I have tried right click 'file save as' on the link that would open the PDF in the browser, but all it wants to save is a .PNG file, i.e. http://echa.europa.eu/echa-styled-theme/images/doc_lang/en.png - which is what I get from right click 'properties' on that link which should open the PDF in the brawser - normally I would see a .PDF file described. I therefore can't even download the file to open as a PDF direct from a stored location on my own PC - all it seems to see is the graphics format - this probably why when the browser goes to open the PDF file I get the random characters, i.e. the application is doing its best to translate what it does see.  I would be grateful for some advice.  Pertinant information follows:
    1.  It happens across more websites than just one example that I've quoted.
    2.  It happens on my desktop only - I don't have the problem on 4 other portable computers, including ones running the same O/S
    3.  Desktop is running Windows Home Pro, all updates executed, running the latest version of Acrobat reader with all updates executed - I tried yet another uninstall, reboot, new download, reinstall, reboot etc. yesterday.  Desktop is HP Pavillion with 12GB RAM
    4.  I get the random character display when running IE9 on the desktop, I have also replicated the problem with other versions of IE installed instead.  If I try using Chrome as a browser it goes away and tries and just fails to open the link entirely and reverts to the original page.
    5.  I've already checked online for similar problems and can confirm that all the Adobe plugins are installed per what seems standard advice I have also checked the internet settings in Adobe Acrobat preferences and all seems fine.
    6.  Thing like the browsers and Adobe arobat are running as per their standard set-ups with nothing else done to these.
    7.  Any other PDF files stored on the hard drive of the desktop open in Acrobat reader without problems
    8.  Acrobat reader version is 11.0.06.70
    Any assistance to open the PDF files in the browser and get it working particularly with IE would be great, I am quite IT literate and can try most things.  Many thanks

    Moderator
    I have no idea how to edit the above message, but apparently it has been rejected.  I cannot understand why, I am a regular contributor in many forums and have never suffered the indignity of having had a message rejected before.  The message contains an excellent example of the problems I am having in the following link Vacancies
    How on earth can I demonstrate the problems I am having without being to post an example - that example has both sorts of links on one page, ones I can open and ones I can't - if anyone with technical knowledge is trying to help me then that is just the sort of page that would be useful to help solve the problem.  Rather than the link to the ECHA website in the above posting (which I note was approved).  I struggle with your logic in accepting one message and rejecting the other.  It is difficult enough as a user to describe a problem in words let alone have the best example of the problem rejected without explanation and no right of appeal on the email that I got telling me.  Not happy here!   All I am trying to do is to solve the problem I have

  • Viewing PDF files in-browser with Firefox (17.0 as of this writing) on a Mac

    Hello there,
    since I don't remember when there has been a problem with the Adobe Reader NPAPI plug-in and Firefox. Previously, with earlier versions of Firefox and with Adobe Reader 10.x the problem was that the plug-in wasn't working properly and one got a blank page without any explanation. This led to Firefox black-listing the Adobe Reader NPAPI plug-in and having it disabled by default, if I remember correctly. Now it seems we've got the situation reversed, as if Adobe has black-listed Firefox as a browser, because when I try viewing a PDF file in-browser with the most up-to-date versions (17 and 11 for Firefox and Reader respectively), I'm getting the following error:
    Adobe Reader cannot show documents in this browser.
    We are sorry, but Adobe Reader is unable to show documents in this browser configuration.
    Please use your browser to download this file and open it in Adobe Reader or Adobe Acrobat.
    To avoid this message in the future, many browsers provide a way to turn off certain add-ons, and some are able to show this document natively.
    Please contact your browser vendor for more details.
    All's well that ends well, but unfortunately we haven't seen any solution so far. With Safari 6.x the plug-in is working fine. With Firefox it isn't. Let's see what can be done: in its last sentence the error message recommends that I contact my browser vendor for more details. The wording of the first two sentences however suggests otherwise: "Adobe Reader cannot show documents in this browser. Adobe reader is unable to show documents in this browser configuration." Thus, my question is
    What is it in this browser and/or browser configuration that doesn't suit the Adobe Reader plug-in? Is it only this newest Firefox version (17) that isn't supported or is it the Firefox browser and why? Should I be able to spoof Firefox' identity and make it seem like Safari to the plug-in, what's going to happen?

    Very frustrating, but I found the fix (on another site - can't believe with 360 views, no one here knew). In Firefox, PDFs are automatically set to open with the faulty Adobe plug-in. To change it to open with Adobe Reader, check out the instructions here:
    https://support.mozilla.org/en-US/kb/pdf-files-are-blank-and-cant-be-downloaded-mac#os=mac &browser=fx16
    Super easy!

  • Display PDF on the browser from BLOB column

    Hi All,
    I have BLOB column in the table where we are storing PDFs.
    I want to display PDF within the browser ( not as a download option) from that BLOB column, like clicking on the "Print" link.
    Please let me know if anyone has any suggestion.
    -Smith

    Create this DB procedure:
    procedure show_webdoc(io_blob    in out nocopy blob
                         ,i_mimetype in varchar2
                         ,i_filename in varchar2)
    is
    begin
       if dbms_lob.getlength(io_blob) >0 then
          owa_util.mime_header(nvl(i_mimetype,'application/octet'),false);
          htp.p('Content-length: ' || dbms_lob.getlength(io_blob));
          htp.p('Content-Disposition:  inline; filename="'||i_filename|| '"');
          owa_util.http_header_close;
          wpg_docload.download_file(io_blob);
       end if;
    end;Get the blob and give it as input to this procedure. For a pdf the mime type will be application/pdf.

  • Unable to open PDF file in browser using Reader 9 with IE8

    I just updated to IE8 and when trying to open a PDF file on the browser, I received a message stating to use Adobe Reader 8 or 9.  I downloaded AR9 and still receive the same message and cannot open PDF files in browser window.  It defaults to my Adobe Acrobat 6.0 which will not open the file.  I have Windows XP.  I do not have a problem opening a PDF file in Yahoo mail with AR9.  I have tried many different ideas on the web to no avail.  Appreciate any help to be able to default to open PDF files in the browser using AR9 which is apparently required by IE8.

    Fixed problem by taking to a computer store to find that my hard drive storage was maxed out.  I had the hard drive repaced with a larger amount of storage.   Problem resulted from inadequate amount of storage space which prevented me from downloading and installing Adobe Reader 9.
    Thanks to al that responded.  

  • Cannot get Acrobat Reader or Pro to open PDF IN FF browser

    I have a Win7, 64 bit laptop. I have Acrobat Pro X, and Acrobat Reader 11.
    I cannot get FF to open a pdf using either of these readers INSIDE the browser. I do not like the internal PDF viewer and I was trying to get Acrobat to render the PDF in the browser. However, whenever I choose acrobat (either one) in options, it will merely download it and open it the application. However, what I want it to do is to open it IN the browser, not in the application.
    There is no option for Portable Document Format that includes Acrobat in browser. I had configured it to work properly, but I had to reformat my computer and I can't get it to work again. I have disabled and re-enabled the add-ins for Acrobat, and I still can't get it to work.

    Which version(s) of Adobe Reader/Adobe Acrobat do you have? Do you know whether they are up-to-date? I recommend using the product's Help menu to Check for Updates to make sure they are up-to-date.
    Then open the Firefox Add-ons page using either:
    * Ctrl+Shift+a
    * 3-bar menu button (or Tools menu) > Add-ons
    In the left column, click Plugins.
    Look in the lower section (gray background) for "Adobe Acrobat" and change it from "Never Activate" to "Always Activate".
    Then it should become available in the Options dialog.
    Does it work?
    Also, I noticed you have a NitroPDF plugin listed in your More System Details. In case that one is conflicting, if you don't plan to use it, consider switching it to "Never Activate" when you are on the Add-ons page.

  • How to Open PDF in the browser...JSF

    String strUrl = http://..../xxxxxe43cb072378947fe8c1b7bcc7201691a.pdf
    FacesContext faces = FacesContext.getCurrentInstance();
    ExternalContext context = faces.getExternalContext();
    HttpServletResponse response = (HttpServletResponse)context.getResponse();
    response.sendRedirect(strURl);          Hello,
    I have to open PDF in the browser, I am trying to redirect using the above code, but it is throwing exception as below. Could some one help me in this issue?
    Thanks In advance
    Error Message:
    java.lang.IllegalStateException: Cannot forward after response has been committed
    Error details:
    java.lang.IllegalStateException: Cannot forward after response has been committed
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:313)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
         at com.esri.adf.web.faces.application.ADFViewHandler.renderView(Unknown Source)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.esri.adf.web.util.ADFSessionTimeoutFilter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)

    You cannot send two responses per request. The solution is to let the client create two requests. Common approach is to add an onclick to the commandbutton/commandlink which opens the PDF in a new browser window and let the actual command action invoke a redirect on the current browser window.
    E.g.<h:commandLink value="Download PDF" action="#{myBean.action}" onclick="window.open('http://..../xxxxxe43cb072378947fe8c1b7bcc7201691a.pdf');" />where the #{myBean.action} invokes a redirect and the http://..../xxxxxe43cb072378947fe8c1b7bcc7201691a.pdf opens the PDF in the new window.
    Edit
    I've read your question/problem once more and now I am a bit confused. All you want to do is to open the PDF file in a new window and you don't need to do something in the backing bean? Just use a link with target="_blank".
    <h:outputLink value="http://..../xxxxxe43cb072378947fe8c1b7bcc7201691a.pdf" target="_blank">Download PDF</h:outputLink>No need for a redirect here.
    Edited by: BalusC on Nov 21, 2007 7:21 AM

  • When interactive pdf opens in browser window can the pdf links open in separate windows

    Problem is the pdf works ok when it opens in the browser window, BUT the links in the pdf don't open in separate browser windows, as they do when the pdf is downloaded as a file.
    If pdf links can only open in separate browser window when the pdf itself opens as a separate file, the how do I email a pdf download link on a website.

    Hello Yesh,
    you can open PDFs as a guest user (without authentification):
    1. Allow Guest Access (Admin -> Security Configuration -> Check "Allow Guest Access" and select a folder name).
    2. Copy your Report into this guest folder
    3. You can open the Report as PDF with a link like this:
    http://(bip-server-name):9704/xmlpserver/(guest-folder-name)/(report-name)/(report-name).xdo?_xpt=0&_xf=pdf&_xmode=4(&report-parameters)
    Just replace the strings in brackets. You find a great description of the URL parameters in Tim Dexters Blog
    http://blogs.oracle.com/xmlpublisher/2006/07/accessing_xmlp_enterprise_repo.html
    I didn't find an option to set the height of the PDF-Output for the guest user in the BIP-UI. Maybe I missed something. But you can manually edit the configuration file. It is located on your BIP server direcory in the subdirectory xmlp/XMLP/Users. Select the guest users subdirectory and edit the configuration file "user~.profile".
    In this XML config file there is an entry "viewerHeight". In the Value-Tag you can enter the PDF output windows height in pixel (but unfortunaly not in % - this was the question of my original posting).
    Hope that helps...
    Sascha
    Edited by: sascha@tesat on Oct 26, 2009 9:02 AM

  • Open PDF-Output in browser window with full height

    Hi,
    I must open some BIP-Reports as PDF in a browser window via URL. The problem ist, that the height of the PDF-Output is fixed, as the PDF is shown in an iframe with fixed height.
    The height can be set in the BIP preferences, but only to a fixed value (not to something like "100%"). If the height is smaller than the users browser window, then there is unused space below the pdf output. If the height is greater than the users browser window, there are two scrollbars to the right: One for the html-Page and one for the PDF.
    I tried the following options:
    1. http://<bip-server:port>/xmlpserver/public/<report-name>.xdo?_xmode=4&_xf=pdf
    -> Output is PDF, only the PDF is shown (_xmode=4), opens in same browser window but height is limited.
    2. http://<bip-server:port>/xmlpserver/public/<report-name>.xdo?_xmode=4&_xf=pdf&_xpt=1
    -> PDF is not opend in browser window, but can be downloaded or opened in a separate PDF-Viewers window.
    I would like to just open the PDF in the browser window in full height. How can I achive this?

    Hello Yesh,
    you can open PDFs as a guest user (without authentification):
    1. Allow Guest Access (Admin -> Security Configuration -> Check "Allow Guest Access" and select a folder name).
    2. Copy your Report into this guest folder
    3. You can open the Report as PDF with a link like this:
    http://(bip-server-name):9704/xmlpserver/(guest-folder-name)/(report-name)/(report-name).xdo?_xpt=0&_xf=pdf&_xmode=4(&report-parameters)
    Just replace the strings in brackets. You find a great description of the URL parameters in Tim Dexters Blog
    http://blogs.oracle.com/xmlpublisher/2006/07/accessing_xmlp_enterprise_repo.html
    I didn't find an option to set the height of the PDF-Output for the guest user in the BIP-UI. Maybe I missed something. But you can manually edit the configuration file. It is located on your BIP server direcory in the subdirectory xmlp/XMLP/Users. Select the guest users subdirectory and edit the configuration file "user~.profile".
    In this XML config file there is an entry "viewerHeight". In the Value-Tag you can enter the PDF output windows height in pixel (but unfortunaly not in % - this was the question of my original posting).
    Hope that helps...
    Sascha
    Edited by: sascha@tesat on Oct 26, 2009 9:02 AM

  • Opening PDF in Web Browser(IE)

    Hi,
    I have written a program to download PDF file. When user will click on "Download" link, PDF file should open in web browser IE itself. Currently file is opening in separate window. I am creating this PDF file run time and it is not stored in harddisk. In Acrobar Reader, I have checked the check box "Display PDF in browser". Despite this it is opening in separate window.
    I have written following code:
    byte abyte0[] = pdfGenerator.generatePDF(getXslFile(instancedata), new String(instancedata.requestResult.message, "UTF-8"));
    httpservletresponse.setHeader("Cache-Control", "no-cache");
    httpservletresponse.setHeader("Cache-Control", "max-age=0");
    httpservletresponse.setHeader("Content-Disposition", "inline; filename=" + instancedata.userId + "_" + System.currentTimeMillis() + ".pdf");
    httpservletresponse.setContentType("application/pdf");
    String s = new String(abyte0, "UTF-8");
    servletoutputstream = httpservletresponse.getOutputStream();
    servletoutputstream.write(abyte0, 0, abyte0.length);
    servletoutputstream.flush();
    Kindly suggest what is required to open PDF in Web browser (IE).
    Regards,
    Dev

    I don't see anything wrong here offhand.
    In your download link, you aren't using target="new" or anything, are you?

  • Firefox and PDF download problems -- hanging and failures

    I am working in Windows XP and Firefox 12.0.
    We post our multi-page newsletter to our website in PDF, and then use a list to send a link to access it. When attempting to download using Firefox, the document will download all or part of the first page, and then hang -- sometimes in perpetuity, and sometimes with infinitesimally slow progress.
    It works just fine in Google Chrome.
    I tried disabling all of my plug-ins, including Adobe Acrobat (9.5.1.283). I left them all disabled, but re-enabled Adobe. No joy.
    I disabled Adobe and tried a straight-up download, then open with my local reader. No joy.
    What is going on, and how can I fix it?
    My Acrobat 9 Standard is 9.5.1 that I'm using to create the document in the first place.
    What can I do to fix MY system to get it to download and, more importantly, what information can I give our members to use so that they can successfully download it?

    I personally open PDFs in the stand-alone Adobe Reader rather than in the browser, but everyone has their own preference.
    Have you experimented with Firefox's application tab settings?
    orange Firefox button ''or'' classic Tools menu > Options > Applications
    In the search box on that tab, type pdf and pause for the list to be filtered. You should be able to toggle between viewing the PDF in the browser or launching it externally. I have mine set to "Always Ask."
    Generally speaking, when you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    1. Clear Firefox's Cache
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Offline Storage : "Clear Now"
    2. If needed, delete the site's cookies here
    While viewing a page on the site, right-click and choose View Page Info > Security > "View Cookies"
    If you host the PDFs on a site you can't actually visit, access the View Cookies dialog from this page and change the host name at the top of the box to the correct host name to access the relevant cookies.
    Then try downloading again. Does that help?

  • Rip out, Turn Off, Disable, Terminate ALL PDF IN SAFARI BROWSER please!

    Once again (third time) I am trying to disable the display of PDFs inside the Safari browser window. Every time I do this, they update the system and come up with a new way to Turn it back on, grrrr.
    I ONLY want PDFs to be downloaded and displayed in Acrobat Reader. I never want to EVER see again a PDF in a browser window.
    HELP!

    Quit Safari and...
    i) Move 'AdobePDFViewer.plugin' out of 'HD/Library/Internet Plug-ins/'
    ii) Enter "defaults write com.apple.Safari WebKitOmitPDFSupport -bool YES" without the quotes in Terminal (HD/Applications/Utilities/)
    Remember, the preference which disables Safari's native PDF support (ii) is stored in the properly list (com.apple.Safari). Should you ever trash that file, you will have to reenter the command again.
    Yang

  • Show PDF in IE browser

    Hi, I am experiencing a problem with the IE browser. What I am doing is, I receive a PDF file from a server and write the whole PDF file on the outputstream of the browser, with certain headers that need to be set. The Netscape shows the PDF nicely inside the broswer using adobe plugin, but IE instead opens up a file download box(doesnt ask me to save/cancel) and then start the standalone adobe acrobat reader program (not inside IE) and display's the message "File not found". Below is the code.
    java.net.URL pathToReportURL = new java.net.URL(path);
    java.net.HttpURLConnection conn = (HttpURLConnection)pathToReportURL.openConnection();
    conn.setAllowUserInteraction(false);
    conn.setRequestProperty("Content-Type","application/x-www-form-urlencoded");
    conn.connect();
    String contentType = conn.getContentType();
    response.setContentType(contentType);
    int contentLength = conn.getContentLength();
    response.setContentLength(contentLength);
    response.setHeader("Content-Disposition", "inline; filename=name2.pdf");
    BufferedInputStream  bis = new  BufferedInputStream(conn.getInputStream());
    BufferedOutputStream bos = new BufferedOutputStream response.getOutputStream());
        byte[] buff = new byte[2048];
        int bytesRead;
        while(-1 != (bytesRead = bis.read(buff, 0, buff.length)))
            bos.write(buff, 0, bytesRead);
        bis.close();
        bos.close();
        conn.disconnect();The content type is set as application/pdf properly and the Content-Disposition is set to inline with the filename specified. Anybody have a clue ?

    One thing I am confused about is that , Isn't
    "Content-Disposition : Inline" supposed to
    o show the PDF inside the browser.No, 'inline' only means that it is not an attachment, so you don't get the 'Save As' dialog.
    It can also be that it is an Adobe configuration issue. In Adobe, choose Edit/Preferences/Internet, and verify that the box �Display PDF in Browser� is checked.

  • PDF download failing

    I keep getting a message that my PDF download has failed. I have reduced the size of the file from 25 .4 mb to 15.3 mb, tried everything  suggested on your help line including the use of a different browser and computer using windows 8.1 without success. I have had no trouble before downloading larger like files. When I signed into my account I received a message that there was a download was available which I downloaded . It also failed with the message that a critical download has failed. could you please help me with this problem as I am on a strict time limit to get this dowload completed and the document issued. Thank You  Dennis Hawkes

    Hi,
    Would you send your PDF document to [email protected] as an email attachment? 
    I will check it from my end.Please add the link to this forum post for reference.
    Regards,
    Florence

Maybe you are looking for

  • A few basic questions from a new user - backups, moving files, sharing

    I'm a Mac user considering getting an iPad. I'm hoping someone can clue me in to some basic aspects of the experience: 1) are backups easy? can you "clone" it (the way I do with my desktop and laptop) so that everything (content, settings, preference

  • Password log-in at start up for Jaguar 10.2.8

    Hi...I want to be able to have to enter a password when I start up the computer...My hardware cannot support later OSX versions...Can anyone suggest a solution? Thanks.

  • X99s SLI Plus No audio

    win 8.1 64bit MS-7885 mobo Bios 1.3 gfx: Nvidia GTX 980 16 GB RAM Realtek drivers 6.0.1.7293 Samsung UHD monitor, HDMI in Yesterday I purchased a new Samsung 4K monitor that has Display port and HDMI in. Now the analog jacks on the motherboard seem t

  • Problem with table maintenance generator overview screen

    I added a field in a custom table and then used table maintenance generator to regenerate the table maintenance screen. I used 2 step to generate. The problem that I have is the field not displayed in the overview screen though it is visible in the s

  • Why is SAPNW allow_start_program() erroring: Can't locate allow_start.al?

    I get the same error with sapnwrfc-0.12 and 0.20. I have the Java SAP GUI 7.1Rev4 installed and working. The SAP 7.1 SDK is also installed and I can call many RFC's successfully. The platform is Perl 5.8.8 RHEL5. The error is: "Can't locate auto/SAPN