Network Error viewing large pdf

I'm running into problems trying to use the Adobe Reader plugin for IE to view some large PDFs in the browser window. Apparently, the PDF fails to completely download to the browser. I've seen two slightly different behaviors:
1) When IE tries to view one of these PDFs, it will display a Loading progress bar. Usually, the progress bar will just stop before getting too far. For example: "Loading 832.5 KB/16.91MB". Attempting to view the same file again will result in similar behavior - stopping at a different place on the progress bar. Repeating this will eventually result in IE displaying a page that indicates a connection problem: "Internet Explorer cannot display the webpage".
2) Viewing the PDF in the browser will display the Loading progress bar, but before it completes, this message is displayed by Adobe Reader: "A network error occurred while accessing this document on the Internet. Would you like to close the document or reload it?"
Clicking the reload button then yields this error: "An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem.
Repeating the view attempt a few times eventually gives the same general IE error page described in scenario 1.
Scenario 1 seems to occur when the request is sent to a server that is sitting behind firewalls, load balancers, etc. The second condition happens when I'm using servers in the lab where there is nothing between my client and the server, other than a switch.
This only occurs when using HTTPS. If configure the server to use HTTP, then the PDF will always be viewed. This has restricted my ability to watch the traffic between the client and the server with a packet analyzer.
This only occurs with the IE plugin. Using Chrome and Firefox with the Adobe Reader plugin works every time.
It only seems to be occurring on large PDF files: the files I've been working with are all 10MB or larger.
I tried disabling the "fast web view" option in Adobe Reader, but this didn't seem to have any effect on the problem.
I disabled the option to display a PDF file in the browser window, and then the PDF file will be downloaded and opened properly in the Adobe Reader application. So it only happens with the PDF is displayed in the browser window.
I've been running my tests using IE 9 (9.0.8112.16421) and Reader plugin 10.1.3, but I've had reports from customers of similar behavior from earlier versions of the browser and reader. The web server is IIS 7.
I found several PDFs on the internet with which I've duplicated the problem. Here's an example PDF file that shows this problem.
http://www.nbb.be/DOC/BA/PDF7MB/2010/201009400082_2.PDF
There are many other similar sized files at this site:
http://www.nbb.be/pub/03_00_00_00_00/03_02_00_00_00/03_02_04_00_00.htm?l=en
many of which will also reproduce the error. However, because the problem only happens when going over HTTPS, I had to download the files and import them into my system which uses HTTPS to see the problem.
Any help would be appreciated. I'm not sure what to look at next.

There are several resources that show how this is done. See here for an example: http://msdn.microsoft.com/en-us/library/46c5ddfy(v=vs.100).aspx
I've added an entry into web.config to identify the presence of a custom handler:
<system.webServer>
  <handlers>
    <add name="PDFHandler" verb="*" path="*.pdf" type="PDFHttpHandler" />
  </handlers>
</system.webServer>
Then in our application code I defined a new class :
Public Class PDFHttpHandler
Implements IHttpHandler
Public ReadOnly Property IsReusable() As Boolean Implements System.Web.IHttpHandler.IsReusable
  Get
    Return False
  End Get
End Property
Public Sub ProcessRequest(ByVal context As HttpContext) Implements System.Web.IHttpHandler.ProcessRequest
  Select Case context.Request.HttpMethod
    Case "GET"
      If file.exists(context.Server.MapPath(context.Request.FilePath)) Then
        Dim requestedFile As String = context.Server.MapPath(context.Request.FilePath)
        SendContentTypeAndFile(context, requestedFile)
      Else
        context.response.statuscode = 404
      End If
    Case Else
      context.response.statuscode = 404
  End Select
End Sub
Private Function SendContentTypeAndFile(ByVal context As HttpContext, ByVal strFile As String) As HttpContext
          context.Response.ContentType = "application/pdf"
          context.Response.AppendHeader("Accept-Ranges","none")
          ' The web.config file sets the "x-ua-compatible" header to "ie=edge". This has an unfortunate side
          ' effect of casuing problems when we use IE to view PDF files.
          ' So for PDF files, we will try to override that header value.
          context.Response.AppendHeader("X-UA-Compatible", "")
  context.Response.TransmitFile(strFile)
  context.Response.end()
  Return context
End Function
End Class

Similar Messages

  • Adobe Pro 9.2 error merging large PDF's

    When I try to merge then save large PDF it gives an error.  The computer is a new Win 7, Inetl Duel Core 3.2 Ghz, 4 GB RAM, brand new computer with only Kaspersky AV, Office 2010 and Adobe 9 Pro Trial installed.  It merges quite quickly for the file size, but when I try to save it, it gives the error above.  There are seven files I'm merging for a total of about 2.3 GB in size.  I have even turned off the Kaspersky AV and it still gives the error.  The documents does contain lots of photos.  Not sure what other info to give.
    Thanks for any help

    You dont happen to have a link on Adobe's site some where do you?  The person I'm trying to make this work for says they have seen 5 GB pdf docs.  They dont believe me, so I will have to prove it to them.
    Thanks so much for the info.

  • View large PDFs?

    Has anyone had any luck viewing PDFs around 50mb?
    I have several large files that I'd like to have on my phone.
    I've tried filemagnet, but when i try to open the file it hangs up trying to open it, and the app crashes.

    BTW this also happens in iBooks

  • How To View Large PDF Reports Output?

    Hi all,
    EBS 11i
    We run a request with date from 01-JAN-11 to 31-JAN-11 in transaction register .
    The request status is Completed.
    Upon clicking the ‘View Output’ to export the file in PDF format, we encountered error. It seems the file is corrupted? or just to big to open?
    Already tried increasing the Cache memory of Firefox to be able to view some requests but cannot view if the file is more than some size.
    I also tried saving the report to PDF file (viewing it on Adobe Reader not on Firefox), same result.
    Are there other application other than Adobe Acrobat Reader to view PDF file formats?
    How can I resolve this issue please.
    Thanks

    How do I download the pdf file? Do I need to login to the linux server applmgr id? Or it is available via apps webpage.From the server as applmgr user, under $APPLCSF/$APPLOUT directory -- o<request id>.out format.
    Have you reviewed the docs referenced above?
    Thanks,
    Hussein

  • Preview freezing when viewing large PDF

    Since updating to Yosemite, I have found that when I open a large (book-sized) PDF using Preview, a couple of odd things happen. First, the book opens to the very last page, instead of the first. Then, when I try to scroll back (using any method — I've tried them all) through the book, action inside the app immediately freezes. However, it does not CRASH to the extent that a notification is generated that may be sent to Apple, so I have no reason to believe that Apple is aware of this issue. (Preview isn't even one of the Apple Software application options here in the help center or the public forums.)
    A) Has anyone else experienced this? Have you found a solution?
    B) Is there a way to communicate with Apple to tell them about these things if a notification is not created by the OS itself?
    Thanks.

    Same problem--on my mid 2011 MBP but NOT my mid 2010 iMac. It seems like Preview tries to open ALL PDFs--thousands of pages--and gets the spinning beachball. Force Quit shows that it is not responding. I've tried deleting preference files (com.apple.preview), but no luck. The problem has highlighted how much I actually use preview--and left me pretty annoyed!

  • Error Viewing Fillable PDF Forms in Adobe Reader on iPhone/iPad

    I created a fillable form on a Windows computer in Adobe Acrobat XI Pro, but when I open the document from an email attachment in the Adobe Reader app on my iPhone or iPad the top have of the form is blacked out (literally the top half of the document has a black box over it).  I can't see the fields, but if I touch the screen in that area I can edit them.  However, I still cannot see anything in that area.  When I zoom in and out, sometimes the blacked out area will become visible, but when it's done adjusting the zoom levels the blacked out area covers the form again. 
    I just downloaded the Adobe Reader app today, so it's not an old version.
    I tried on an iPhone and an iPad.
    I can see the whole form when I open the attachment in Safari, but I want to be able to edit it and see all the fields.
    Any suggestions?  Am I doing something wrong?

    In case anyone else has this problem, I fixed it...
    Situation: I made the fillable form with an existing PDF document, I did not start from scratch.
    Solution: I saved the original PDF as a Word document, and then turned on the "paragraph marking" tool in Word.  This revealed that there was a text box hidden at the bottom of the document.  Once I removed the text box, I re-saved the document as a PDF and recreated the form again.  It was kind of a pain, but it solved the problem!

  • Viewing large PDF files over Ethernet

    maybe it'ts not the right forum, but users handling big PDF files might have a tipp.
    My PDF files are about 180 MB big and about 30 pages long, consisting highres images. The scrolling throug the document takes ages. I do have a fast Windows 2003 server connetect over 1GB ethernet to my XP workstation.  When I copy the PDF file to the workstation it works fine.
    Is there a trick to get some kind of caching the open filestream during scrolling?
    I use Acrobat 7.1.0.
    thank you
    Michael

    Post your question in the forum for Adobe Acrobat.

  • Preview crashes when viewing (clicking) large pdfs

    I have a problem viewing large pdfs in Preview (and any other PDF-reader. Same problem with Skim, Adobe Reader, PDFpen). The problem comes when I first click inside of the pdf, to select text for example. If I'm just viewing the pdf passively it scrolls smoothly, but as soon as I click inside of the pdf the app freezes, becomes unresponsive, and I have to force quit. When this freezing happens, Preview uses >2 gb of RAM.
    The freezing when clicking inside of the pdf happens in small pdfs also, but only for 1-5 seconds and only the first time I click in it. When I have clicked/selected text for the first time in any pdf that is not too large, the clicks after that are completely smooth.
    I have tried repaired disk permissions and deleting the com.apple.Preview.LSSharedFileList.plist etc. in my Library/Preferences folder.

    Same problem--on my mid 2011 MBP but NOT my mid 2010 iMac. It seems like Preview tries to open ALL PDFs--thousands of pages--and gets the spinning beachball. Force Quit shows that it is not responding. I've tried deleting preference files (com.apple.preview), but no luck. The problem has highlighted how much I actually use preview--and left me pretty annoyed!

  • Large PDF Not Loading in IE over HTTPS

    Hello,
    I am currently experiencing an issue viewing large PDF files using the Adobe Acrobat plugin for Internet Explorer over an HTTPS connection.  After clicking on a link to a large PDF in Internet Explorer, the browser attempts to open the PDF using the Adobe Acrobat Reader plugin.  Partially through loading the PDF the browser plugin hangs and the PDF is not displayed.  The closest article I have found on the issue is on the following community thread: http://forums.adobe.com/thread/1019479.  Are there any additional options to resolve this issue other than what is listed in the referenced thread?  Does Adobe have any plans to address this issue in a future release of the plugin?  Forcing a download of the file verus viewing in the browser is currently not an option for me.
    Thanks in advance!

    has anybody come across this issue and found a solution?
    My research found this test to try:
    <HTML>
    <BODY>
    <INPUT type=button onclick=loadmyxml() value="Load XML">
    <SCRIPT>
    function loadmyxml()
    var XMLObj = new ActiveXObject("Microsoft.XMLDOM")
    XMLObj.async = false;
    XMLObj.load('gallery.xml');
    if (XMLObj.parseError.errorCode != 0)
    alert("Error loading XML file : " + XMLObj.parseError.reason);
    else
    alert (XMLObj.xml);
    document.write(XMLObj.xml);
    </script>
    </BODY>
    </HTML>
    (and it works!). It pulls in the raw XML data.  But it's static and not what I need it to do. So now i'm not sure if it's specific to Spry or if it's XML in general.
    My page works fine in IE (pulls in dynamic Spry XML content) but ONLY when on HTTP server.... move to HTTPS and it doesn't work anymore.
    Problem is only in IE, and ONLY when on a secure server.

  • Unable to open large pdf files..

    I'm holding an E61 pda-phone. I downloaded acrobat reader v1.5. However, i still unable to view large pdf files, anyone pls advise... Thks

    My guess is you're running out of memory when you load the file: is it bigger than the memory the phone has available before you try to open it?
    You may be able to get around the problem by reducing the amount of phone memory in use: close any other applications you have running and move non-system files (documents, music, photos) from phone memory to card memory.

  • Essbase Error (1042017): Network Error in Smart View

    I try to do Ad hoc ahalysis in Smart View via Essbase provider and get Essbase Error (1042017): Network Error: The client or server timed out waiting to receive data using TCP/IP. Check network connections. Increase the olap.server.netConnectRetry and/or olap.server.netDelay values in the essbase.properties.
    I've tried to increase this values in essbase.properties file in C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\aps\bin directory and in Essbase Administration Services console but it has no effect. This behaviour occur only for one application. Early I has no problem with this.
    How this can be fixed?

    Please follow the steps below:
    1) Add the following parameters to the mod_wl_ohs.conf for APS within the aps location match section:
    WLIOTimeoutSecs 1800
    Idempotent OFF
    For Example:
    <LocationMatch ^/aps/>
    SetHandler weblogic-handler
    WeblogicCluster vm0asazon1112:13080
    WLIOTimeoutSecs 1800
    Idempotent OFF
    </LocationMatch>
    Note: mod_wl_ohs.conf file is located in <drive>:\<Oracle_EPM_Home>\Middleware\user_projects\epmsystem1\httpConfig\ohs\config\OHS\ohs_component directory.
    Make a back up copy of the mod_wl_ohs.conf file before editing.
    2) Save the mod_wl_ohs.conf
    3) Restart Reporting and Analysis Framework - Web Application
    4) Restart Oracle Process Manager (ohsInstancexxxxxxxxxx)
    For more details on the Weblogic Plug-ins parameters, please refer to this link: http://download.oracle.com/docs/cd/E13222_01/wls/docs92/pdf/plugins.pdf
    Hope this helps.
    HTH-
    Jasmine.

  • Error while printing (PDF) large BI reports

    Hello,
    We use ADS to print our BI reports from the portal. For small reports (10-20 pages) this works fine, but for very large ones (>100 pages) we get the error "Error while generating PDF" on the screen (after a considerable amount of time). In the defaulttrace, I can see this error:
    Exception thrown: com.sap.ip.bi.base.exception.BIBaseRuntimeException: EXPORT XFA exception when calling the PDF object after 261430 msec
    com.sap.ip.bi.base.exception.BIBaseRuntimeException: EXPORT XFA exception when calling the PDF object after 261430 msec
         at com.sap.ip.bi.export.xfa.impl.Document.writePxxToByte(Document.java:687)
         at com.sap.ip.bi.export.xfa.impl.Document.writePdfToByte(Document.java:709)
         at com.sap.ip.bi.export.xfa.impl.PDFConverter.getBinaryContent(PDFConverter.java:160)
         at com.sap.ip.bi.export.impl.ExportController.getBinaryContent(ExportController.java:863)
         at com.sap.ip.bi.export.controller.ExportResult.getExportResult(ExportResult.java:103)
         at com.sap.ip.bi.export.controller.ExportResult.createExport(ExportResult.java:73)
    I've checked the timeout settings for IRJ services (500 seconds) and the timeout settings for web service clients (900 seconds). This should not be the problem.
    Does anybody have a suggestion as to how to solve this?
    Kind regards, Wilbert

    Some additional information:
    In the defaulttrace, I can see this:
    Service XMLFormService: Native process (PID=15892) E:\usr\sap\PEP\JC00\j2ee\os_libs\adssap\XMLFormService\bin\XMLForm.exe terminated abnormally with error code 128
    Processing exception during a "Render" operation.
    Request start time: Fri Mar 06 10:11:55 CET 2009
    com.adobe.ProcessingException: XMLFM Exception during render: org.omg.CORBA.COMM_FAILURE
    Exception while connecting to <SERVER-IP>:3533
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method

  • I want to save large pdf files from my computer to my iPad so I can view them in Adobe Reader.

    I want to save large pdf files from my computer to my iPad so I can view them in Adobe Reader. I do not want to view them in iBooks or Quickoffice. Since I cannot email these large files, how can I get them on my iPad? Thanks for your help.

    I think that Adobe reader supports file sharing.
    Connect the iPad to your computer and launch iTunes. Select the iPad on the left side under "devices". Click on the Apps Tab in the window on the right. Scroll down to the File Sharing Apps list under the main apps list. Click on Adobe Reader. Drag the documents into the file sharing window on the right or select them using the "add" button.
    Launch the Adobe reader app and the files should be in there.

  • I am trying to open my Preview application to view a PDF. However nothing opens and an error message, "Error -1712" pops up. Any ideas what I can do to resolve this?

    I am trying to open my Preview application to view a PDF. However nothing opens and an error message, "Error -1712" pops up. Any ideas what I can do to resolve this?

    Restart. If an application won't quit and prevents restarting, select
     ▹ Force Quit...
    from the menu bar, then select the frozen application from the list and press return. As a last resort, force a shutdown by holding down the power button for a few seconds. Then press it again briefly to start up. Test.

  • Trouble opening a PDF that connects to online server - Network Error

    Hi everyone,
    This problem has been bugging me and I've tried to change the settings a million different ways but it just doesn't work. Please help!
    I've been trying to open a Fillable PDF file that connects to a online server (to obtain information) using Adobe Acrobat X Pro, and every time this error message shows up:
    Network Error
    NetworkError: 0
    operation: getOrganismPartTypes
    Unable to establish network connection
    But I can go online no problem so I know it's not my internet.
    I can open regular PDF files no problem.  I tried to change the security settings and add the server and the file onto the safe list but it doesn't help.
    Anybody can help me out?  Please advise.
    Thanks so much!
    M

    I'm not sure that it uses javascript or not, but I know that the file worked before when I tried to open it.  It was working just a couple days ago.
    I thought maybe my adobe acrobat program has problems so I re-installed it but problem is still unsolved.  
    The PDF file is a fillable form and it provides certain choices based on an online database on their server.  So every time I try to launch the file it tries to connect to the server and tells me that there's a network error.

Maybe you are looking for

  • Calendar Analytics application won't install with MS Office 2013 on PC

    I use Calendar Analytics, a Microsoft approved application, to analyze Outlook Calendars for utilization rates within my facility. It has worked well for me for several years. Since I upgraded to Microsoft Office 2013, I cannot get Calendar Analytics

  • Need help on Oracle9iAS (9.0.3.1.0)  and JSF

    I need informations about oracle 9iAS ans JSF. I have a webapp working perfectly on 10g but not on 9. My "WEB-INF/lib" directory contains the required jsf jars Even the jsf-cardemo application doesn't work on 9. Here is the exception : Oracle9iAS (9.

  • Bluetooth Module

    I purchased a Magic Mouse to replace my S510 Logitech mouse which I loved, but it broke down. Love the magic mouse, but my Mac Pro 1,1 doesn't have the installed Bluetooth module. I've been getting by with a micro USB generic radio plugged into one o

  • IMac to Genius bar 5 times, problem never solved...

    I have a 2011 iMac 27" and it never had any problems.  However, a little over a month ago, it started to make a noise that sounded like a very loud fan, a high pitched cricket sound.  I decided to take it into the Apple store to get looked at and fix

  • BAPI For PGI for sales order

    Dear all, I want BAPI for PGI(Post Goods Issue) against sales order.Can anybody suggest BAPI for this?