Adobe Reader 9.0 has delay when downloading PDF file through proxy server

There is an issue with the Adobe Reader (and Acrobat) 9.0 PDF Link Helper ActiveX control for Internet Explorer (6 or 7) on Windows computers with respect to proxy servers. Due to this issue, there is a 2 minute delay for any Internet Explorer web browser on the Deere network before any PDF file will open from the Internet within the IE web browser if In-Place activation (Display PDF in Browser) is enabled in Adobe Reader 9. This problem does not affect Adobe Reader 8.
What we are seeing is that when someone on the Deere network clicks on a links to a PDF file in the Internet, the PDF file downloads immediately. But then, after the PDF file is downloaded, the Adobe Reader 9 PDF Link Helper ActiveX control tries to talk directly to the Internet web site. The Adobe Reader 9 PDF Link Helper ActiveX control does not know how to negotiate our proxy server. So after a minute or two, the Adobe Reader 9 PDF Link Helper ActiveX control times out (gives up) and allows the IE browser to display the downloaded PDF file in the IE browser.
We work around this issue by disabling In Place Activation for PDF files in IE (uncheck Display PDF in Browser). But we would like a fix for the PDF Link Helper ActiveX control.
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\Originals]
"bBrowserIntegration"=dword:00000000
[HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\Originals]
"bBrowserIntegration"=dword:00000000
Here's what our proxy people see when they do a trace of a PDF file download through their proxy server with IE 7 and Adobe Reader 9 with Display PDF in Browser checked.
The browser tells the proxy to download the pdf, it does and sends it to the browser. Before the browser opens it something in Acrobat ( or I.E. ? ) tries to make a connection back to the content server that hosted the pdf. Unfortunately this agent does not ask the proxy to make the request for it, but rather asks local DNS to resolve the Internet server name. This request dies because our internal private network does not know anything about the Internet. Only the DNS used by the proxy can resolve Interent names. After two unsuccessful DNS queries into the private network, the agent tries to resolve the same Internet name with NBNS ( netbios name service) queries again into the private network, with the same results. These requests persists for more than two minutes ( over 200 unresolved queries ). Then for whatever reason the agent gives up and the already downloaded pdf file loads into the browser.
I have a TCP capture file if you want it.

Hi,
I have the same problem with some specific PDF files. For more than 90% it hangs when opening the file, but sometimes it works (with the same file).
The workflows where it sometimes worked:
a) Loading the PDF, the reader is started the first time and displays license dialog.
b) The reader was already runing and file is loaded with Drag&Drop or File/Open in the Reader
But most times it does not load.
I could not find out which file is missing or trying to be opened. So I tried with the CP949.TXT.
I found no CP949.TXT in Reader 8 installation, so I took it from the link, pasted into notepad and stored in the respective directory
C:\Program Files (x86)\Adobe\Reader 9.0\Resource\TypeSupport\Unicode\Mappings\win\
Now it seems to work fine, opening PDFs with double click from exporer.
But why did Adobe Reader 8 not have the TypeSupport directory at all?
Even when having found a fix (hack?), I think I did not understand the cause of this problem.
Regards,
TheLastReader

Similar Messages

  • Adobe Reader 10.0.1 hangs when multiple PDF files are open, widespread problem, big issue

    I have read that quite a few people are having this problem. I have over 3,700 computers with a growing number that are reporting problems. Has anyone else figured out a solution?  Adobe needs to fix this!

    Does this offer any help? - see http://forums.adobe.com/message/3913446#3913446

  • Safari 5.1.7, using Adobe Reader 10.1.3, does not display pdf files.

    I use Safari 5.1.7 and Adobe Reader 10.1.3.  I have mac osx.6.8 which, according to Adobe, is compatible with Adobe Reader 10.1.3.  Selecting a pdf file to display results in a black page.  Why?

    Hi..
    Try removing a plugin...
    Quit Safari.
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type this exactly as you see it here:
    /Library/Internet Plug-Ins
    Move the Adobe PDF Browser plugin (or just PDF Browser plugin) from the Internet Plug-Ins folder to the Trash.
    Relaunch Safari to test.

  • I loaded adobe reader and I can not open a pdf file.  It keeps telling me I need adobe acrobat.

    I loaded adobe reader and I can not open a pdf file.  It keeps telling me I need adobe acrobat.

    What is your operating system?
    You don't need Acrobat to view PDF files; can you post a screenshot of that message?
    Also, is this a local or online PDF?  If online, in what browser?

  • How to install adobe reader to my site [removed] so that pdf file can be read directly in my site instead of getting downloaded ?

    How to install adobe reader to my site [spam link removed] so that pdf file can be read directly in my site instead of getting downloaded ?

    Adobe Reader is installed on the client side, not on the web server.
    Viewing PDFs online is a browser setting.
    Please do not post any irrelevant links!

  • Adobe Reader can not open thousands of vital PDF files for the company I work for.

    Adobe Reader can open every PDF file on our server except for the many files that were received by one company. The coding is corrupt and I have not found a solution yet on how to decode it in order for it to open properly.
    I have looked into using uudecode but the online service it provided didn't seem to recognize the code I was putting in.
    The coding to these PDF files looks like this: 
    From what I have seen all of the working files are much shorter and the coding is a lot more organized and starts with %PDF
    If anyone can help me decode it or somehow restore it without receiving the file from the original sender, that would be ideal. Any other suggestions are much appreciated.
    Thank you!

    Your analysis is good. All working PDFs will start %PDF. These files may be
    * encoded
    * compressed
    * damaged in transit
    * destroyed by malware
    * not a PDF but mislabelled
    The format is certainly not uuencode/uudecode nor anything I've seen before. I think you need to contact the senders. If they say there isn't a problem, send a file back and ask if it works for them, because that will check for damage etc. If they CAN open it, they have some special tools or procedures and need to share them with you.

  • Download PDF file from Application Server in BSP

    Hello,
    We have a requirement on which we want to download a PDF file stored in Application server using BSP application. I have used function module  ARCHIVFILE_SERVER_TO_CLIENT but this FM will help only if i want to download file from GUI it won't work in BSP application.
    Further i have used class CL_BSP_UTILITY and download method to download file from application server but it is not working in desired manner.
    I am attaching my code for your reference:
    DATA: BUTTON_EVENT TYPE REF TO CL_HTMLB_EVENT_BUTTON ,
               EVENT TYPE REF TO IF_HTMLB_DATA.
    DATA: LS_HOURS LIKE LINE OF GT_HOURS.
    DATA STR TYPE STRING.
    DATA: OUTPUT TYPE STRING ,
              L_XSTRING TYPE XSTRING ,
               APP_TYPE TYPE STRING. 
    EVENT = CL_HTMLB_MANAGER=>GET_EVENT( REQUEST ).
    DATA PHY_NAME_OUT     TYPE SAPB-SAPPFAD.
    IF EVENT IS NOT INITIAL AND EVENT->EVENT_NAME = HTMLB_EVENTS=>BUTTON .
      BUTTON_EVENT ?= EVENT .
      CASE EVENT->EVENT_SERVER_NAME.
        WHEN 'test' .
          IF GT_HOURS IS NOT INITIAL.
            PHY_NAME_OUT = '/usr/sap/put/form16//01000200_2007.PDF'.
          OPEN DATASET PHY_NAME_OUT FOR INPUT IN TEXT MODE ENCODING DEFAULT.
            IF SY-SUBRC IS INITIAL.
              DO.
                READ DATASET PHY_NAME_OUT INTO STR.
                IF SY-SUBRC IS INITIAL.
                CONCATENATE
                    OUTPUT
                    str
                    cl_abap_char_utilities=>cr_lf
    INTO output SEPARATED BY space. "cl_abap_char_utilities=>horizontal_tab
                ELSE.
                  EXIT.
                ENDIF.
              ENDDO.
            ENDIF.
    *LOOP AT gt_hours INTO ls_hours.
    *CONCATENATE
    *OUTPUT
    *ls_hours-hour
    *cl_abap_char_utilities=>cr_lf
    *INTO output SEPARATED BY space. "cl_abap_char_utilities=>horizontal_tab
    *ENDLOOP.
            APP_TYPE = 'APPLICATION/PDF;charset=utf-16le'.
            CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
              EXPORTING
                TEXT     = OUTPUT
                MIMETYPE = 'APPLICATION/PDF;charset=utf-16le'
              IMPORTING
                BUFFER   = L_XSTRING.
            CONCATENATE CL_ABAP_CHAR_UTILITIES=>BYTE_ORDER_MARK_LITTLE
            L_XSTRING
            INTO L_XSTRING IN BYTE MODE.
            CALL METHOD CL_BSP_UTILITY=>DOWNLOAD
            EXPORTING
            OBJECT_S = L_XSTRING
            CONTENT_TYPE = APP_TYPE
            CONTENT_DISPOSITION = 'attachment;filename=webforms.pdf'
            RESPONSE = _M_RESPONSE
            NAVIGATION = NAVIGATION.
          ENDIF.
      ENDCASE.
    ENDIF.
    From this code i am able to download PDF file but it is not opening in local machine.
    If any other way to download file then please suggest.
    waiting for ur reply.
    Regards,
    Gagan

    Hi,
    you do the file reading wrong:
    have a look at:
    Local declarations.
      data:
        components          type stringtab,
        component           type string,
        path                type text255,
        file                type text255,
        line_length         type i,
       filecontent_binary type sdokcntbin,
        rows                type sytabix,
        content             type sdokcntbin,
        exception           type ref to cx_sy_file_access_error,
        exception_tmf       type ref to cx_sy_too_many_files ,
        block_size          type i value 1022,
        length              type i.
      field-symbols:
        <hex_container>     type x.
      constants:
        c_dms_blk_size      type i value 2550.
      clear file_size.
      try.
          open dataset file_name  for input in binary mode message message.
        catch cx_sy_file_open  into exception.
          case exception->textid.
            when '4182174D03030063000000000A1551B1'. raise access_error.
            when '41825AD355C3005E000000000A1551B1'. raise open_error.
            when '47E8B03AECE5BA07E10000000A114829'. raise already_open.
            when others.
          endcase.
        catch cx_sy_file_authority into exception.
          case exception->textid.
            when '4182174D03030063000000000A1551B1'. raise access_error.
            when 'A70BB8396F051547E10000000A11447B'. raise authority_error.
            when others.
          endcase.
        catch cx_sy_too_many_files into exception_tmf.
          case exception_tmf->textid.
            when '8708B73915F6B645E10000000A11447B'. raise too_many_files.
            when others.
          endcase.
      endtry.
      do.
        try.
            read dataset file_name into filecontent_binary-line.
            if sy-subrc <> 0.
              add  line_length to file_size.
              append filecontent_binary to file_content_binary.
              exit.
            else.
              add  line_length to file_size.
              append filecontent_binary to file_content_binary.
            endif.
          catch cx_sy_file_open_mode into exception.
            case exception->textid.
              when '9207B73915F6B645E10000000A11447B'. raise cx_sy_file_open_mode.
              when '9807B73915F6B645E10000000A11447B'. raise read_only.
              when '9E07B73915F6B645E10000000A11447B'. raise not_open.
              when '409D273A2D824360E10000000A11447B'. raise incompatible_mode.
              when others.
            endcase.
        endtry.
      enddo.
      try.
          close dataset file_name.
        catch cx_sy_file_close into exception.
          case exception->textid.
            when '4182174D03030063000000000A1551B1'. raise access_error.
            when 'C10BB8396F051547E10000000A11447B'. raise close_error.
            when others.
          endcase.
        catch cx_sy_file_access_error into exception.
          case exception->textid.
            when '4182174D03030063000000000A1551B1'. raise access_error.
            when others.
          endcase.
      endtry.
    Get file size.
      split file_name at '/' into table components.
      describe table components lines sy-tfill.
      read table components into component index sy-tfill.
      path = file_name.
      replace component in path with ''.
      file = component.
      call function '/EUH/MMS_GET_FILE_SIZE'
        exporting
          dir_name  = path
          file_name = file
        importing
          file_size = file_size.
    and function /euh/mms_get_file_size.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(DIR_NAME) TYPE  TEXT255
    *"     VALUE(FILE_NAME) TYPE  TEXT255
    *"  EXPORTING
    *"     VALUE(FILE_SIZE) TYPE  SDOK_FSIZE
    *"  EXCEPTIONS
    *"      NO_AUTHORITY
    *"      ACTIVITY_UNKNOWN
    *"      NOT_A_DIRECTORY
    *"      NO_MEDIA_IN_DRIVE
    *"      TOO_MANY_ERRORS
    *"      TOO_MANY_FILES
    *"      BRACKET_ERROR_IN_FILENAME
    *"      NO_SUCH_PARAMETER
      types: begin of files,
               line like ocs_file,
             end of files.
      data: file type files,
         f_subrc like sy-subrc value 0,
         errno(3)    type c,
         errmsg(40)  type c,
         pos                        type i,
         len                        type i,
         parameter(120)             type c,
         help1(120)                 type c,
         help2(120)                 type c,
         error_counter              type i.
      data:
        dir_list  like  ocs_file occurs 0 with header line.
    CASE sy-subrc.
       WHEN 1. f_subrc = 64.
       WHEN 2. f_subrc = 65.
       WHEN 0.
      search dir_name for 'SY-HOST'.    "Is SY-HOST used in directory name?
      if sy-subrc = 0.
        pos = sy-fdpos + 7.
        move dir_name(sy-fdpos) to help1.
        move dir_name+pos to help2.
        concatenate help1 sy-host help2 into dir_name.
      endif.
      do 12 times.                                 " To avoid endless loop
        if dir_name cs '$('.           " Replace parameter by their value
          pos = sy-fdpos + 2.
          if dir_name cs ')'.
            len = sy-fdpos - pos.
            if len le 0.
              f_subrc = 4. exit.
            else.
              parameter = dir_name+pos(len).
              call 'C_SAPGPARAM' id 'NAME'  field parameter
                               id 'VALUE' field parameter.
              if sy-subrc = 0.
                len = pos + len + 1.
                pos = pos - 2.
                if pos > 0.
                  move dir_name(pos) to help1.
                else.
                  help1 = ''.
                endif.
                pos = strlen( dir_name ).
                if pos > len.
                  move dir_name+len to help2.
                else.
                  help2 = ''.
                endif.
                concatenate help1 parameter help2 into dir_name.
              else.
                f_subrc = 8. exit.
              endif.
            endif.
          else.
            exit.
          endif.
        else.
          exit.
        endif.
      enddo.
      shift dir_name right deleting trailing '/\ '.
      shift dir_name left deleting leading space.
      call 'C_DIR_READ_FINISH'                      " this is from RSWATCH0
            id 'ERRNO'  field errno
            id 'ERRMSG' field errmsg.
      call 'C_DIR_READ_START'
            id 'DIR'    field dir_name
            id 'FILE'   field file_name
            id 'ERRNO'  field errno
            id 'ERRMSG' field errmsg.
      case sy-subrc.
        when 1.
          case errno.
            when 2 or 20.  f_subrc = f_subrc + 66.
            when ' '. f_subrc = f_subrc + 67.
          endcase.
        when 0.
          clear error_counter.
          do.
            clear file.
            clear dir_list.
            call 'C_DIR_READ_NEXT'
                id 'TYPE'   field file-line-type
                id 'NAME'   field file-line-name
                id 'LEN'    field file-line-len
                id 'OWNER'  field file-line-owner
                id 'MTIME'  field file-line-mtime
                id 'MODE'   field file-line-acc_mode
                id 'ERRNO'  field errno
                id 'ERRMSG' field errmsg.   "sy-subrc = 3 is e.g. if return
            if sy-subrc = 0 or sy-subrc = 3."data do not fit into variables
              perform p6_to_date_time_tz(rstr0400) using
                    file-line-mtime
                    file-line-mod_time
                    file-line-mod_date.
              file_size = file-line-len.
              dir_list = file-line.
              append dir_list.
            elseif sy-subrc = 1.                 " nothing (more) found
              exit.
            else.
              if error_counter > 50.
                call 'C_DIR_READ_FINISH'
                    id 'ERRNO'  field errno
                    id 'ERRMSG' field errmsg.
                pos =  f_subrc mod 2.
                if pos = 0. f_subrc = f_subrc + 1. endif.
                exit.
              endif.
              add 1 to error_counter.
            endif.
            if sy-index > 1000.
              pos =  f_subrc mod 4.
              if pos = 0. f_subrc = f_subrc + 2. endif.
              exit.
            endif.
          enddo.
          call 'C_DIR_READ_FINISH'
               id 'ERRNO'  field errno
               id 'ERRMSG' field errmsg.
          if sy-opsys(3) = 'Win' and not ( file_name cs '*' ).
            describe table dir_list lines len.
            if len = 0.
              help1 = file_name.
              translate help1 to upper case.
              translate help1 using
                   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'.
              call 'C_DIR_READ_START'
                    id 'DIR'    field dir_name
                    id 'FILE'   field help1.
              if sy-subrc = 0.
                clear error_counter.
                do.
                  clear file.
                  clear dir_list.
                  call 'C_DIR_READ_NEXT'
                      id 'TYPE'   field file-line-type
                      id 'NAME'   field file-line-name
                      id 'LEN'    field file-line-len
                      id 'OWNER'  field file-line-owner
                      id 'MTIME'  field file-line-mtime
                      id 'MODE'   field file-line-acc_mode
                      id 'ERRNO'  field errno
                      id 'ERRMSG' field errmsg.
                  if sy-subrc = 0 or sy-subrc = 3.
                    help2 = file_name.
                    translate help2 to upper case.
                    help1 = file-line-name.
                    translate help1 to upper case.
                    if help1 = help2.
                      perform p6_to_date_time_tz(rstr0400) using
                         file-line-mtime
                         file-line-mod_time
                         file-line-mod_date.
                      dir_list = file-line.
                      append dir_list.
                    endif.
                  elseif sy-subrc = 1.
                    exit.
                  else.
                    if error_counter > 50.
                      call 'C_DIR_READ_FINISH'
                          id 'ERRNO'  field errno
                          id 'ERRMSG' field errmsg.
                      pos =  f_subrc mod 2.
                      if pos = 0. f_subrc = f_subrc + 1. endif.
                      exit.
                    endif.
                    add 1 to error_counter.
                  endif.
                  if sy-index > 1000.
                    pos =  f_subrc mod 4.
                    if pos = 0. f_subrc = f_subrc + 2. endif.
                    exit.
                  endif.
                enddo.
                call 'C_DIR_READ_FINISH'
                     id 'ERRNO'  field errno
                     id 'ERRMSG' field errmsg.
              endif.
            endif.
          endif.
      endcase.
    ENDCASE.
    CASE f_subrc.
       WHEN 1 OR 3.             RAISE too_many_errors.
       WHEN 2.                  RAISE too_many_files.
       WHEN 4 OR 5 OR 6 OR 7 OR 70 OR 71.
         RAISE bracket_error_in_filename.
       WHEN 8 OR 9 OR 10 OR 11 OR 74 OR 75.
         RAISE no_such_parameter.
       WHEN 64.                 RAISE no_authority.
       WHEN 65.                 RAISE activity_unknown.
       WHEN 66.                 RAISE not_a_directory.
       WHEN 67.                 RAISE no_media_in_drive.
    ENDCASE.
    endfunction.
    Now you will be able to get the filesize and the file in SDOK format sdokbin.
    Okay.
    You have to build an request and push the content to the user like:
      call method server->response->set_header_field( name = 'Content-Type' value = value ).
      describe field file_content_binary-line length line_length in byte mode.
      bytes_rest = file-size.
      loop at file_content_binaries assigning <file_content_binary>.
        move <file_content_binary>-line to data.
        if bytes_rest <= 0. "mismatch between line values and size
          exit.
        endif.
        if bytes_rest >= line_length.
          call method server->response->append_data( data = data
            length = line_length ).
        else.
          call method server->response->append_data( data = data
            length = bytes_rest ).
        endif.
        bytes_rest = bytes_rest - line_length.
      endloop.
    This will work.
    You can set the header fields like you want. Have also a look at sicf node contentserver
    and its handler: CL_HTTP_EXT_CSIF

  • Adobe Reader 9.1 crashes browser when clicking PDF links

    Steps to recreate issue:
    1. With Adobe Reader 9 loaded on your Windows PC...
    2. With ANY browser, go to any url where you can download PDF forms (ex. www.dlis.dla.mil/PDFs/DD2875.pdf  OR  http://www.irs.gov/app/picklist/list/formsInstructions.html and click on any .pdf form)
    Results: The browser (whether IE 6, 7, 8 or Firefox, Netscape, etc) will crash.  The support window takes you to a place that informs you it is an Adobe problem.
    Expected results: The PDF should be opened and displayed as usual.
    Mitigation: It only occurs with Adobe Reader 9.  When I uninstalled Adobe Reader 9, and reinstalled 8.1.3 there was no issue.
    Can I get a witness?
    How about a fix for this?
    [I also work at government sites where they have lots of .pdfs accessible online.  They cannot open any of them because of this issue with Adobe Reader 9; the browser just crashes and that is the end of that.]

    You could try some of these: http://forums.adobe.com/thread/391737
    However, sometimes replacing \windows\system32\ace.dll with the adobe one in \program files\adobe ...... reader\ace.dll has been said to work.  Really ugly fix - hopefully someone at Adobe corrects this issue in the future.

  • Downloaded Adobe Reader to I Pad 2. The PDF file is still not opening.

    This is what the file says when I attempt to open it. I copied the first web link and downloaded Adobe Reader from there.
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by visiting http://www.adobe.com/products/acrobat/readstep2.html.
    For more assistance with Adobe Reader visit http://www.adobe.com/support/products/ acrreader.html.
    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.

    I would go the iTunes store and install the Adobe Mobile Reader app and not the computer application Adobe Reader for Windows.
    Of course you may find the Adobe Mobil Reader app is not compatible with the iPad2 and that maybe true for all PDF reading apps through iTunes. Also check to make sure your iPad is compatible to the app.

  • When downloading pdf files the acrobat reader is not in the group of "Choose Helper Application" programs.

    No matter what I try I can never get the Acrobat Reader to be added to the group of "Choose Helper Application" programs available in that window when downloading a pdf. I always have to browse to the Acrobat reader and select it that way.
    I have enabled Acrobat in the add-ons manager, but that has not solved the problem.
    In the options > applications menu I've selected use Acrobat Reader for pdf files but that doesn't work and furthermore doesn't seem to stick. That is, sometimes when I check that menu later the selection has reverted to "always ask".
    I'm using Firefox 32 on Windows 7. I have used Firefox on XP for years and never had this problem.

    Here are some screen shots to backup my claims.

  • Adobe reader 10.1.2 crashes when opening pdf

    I have a user with windows XP pro ,  Just recently she tries to open pdf's in outlook 2003 and it crashes. Did an uninstall of reader and re-installed and it worked fine for a couple days the it crashed again. I again un-installed and re-installed and that didn't work. When it does the error reporting it comes up with the windows error that there is a newer version and to go to the adobe web site to down load it. I have the newest vesion installed. Wonder if installing older version would work.
    Thanks
    Joel

    I am also experiencing the same problem using Outlook 6. I have also un-installed and re-installed adobe reader, which worked for a day but now it keeps hanging after about 10 seconds.
    This problem has only occurred since March 2012. Any help or solutions would be welcome.
    Cheers

  • My Firefox has started opening downloaded PDF files in a creen with no option to save or print them. How can I fix this?

    I get my bills etc electronically. I then download them and save them to a file on my computer. Firefox is now opening them in a window that has only the PDF and an address bar, the "File Edit View, etc" at the top of the screen is missing and I can't figure out how to save these files.

    Hi rjwwalker3-
    It is possible to adjust your preferences for files, and what Firefox does with them. Here is an article on how to adjust your preferences when dealing with files:
    [[Managing file types]]
    Hope that helps!

  • Safari 2.01 crashes when downloading PDF files

    Since I updated to Safari 2.01 I have been unable to download Acrobat PDF files from any site. When I click on the download, Safari just quits and I'm left with a message telling me that it has unexpectedly quit.
    Before I updated Safari it worked fine. I've also tried re-installing Safari 2.01 and resetting it.
    Can anyone shed any light on this issue please?

    Two of us are also suffering with this (please see other thread).
    Hopefully someone from Apple will read this and help us.

  • Adobe Reader v 11.0.10 cannot print PDF files

    Hello,
    My Adobe Reader v11.0.10 running on Windows 8 Pro with Media Center cannot print anymore.
    I used to be able to print from Adobe Reader before.
    I still can print to all printers using other applications – Word, Excel, Notepad.
    I can print a test page on any of my printers without any problems.
    I can print PDF files using other PDF viewers (like Foxit reader), but I can’t print from Adobe Reader.
    There is no error message on the screen and there is no any error message in the log files.
    If I uninstall Adobe Reader and re-install it, then the first time I log on I’ll be able to print once.
    But any consecutive attempt to print will fail!
    Any ideas what could be the problem?
    Thank you!

    Hello,
    I go to File --> Print menu.
    As I always do.
    It used to work before.
    I haven't tried "Print as image" option, but I'll try it and post the result!
    I will try also unchecking 'Enable Protected Mode at Startup' option under Edit> Preferences> Security (Enhanced)
    As I mentioned in my previous post I tried re-installing Adobe Reader - but no luck :
    "If I uninstall Adobe Reader and re-install it, then the first time I log on I’ll be able to print once."
    I think that the issue is not the particular file - it has something to do with Adobe Reader itself. Maybe it is corrupted????
    I'll try again tomorrow and I'll post the result!
    Thank you for your reply!

  • Adobe Reader 8.1.1 won't open PDF files from IE7 Browser

    We are using Windows XP SP2 on our network and have recently installed Adobe Reader 8.1.1 and IE7. However this has thrown up a large amount of problems as now any link, for example 'http://somesite.co.uk/somepdf.pdf' will not open a pdf file, just a blank browser page! Does anyone have any ideas as to how to fix it, or have come across this also?
    Thanks in advance,
    Marcus Arnold

    A .txt can not be opened in Reader.
    Reader opens .PDF files.

Maybe you are looking for

  • High Amount of Spam on Exchange 2013 - Content Filtering is Enabled but Pfizer Spam Filling Up Everyone's Mailboxes

    Hello Previously I used Exchange 2010 with Forefront Threat Protection installed and this used to do a good job of stopping all the spam. However since updating to Exchange 2013 earlier this year and enabling the integrated spam filtering everyone no

  • Logic pro 8 will not close in snow leopard

    I have a quad core intel mac pro and have just installed Snow loepard, now when I run logic pro 8 I can not close it down (Logic pro 8) I have to force quit every time I finnish. Does anyone know if this can be fixed? (latest version of SL and LP8)

  • WHERE IS MY WISH LIST???

    I know it's supposed to be in the quick links at the home page. It's not. Where is it and when will this be a reliable feature?

  • Cloning drives and using the cloned one as startup disk.

    Hi, i just bought a Maxtor 300 SATA internal HD, i want to install it as my startup drive on my Powermac G5 Dual 1.8 Ghz OSX 10.4.7, but keep the drive that came shipped with the computer as an extra drive (not as a backup). I know how to phisically

  • Command + F2 does not turn iMac into a screen

    hi, i am trying to use my 27" iMac as a screen to my Macbook Pro Retina. I have the thunderbolt cables plugged in, but pressing Command + F2 does not work. Yes i am pressing these buttons on the iMac. The first time i tried it a few days ago, the iMa