Unable to open adobe Attachments

I am unable to open any adobe attachments on my iMac.  I have downloaded the adobe reader as recommended in the prompt but still unable to open anything adobe.  Any suggestions?

edegraff wrote:
I am unable to open any adobe attachments on my iMac.  I have downloaded the adobe reader as recommended in the prompt but still unable to open anything adobe.  Any suggestions?
What Adobe "attachments" are you trying to open? If you mean PDF files you've downloaded, which Reader is designed to open, Apple's Preview can open them too, and a lot more.

Similar Messages

  • Recipients are unable to open my attachments.

    Hi all,
    First time posting so please excuse any misused terminology and the like.  I'm having trouble with Mac Mail.  I use iCloud mail for my service and I have my iCloud account connected to "Mail" on my iMac.  I also have a Hotmail account connected to Mail that I occasionally use. 
    I recently tried to send a PDF to a Windows user using my iCloud account but they were unable to open the attachment.  They could view the message fine and the attachment showed up but they were getting an error when they tried to open it.  They also tried to save the attachment to their computer and then open it with no luck.  When I took a look at the sent e-mail I was also unable to open the PDF.  I was getting an error that read:
    "Adobe Reader could not open 'Order Receipt.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an e-mail attachment and wasn't correctly decoded)."
    So I tried again with another file type, this time it was a tiff image with similar issues.  Still unable to open the file getting a different error message.  I then tried using my Hotmail address as the sending e-mail account, still with no luck.  I then was forced to use the Hotmail web site to send the mail and that worked fine, much to my chagrin.  I then tried to send it via the web based version of iCloud which didn't seem to work from my end at first, I was unable to open the file by clicking on it, still receiving the same error message mentioned above but when I saved it to my downloads folder I was able to open it up clicking on the file from my downloads stack on the dock.  Once it opened up this way I was also able to open it up by clicking on the file in the e-mail. 
    Upon further investigation, I noticed I was unable to open any attachments to an e-mail as soon as I attached them.  When I attach a file by clicking and dragging the file into the e-mail, the icon shows up in the mail, which is strange because normally the attachments show up embedded in the e-mail, but when I click on them I get the error message and the file size for the attachment is 0KB.  If I try to attach something using the paperclip icon at the top of the mail message a window opens up where I can select the file but when I select it and click "Choose File" the file selection window closes but nothing seems to have attached to the e-mail. 
    I've been researching this for a few days now and I've tried rebuilding my mailbox, to no avail.
    Sorry if this is a little wordy but from what I've seen in forums, the more information you give on what you've done, the better.
    Any clue what's going on? 
    Thanks in advance!

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -f -a TextEdit 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; sudo defaults read com.apple.loginwindow LoginHook; sudo crontab -l; } 2> /dev/null | open -f -a TextEdit 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; crontab -l 2> /dev/null; } | open -f -a TextEdit 
    Step 4
    ls -1A /e*/{la,mach}* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -f -a TextEdit  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' | open -f -a TextEdit 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • UNABLE TO OPEN PDF ATTACHMENTS IN E-MAIL

    Over the past week,I have been unable to open PDF attachments in my AOL webmail.  I encounter no problems with my Outlook Express e-mail.  Why is this suddenly happening and how can I correct the problem?

    To make sure that Adobe Reader is default,
    goto Edit->Preferences->Select default PDF Handler. Check the value in the dropdown list "Select Adobe product". If the first value which appears is 'Adobe ReaderX', then Reader X is the default PDF Handler.
    Also please let me know the OS you are using.
    Is the problem also faced in AOL webmail with any other Adobe Product(like Acrobat X, Reader 9 etc.) if you are using/used any of them?
    Thanks,
    Shakti

  • I am unable to open adobe bridge on my mac. When I try to open it nothing happens. When I right click it says the application is not responding. I can also not op en through photoshop. Please help

    I am unable to open adobe bridge on my mac. When I try to open it nothing happens. When I right click it says the application is not responding. I can also not op en through photoshop.

    Could you see whether Firefox will start in its Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    Here's how:
    With Firefox closed, hold down the Shift key while starting Firefox.
    A small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Does that work?

  • Since installing OS X Mavericks I am unable to open Adobe CS5 software such as Photoshop CS5 etc

    Since installing OS X Mavericks I am unable to open Adobe CS5 software such as Photoshop CS5 etc

    Check out the Adobe / Mavericks support page >  OS Compatibility and FAQs for Mac OS Mavericks (v10.9)

  • Unable to open video attachments in an email

    I am unable to open video attachments in emails I receive !!

    What is the file type for the video attachments?
    Copied from this link.
    http://www.apple.com/iphone/specs.html
    Video formats supported: H.264 video up to 720p, 30 frames per second, Main Profile level 3.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format.
    If the video attachments are Windows Media Video files (WMV files that include a .wmv file extension), WMV is a closed/proprietary Microsoft video format. Microsoft stopped providing and supporting a Windows Media Player version for the Mac and OS X many years ago. There is a 3rd party player that provides for this on a Mac and there is a 3rd party app that provides for this on the iPhone.

  • I am unable to open pdf attachments in my emails?

    I have check my program files, i have adobe reader installed however when i have a pdf file in my emails i cant open the email?
    Can you please advise how i can solve this?

    Hi tillysingh,
    Are you saying that you can't even open an email message that has a PDF attachment? Or, are you unable to open PDF files in attachments? What happens when you try? Do you get an error message?
    Best,
    Sara

  • Unable to open adobe reader 11

    hi, i m unable to launch adobe reader 11 in my windows 7. please help. whenever i try to open, a dialog box appears saying "an internal error occurred". i tried 'repairing', troubleshooting, uninstallin and reinstalling..nthing works..please help me.

    Thaks for your help, it did not work..but i have a feeling that the problem is with the 'permission' settings..Some few days back i clicked on to some files that must have changed the settings. I can't even remember where i clicked. Will keep trying, I appreciate your help. If you have any add ons, do post it. Thanks 

  • Unable to open adobe XI

    I am unable to start adobe reader XI which i installed today. It just tries to open and then closes.

    And on what system...?
    Mylenium

  • Unable to open adobe acrobat reader

    I own a nokia n93. For the part few days i've been unable to open the adobe acrobat reader supplied with the device. Whenever i try to open it i get a message which says, ' App closed acrobat reader'.
    Would greatly appreciate any fruitful suggestions from u guys.

    Run the Acrobat Cleaner Tool, reinstall Acrobat.
    Mylenium

  • Unable to open email attachments

    Unable to open email attachments

    Here is a similar problem:
    https://discussions.apple.com/message/23746619#23746619
    Winmail.dat files are attachments sent by Microsoft mail applications (Outlook, Outlook Express or Exchange) on a proprietary format called TNEF (transport neutral encapsulation format).  Try this tool to open it - Winmail Viewer.
    <Link Edited By Host>

  • HT4993 I am unable to open word attachments from my work email ever since I bought the 5c. The word documents just flutters but will not open

    I am unable to open word documents as attachments from my 5c. I never had the problem with the 4s. Is it something in the settings?

    NiciMac wrote:
    Working on reviewing book chapters for a large NPO and have a big problem trying to open multiple Word files attached to incoming emails. Am using OS 10.5.8 and AOL email account, Word for Mac 2008 with auto-updates. If more than one Word file is attached, I get a message, "filename.doc uses a file type that is blocked from opening in this version." None of the suggested work-arounds to open the file (such as from within Word) will work.
    Since you didn't describe "the suggested work-arounds" I can only guess whether you've tried this, but in that message there should be a paperclip icon on the left at the bottom of the header. If you drag that icon onto your computer's Desktop, you should see the attachment(s) there. Can you open them by double-clicking?

  • Unable to open PDF attachments in email - Lumia 92...

    Hi,
    I have installes PDF Reader app by Microsoft, but when try to open the PDF attachment in email, get fokkowing error.
    Error Unable to open document.

    cemdcem wrote:
    i cant open pdf files i ve an error 80004004 and cant find anything about it
    Do you have the updated version of PDF Reader installed in your phone ?

  • Unable to Open Adobe Products

    Hi,
    Macbook Pro 10.5.8 and trying to open Adobe Photoshop 10.0.1 and comes up with application unexpectedly quit. Think this may have been since parallels has been installed but not sure. Any ideas appreciated. I have looked at other posts regarding epson scanners causing issues but no joy fixing this one. I am thinking of a reinstall of Adobe ? This also causing issues with all adobe products but sometimes when loading / opening files.
    Thanks,

    Has Photoshop ever worked properly? Have you tried uninstalling Photoshop and re-installing it? have you tried deleting the file, "com.adobe.Photoshop.plist" from your home/Library/Preferences folder? You might also post to the Adobe forums:
    http://forums.adobe.com/community/photoshop

  • Unable to open video attachments in mail

    I can't open video attachments in my e-mail.

    What is the file type for the video attachments?
    Copied from this link.
    http://www.apple.com/iphone/specs.html
    Video formats supported: H.264 video up to 720p, 30 frames per second, Main Profile level 3.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format.
    If the video attachments are Windows Media Video files (WMV files that include a .wmv file extension), WMV is a closed/proprietary Microsoft video format. Microsoft stopped providing and supporting a Windows Media Player version for the Mac and OS X many years ago. There is a 3rd party player that provides for this on a Mac and there is a 3rd party app that provides for this on the iPhone.

Maybe you are looking for

  • ASA 5505 - 2 Internet Connections, Problems with the Default Route

    Hey there, i have a Problem at a Customer Site at the moment. The customer uses an ASA 5505 with two internet connections attached to it. On the first connection (which is the only one in use at the moment) he has some Static-PAT's from Outside to In

  • Setup RPM repository in OEM 11g

    All my attempt to create RPM repository for Linux is failing in OEM 11. I am not able to find these files You must first download the XML files manually from the internet onto a workstation: http://updates.oracle.com/ARULink/XMLAPI/download_seed_data

  • Major dropout of BT on Saturday 28 June

    There was a quite long period on Saturday when Broadband only worked in certain areas . This problem was apparently known about by BT , certainly according to a Broadband Speedchecker site that I use . It was only after using the check site that I st

  • Elements inspiration browser won't install in windows?

    inspiration browser will not dowload.  I updated from the introduction page as it asked me to remove the program and reinstall?  help.

  • Update statement using correlated partition over query - help asked please.

    A simple table: SQL> desc vs Name Null? Type COL1 VARCHAR2(10) COL2 NUMBER SQL> select * from vs; COL1 COL2 A A B B B C D D E E E E E 13 rows selected. I want to Update col2 with sequence number grouped by col1, in one step. EG. The seqno returned by