Cannot open pdf files after resent downloads

downloaded latest update now cannot open pdf files

Start Adobe Acrobat, use the menu File > Open... and select a PDF file. What happens now?

Similar Messages

  • Download problem with JSF: Cannot open PDF-file after opening WORD-file

    Hello,
    I have a JSP (created with Java Studio Creator) which displays a table with links to different files. Some links open PDF-documents, other for instance DOC-files (msword). I download the file as follows:
    public String downloadFile(String fileName) {
    try {
    int dotIndex = fileName.lastIndexOf('.');
    String fileExtension = "";
    String contentType = "";
    if(dotIndex > 0) {
    fileExtension = fileName.substring(dotIndex+1, fileName.length());
    contentType=CONTENT_TYPES.get(fileExtension.toUpperCase()).toString();
    if(!fileExtension.equals("") && !contentType.equals("")) {
    // method that reads file to the byte array
    byte[] fileContent = getContentOfFile(new File(fileName));
    FacesContext faces = FacesContext.getCurrentInstance();
    HttpServletResponse response = (HttpServletResponse) faces.getExternalContext().getResponse();
    response.setContentType(contentType);
    response.setContentLength(fileContent.length);
    response.setHeader("Content-disposition", "inline; filename=\""+fileName+"\"");
    try {
    ServletOutputStream out;
    out = response.getOutputStream();
    out.write(fileContent);
    } catch (IOException e) {
    e.printStackTrace();
    faces.responseComplete();
    catch(Exception ex) {
    return ("!!!ERROR: downloadFile(fileName) - Could not completely download file "+ fileName + ex.getMessage());
    return "";
    contentType is application/pdf if it`s a PDF-file or application/msword if it`s a word-file.
    fileName contains the full file path.
    link-properties:
    <ui:hyperlink action="#{showOriginalPDF.hyperlinkShowPDF_action}" binding="#{showOriginalPDF.hyperlinkShowPDF}"
    id="hyperlinkShowPDF" immediate="true" onClick="testSubmit()" target="_blank" text="#{currentRow.value['display']}"/>
    and the code of the JS-function testSubmit() (without this function I couldn�t get the right row selection in the hyperlink-table):
    function testSubmit() {
    document.getElementById('form1').submit();
    return false;
    All pdf-links are working fine and the correct document is displayed in a new browser window. but if I open a WORD-document and after that I click on another link to a pdf-file, the WORD-file is loaded again in the new window. Only if I close the window which contains the WORD-document, I can download the correct pdf after that.
    Is something wrong with the response header (I tried "attachment" instead of "inline" too but without effect)?
    Can anybody help?

    More than you asked for but good stuff. Permissions is buried in there somewhere.
    Reading
    [Resolve startup issues and perform disk maintenance with Disk Utility and fsck|http://docs.info.apple.com/article.html?artnum=106214]
    [Using Disk Utility in Mac OS X 10.4.3 or later|http://docs.info.apple.com/article.html?artnum=302672]
    [Disk Utility's Repair Disk Permissions 10.0-10.6|http://docs.info.apple.com/article.html?artnum=25751]
    "Try Disk Utility" (modified from [http://support.apple.com/kb/TS1417])
    1. Insert the Mac OS X Install disc that came with your computer (Edit: Do not use this disc if it is not the same general version as what you have currently on your computer, e.g. use a Tiger disc for a Tiger drive, not a Panther disc), then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk.
    Then boot in Safe Mode, (holding Shift key down at bootup; takes longer to boot this way so be patient), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    [Mac OS X: Starting up in Safe Mode|http://docs.info.apple.com/article.html?artnum=107393]
    [What is Safe Boot, Safe Mode? (Mac OS X)|http://support.apple.com/kb/HT1564]
    [Safe Boot takes longer than normal startup|http://docs.info.apple.com/article.html?artnum=107394]
    [Mac OS X 10.4, 10.5- Computer shuts down during Safe Boot|http://support.apple.com/kb/TA24054]

  • Cannot open pdf file after updating to 10.4.11

    I recently updated my operating system from 10.4 to 10.4.11.
    after updating, I now cannot open any pdf files. I had/have adobe 7 before the update. I thought maybe there was a problem with the program after the update so I downloaded adobe 9- the newest.
    I still am not able to open any pdf files.
    any ideas??
    thanks!
    if this is in the wrong category, please let me know.

    More than you asked for but good stuff. Permissions is buried in there somewhere.
    Reading
    [Resolve startup issues and perform disk maintenance with Disk Utility and fsck|http://docs.info.apple.com/article.html?artnum=106214]
    [Using Disk Utility in Mac OS X 10.4.3 or later|http://docs.info.apple.com/article.html?artnum=302672]
    [Disk Utility's Repair Disk Permissions 10.0-10.6|http://docs.info.apple.com/article.html?artnum=25751]
    "Try Disk Utility" (modified from [http://support.apple.com/kb/TS1417])
    1. Insert the Mac OS X Install disc that came with your computer (Edit: Do not use this disc if it is not the same general version as what you have currently on your computer, e.g. use a Tiger disc for a Tiger drive, not a Panther disc), then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk.
    Then boot in Safe Mode, (holding Shift key down at bootup; takes longer to boot this way so be patient), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    [Mac OS X: Starting up in Safe Mode|http://docs.info.apple.com/article.html?artnum=107393]
    [What is Safe Boot, Safe Mode? (Mac OS X)|http://support.apple.com/kb/HT1564]
    [Safe Boot takes longer than normal startup|http://docs.info.apple.com/article.html?artnum=107394]
    [Mac OS X 10.4, 10.5- Computer shuts down during Safe Boot|http://support.apple.com/kb/TA24054]

  • Cannot open pdf files after installing app

    I have installed the adobe reader app on my tablet but when I try to open a pdf file it downloads and when I try to open it from my downloads it says cannot open file. Please help!

    Can you share the sample pdf file where you are encountering this issue? Also possibly a screenshot of the error you are receiving?

  • Cannot open PDF file after update to Acrobat Reader 11.0.1 / 10.1.5

    I receive faxes from a service in the form of PDF files.  Up until today, I have been able to open them with no problem using Acrobat Reader 10.1.4 and lower. 
    Today, I updated Acrobat Reader to 10.1.5, and it's suddenly unable to open any of those files.  I tried uninstalling 10.1.5 and installing 11.0.1, and the same problem exists. 
    I also tried a computer with 11.0.0 that had not yet updated, and it works fine.
    Apparently, it's something about this latest update. 
    The PDF files open in other viewers like Foxit, Sumatra, and Chrome with no problem. 
    Here is the error:
    The offending file can be gotten from here:
    https://dl.dropbox.com/u/24145333/Cisco_fax.pdf
    Any help you can provide is greatly appreciated!
    /Mike

    Apparently I was incorrect on the Cisco box, we are using something different now. We use an Extended application server attached to a Meta Call feature server. This is a known issue for them.
    "We have discovered an issue that means that the format of fax PDFs generated on most versions of Metaswitch EAS is incompatible with the latest Adobe Reader (11.0.01).  This means that when your end users upgrade their Adobe Reader to 11.0.01, they will no longer be able to view faxes received from EAS in PDF format."
    The same is with version 10.1.5. I uninstalled 10.1.5 and reinstalled 10.1.4 and the problem went away. No updates for us for now

  • I cannot open PDF files

    Hallo,
    I cannot open PDF files.
    I download them, when I try to open, the message with damaged file and cannot be repared appears on my screen.I did delete and install Adobe Reader, but I have the same problem.
    Can anyone help?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, or by a peripheral device.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • New problem for me    cannot open pdf  file on my computer

    cannot open pdf files   tried to download new adobe reader w/o successs

    What is your operating system?  Reader version?
    What exactly means "cannot"?

  • After activating "Click-to-play" plug-ins, I cannot open pdf files.

    In the latest release of Firefox, information about how to prevent plug-ins from loading automatically was in the release notes. I activated this in about:config. (Click-to-play).
    After that, I cannot open pdf files! When I click on a link all I get is an empty window. Reloading page don't help.
    What I can do, is to click on the button next to the awesome bar and set that plug-ins will always load automatically for this page. Then the pdf file loads.
    Another work around is to copy the link and paste it in IE.
    Is this a bug with "click-to-play"?

    Thanks cor-el. I have read the various bug reports and it is indeed the same. Has been known for a while...
    Anyway, I find no mention of the work-around: "Click on the button next to the awesome bar and set that plug-ins will always load automatically for this page."
    I don't know if there is a place to give that feedback.

  • Hi, i cannot open PDF files.  I recently downloaded a sample of Adobe Pro, but that has now expired

    Hi, i cannot open PDF files.  I recently downloaded a sample of Adobe Pro, but that has now expired and my PC wants a code input to enable me to open adobe files.
    I do not wish to purchase Adobe Pro as it is too expensive.
    please help, being unable to open PDF files is starting to hamper my business.
    thanks

    If all that you want to do is open PDF files, you can download Adobe Reader from http://get.adobe.com/reader/

  • I cannot open pdf files from one supplier when using Adobe Reader but I can using another Viewer

    I cannot open pdf files from one supplier when using Adobe Reader but I can open it if using Google PDF viewer or another viewer. The Adobe reader gives the error "There was an error opening this document. The file is damaged and could not be repaired" when I try to open the file. The version of Adobe Reader is 10.1.7, however I have tried other versions and they all fail the same way.  I have tested on a number of different PC's in different networks and all fail using Adobe Reader but work using alternate viewer. Also the PC's will open a PDF from any other source.

    Newer Reader versions are more strict than older versions (and other PDF viewers).  If certain minimum requirements are not met, Reader will tell you that the PDF is damaged.  This can happen when a document was created with software that does not adhere to PDF standards, or when the file was damaged during a download or email transmission.
    You should contact the creator of these PDFs.

  • I cannot open pdf files in safari.  It tells me first character is invalid.  I have deleted plug-ins and reinstalled program.  HELP

    cannot open PDF files in safari.  It tells me first character is invalid - I have deleted plug-ins and reinstalled the program.

    HI..
    If you are using Adobe Reader ...
    Try uninstalling the current copy of Adobe Reader first.
    Best to use a utility to do this to make sure all the associated files are removed as well >  Download AppCleaner for Mac - Uninstall your apps easily. MacUpdate.com
    Then reinstall >  http://get.adobe.com/reader/
    Quit then relaunch Safari to test.

  • I have an iMac and cannot open PDF files in Firefox now. How do I fix this please?

    I have an iMac and cannot open PDF files while working in my university site in Firefox now. How do I fix this please?

    I have a similar problem - not mac related and sometimes I find if I download the pdf file I can open it then.

  • Cannot open pdf files

    I cannot open pdf files from the internet.  I just get a small white cross in a black background in the top left hand corner of the screen.  This is not just from one website but happens with all.  Advice please.  I am using Windows 7 Home Premium and Internet Explorer as the browser and have the latest Adobe.

    Richvan2, welcome to the forum.
    The first thing you should do is run your antivirus program.  It could be a virus.
    Then, you should download the latest version of Adobe Reader.  It may be a glitch in the current version on your computer.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Mac OS X cannot open pdf files from online sites.

    Mac OS X cannot open pdf files from online sites.

    The problem is definitely between my safari and Adobe.
    I can open documents in emails. But not something like this.
    Your Folk Project newsletter for the coming month is available for download at:
    http://folkproject.org/enl/eNewsletterDownload.shtml
    Kathryn Weidener
    Storyteller
    908 369-7571
    [email protected]

  • Cannot open pdf files in Firefox.

    I cannot open pdf files in Firefox. (I can in Chrome).
    I tried Menu - Preferences - PDF - Use Adobe Acrobat Professional. Also tried the same with PDF Browser Plugin 2.4.4
    Clicking on a PDF link just opens a blank page.

    When I enter about:preferences#applications <Enter> in the address bar, then for PDF it shows:
    pdf File (application/x-download) ... Use Adobe Acrobat Professional
    pdf File (application/x-pdf) .... Use Adobe Acrobat Professional
    Portable Document Format (PDF) ... Save File'''
    I would like all PDF's to open in Adobe Acrobat 8 Professional.
    Right now none of the PDF's open at all, so opening in Firefox or any other viewer would be preferred over not showing up at all.

Maybe you are looking for

  • Run Time Error  while executing BSP application in Safari browser

    Hi Frens,   I am new to BSP application. I have made changes for an existing BSP application which has to be executed on both IE and Safari browsers. I made changes in the View for IE browser and it is executing correctly. I have done the same change

  • A simple Spry Accordion Question (I think)

    Hi all: I've searched but can't find, but I think this is a simple one. I've created a basic Spry accordion menu with DW/CS3 - Insert/Spry/Spry Accordion. How do I get the first "Content 1" to be hidden/not visible upon page load. Right now, the "Lab

  • Getting an Errorwhile trying to update user's email in OIM

    Hi, I am getting an error while trying to update an user's email in OIM Below is the error in the logs EXCEPTION:[[ oracle.iam.identity.exception.UserModifyException: IAM-3010032:An error occurred while modifying user(s) in LDAP with key(s) - 923922:

  • 1.8 Dual G5 will not turn on

    Hi all I was using my G5 and absentmindedly turned it off at the power switch rather than the Apple menu. Now when I turn it on, I just get the indicator light on and nothing happens when I press the power switch. I've disconnected everything. I have

  • There is some problems about the connection betwee...

    hi, my cell phone is N70, my notebook is ThinkPad T43 with Bluetooth set,and my nokia pc suit is 6.86.9.3 And I wanna connect my N70 to the T43 through the bluetooth. But after I enter the password in my phone which matches the one in my notebook a d