Adobe reader 8 / acrobat

I have windows xp. I am trying to open a pdf file that was sent to me. I have adobe reader 8. I was told by my instructor I need acrobat to open it. Doesn't adober reader 8 have acrobat or do I need something else? I am Computer DUMB!! Please help me!!!!

I've had trouble opening a couple of PDF files, one that was sent to me via email (twice!) and one that I downloaded off a website. I just installed Adobe 9 and both times I get the message:
"Adobe Reader could not open *file name* because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded.)
Any suggestions? I'm computer literate but know NOTHING about programming.

Similar Messages

  • Adobe Reader & Acrobat Pro Extended 9.2 are now available

    Hi all,
    Note that Adobe Reader & Acrobat Pro Extended 9.2 are now available
    http://www.adobe.com/support/downloads/new.jsp
    Or simply go to  Help / Check for updates in order to get the latest build available.
    The Adobe® Acrobat® 9.2 Pro Extended update addresses critical security vulnerabilities while providing more overall stability.
    APEX 9.2 also includes the support of Inventor® 2010 and several 3D bugs fixes.
    Hope it helps
    Best Regards
    William Gallego
    A3D QE Team

    RESOLVED!!!
    The private data of the DEVMODE data structure may be corrupted when you use raw mode to print a document in a 32-bit application on a computer that is running a 64-bit version of Windows
    http://support.microsoft.com/kb/930627
    After installing the above patch, it works like a charm.

  • Adobe Reader & Acrobat 6~9 Group Policy ADM file (only applied once?)

    Hi folks. I created the below ADM template last month based on some of the ones I have seen elsewhere. I import the ADM file to use with Group Policy and make the necessary settings (need to uncheck "Only show policy settings that can be fully managed" to see it in GPO Editor).
    Anyway, when the user logs on it stamps them with the desired registry setting (bEnableJS value 0). Yay! But I notice that if a user re-enables JavaScript in Adobe Reader/Acrobat and then logs off and back on again (reboot or logoff/on) the registry setting does not get re-applied. All other pre-existing Group Policies get applied and doing a gpresult or rsop.msc has everything looking as though it did get applied.
    I notice that if I manually do a "gpupdate /force" to a logged on system the setting appears to be reapplied (need to reconfirm this though). Has anyone expierienced similar with their ADM templates for this? Perhaps I am missing something? Appreciate any help/advice.
    ; Administrative Template to enable/disable Javascript of Adobe Acrobat/Reader 6.x~9.x
    ; Version 1.0
    ; 2010/1/22
    CLASS USER
    CATEGORY !!Adobe_Acrobat_Reader_6-9
        POLICY !!JavaScript_Reader_9.x
        EXPLAIN !!JavaScript_Reader_9.x_help   
            KEYNAME "Software\Adobe\Acrobat Reader\9.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Acrobat_9.x
        EXPLAIN !!JavaScript_Acrobat_9.x_help
            KEYNAME "Software\Adobe\Adobe Acrobat\9.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Reader_8.x
        EXPLAIN !!JavaScript_Reader_8.x_help
            KEYNAME "Software\Adobe\Acrobat Reader\8.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Acrobat_8.x
        EXPLAIN !!JavaScript_Acrobat_8.x_help
            KEYNAME "Software\Adobe\Adobe Acrobat\8.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Reader_7.x
        EXPLAIN !!JavaScript_Reader_7.x_help
            KEYNAME "Software\Adobe\Acrobat Reader\7.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Acrobat_7.x
        EXPLAIN !!JavaScript_Acrobat_7.x_help
            KEYNAME "Software\Adobe\Adobe Acrobat\7.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Reader_6.x
        EXPLAIN !!JavaScript_Reader_6.x_help
            KEYNAME "Software\Adobe\Acrobat Reader\6.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Acrobat_6.x
        EXPLAIN !!JavaScript_Acrobat_6.x_help
            KEYNAME "Software\Adobe\Adobe Acrobat\6.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
    END CATEGORY
    [strings]
    Adobe_Acrobat_Reader_6-9="Adobe Acrobat and Reader 6 to 9"
    JavaScript_Reader_9.x="JavaScript Adobe Reader 9.x"
    JavaScript_Reader_9.x_help="Enable/Disable JavaScript in Adobe Reader 9.x"
    JavaScript_Acrobat_9.x="JavaScript Adobe Acrobat 9.x"
    JavaScript_Acrobat_9.x_help="Enable/Disable JavaScript in Acrobat Acrobat 9.x"
    JavaScript_Reader_8.x="JavaScript Adobe Reader 8.x"
    JavaScript_Reader_8.x_help="Enable/Disable JavaScript in Adobe Reader 8.x"
    JavaScript_Acrobat_8.x="JavaScript Adobe Acrobat 8.x"
    JavaScript_Acrobat_8.x_help="Enable/Disable JavaScript in Acrobat Acrobat 8.x"
    JavaScript_Reader_7.x="JavaScript Adobe Reader 7.x"
    JavaScript_Reader_7.x_help="Enable/Disable JavaScript in Adobe Reader 7.x"
    JavaScript_Acrobat_7.x="JavaScript Adobe Acrobat 7.x"
    JavaScript_Acrobat_7.x_help="Enable/Disable JavaScript in Acrobat Acrobat 7.x"
    JavaScript_Reader_6.x="JavaScript Adobe Reader 6.x"
    JavaScript_Reader_6.x_help="Enable/Disable JavaScript in Adobe Reader 6.x"
    JavaScript_Acrobat_6.x="JavaScript Adobe Acrobat 6.x"
    JavaScript_Acrobat_6.x_help="Enable/Disable JavaScript in Acrobat Acrobat 6.x"
    JavaScript_Enabled="JavaScript Enabled"
    JavaScript_Disabled="JavaScript Disabled"

    Hey, what you have described is normal behaviour for the way you have written your Custom ADM file.
    Because you are not using Proper Windows Policies, i.e. Setting them in the policy location in the registry, then once you apply a setting, it will not get over written again ever unless you made a group policy change or do a gpupdate.
    Normal group policies will get re-applied depending on the time frame set in the policy its self.

  • Trying to open a file in the browser and Adobe reader/acrobat says to quit and try again (1:9) HELP

    trying to open a file in the browser and Adobe reader/acrobat says to quit and try again (1:9)
    Do this over and over and even reinstalled several times to no avail. Mac running the latest Mt. Lion
    HELP

    click file > place formats to import graphic files.
    http://helpx.adobe.com/indesign/kb/supported-file-formats-indesign-cs5.html

  • Adobe Reader/Acrobat Is not Installed

    I get an error on machines on our work network that says Adobe Reader/Acrobat is not installed. However most cases it is installed on the machine and in most cases it turns out to be the 8.1.1 version of Adobe reader. So what we have noticed is that the permissions do not seem to be right with the .pdf file extention. We manually add the users, power users group to the file extention and then we grant them full control over the extention and in most cases that as well will not work. The next step would be to uninstall 8.1.1 Adobe reader and then reboot. Upon the restart we will log on and install the 8.1.2 update. Sometimes this works but then again I have noticed that the users, power users group is not in the .pdf file extention. Then we will add them in and yet the user will still have the same error message. We have fun out of ideas and the other bad scenario is that this is free software and its very difficult to get support for. Anyone have any ideas?

    Hi snoreaustralia,
    It sounds like you just need to associate the PDF filename extension with Acrobat, rather than Preview. Please see this document from the Microsoft Help for instructions on choosing the default program for opening a particular file type (in your case, PDF): Change which programs Windows uses by default - Windows Help
    Best,
    Sara

  • JS: How to close Adobe reader/Acrobat?

    How to close a PDF file in Adobe reader/Acrobat using JS in Design?
    Thanks in advance.

    Here is an example:
    #target indesign
    var acroScript = 'var d = app.activeDocs;\r';
    acroScript += 'for ( var i in d ) d[i].closeDoc( true );';
    var bt = new BridgeTalk;
    bt.target = "acrobat";
    bt.body = acroScript;
    bt.send();
    It closes all open documents in Acrobat without saving. However it  works only on PC and only in certain versions of InDesign and Acrobat. (I tested it at work, in InDesign CS3 and Acrobat 8 Pro, on Windows XP)
    But at home computer I have Acrobat X version 10.1.1 and bridgetalk doesn't "see" it.
    Note that closeDoc method has an optional parameter -- bNoSave -- whether to close the document without saving. If false (the default), the user is prompted to save the document if it has been modified. If true, the document is closed without prompting the user and without saving, even if the document has been modified.
    Hope this helps.
    Kasyan

  • Is adobe reader, acrobat requires system reboot for installation and  upgradation

    is adobe reader, acrobat requires system reboot for installation and  upgradation?

    Hi Rave,
    Thanks for your reply.
    we have a vulnerabilities scan on adobe systems. it shows as below .
    Plugin Name
    Remarks
    Family
    current version
    Adobe Reader Unsupported Version Detection
    Upgrade to latest version(http://www.adobe.com/support/programs/policies/supported.html)
    Windows
    Adobe Reader 9.5.5 9.5.5
    please tell me how to fix it.
    thanks in advance .
    Regards,
    Harish

  • Adobe Reader/Acrobat Printing Issues - Weird Fonts / Characters - all versions

    Hi everybody.
    I'm experiencing a very nasty issue with both adobe reader (last version) and acrobat.
    When I print something with text, i get only strange characters, mostly symbols.
    I cannot get out of this, I tried everything.
    Already tried
    1) print as image does not works, it's the same
    2) the box in pdf printer " print only with fonts on pc" is checked
    3) reinstalled both adobe applications
    3) reinstalled printer drivers
    4) i've installed and reinstalled those so called missing fonts but nothing
    Next step is to change PDF reader. Any help?

    unfortunately it didn't work.
    It's weird how an application (company) like this could not provide those kind of such easy fixes. I'm not expecting updates or so, but at least a troubleshooting paragraph about this specific problem.
    This problem is well known, there are plenty of pages talking about it.
    I just installed Foxit reader and printed pages were perfect. This demonstrate's Adobe Reader/Acrobat fault.

  • How do I send a PDF fillable form from Adobe Reader Acrobat?

    I just installed Adobe Reader in my iPad to send a fillable form but as I sent it out the form is received blank by the recipient.  How do I save the PDF fillable form and send it out with the filled out information.  I am able to save it in Acrobat but for some reason I send the form but the recipient receives it blank.  What can I do?  Thank you for your help.

    Your recipient needs to use Adobe Reader or Adobe Acrobat to reliably view a filled form. Chances are they are using a third-party, substandard PDF reader like Apple Preview. Adobe Reader is a free download; if necessary, you could provide them a link from the Adobe website.

  • PDF form filled in Preview does not display correctly in Adobe Reader/Acrobat?

    I recently received a PDF form from my bank, and filled in the fields and affixed my signature. Saved the form. The recipeint of the form opened the PDF in Acrobat or Adobe Reader and the fields don't display the filled in form, unless you click in the field. After you click out of the field, the entry disappears. When you print the form from Reader or Acrobat, the fields are blank, but the signature prints.
    Before saving the form from Preview, the fields appear normally in Reader/Acrobat.
    Running Lion 10.7 and Preview 5.5.
    Anyone else have this happen?

    I've since found out that there is somewhat of a "fix" that addresses a way to see the form entries in Acrobat, but doesn't resolve the problem the Preview creates. There is a script available on the Adobe forum that can be installed into Adobe Acrobat: http://blogs.adobe.com/pdfdevjunkie/2009/11/script_to_fix_mac_osx_previewa.html. The link and also explains the problem which should really be addressed by Apple. After installation, it will appear in the Edit menu of Acrobat. Once you open a Preview form, selecting "Fix Field Appearances" will repair the form so that the entries are visible.
    Preview will still create bad forms, but this script will allow them to be visible in Acrobat. Unfortunately if you're sending a form to someone, there's no way to know if the recipient is using Preview or Acrobat and whether they even know about the problem. So you would have to create the form in Preview, open it in Acrobat, fix the field appearances and re-save. So it's not really a fix, just a work-around. Still don't use Preview for this reason.
    I don't know if the script works with Adobe Reader, there's no mention that it does or doesn't in the forum entry.

  • Preview vs. Adobe Reader / Acrobat Pro?

    I am making a PDF from Pages.  When I open the PDF in Preview it looks identical to the Pages file.  When I open it in Adobe Reader or Acrobat Pro it looks as if the colors have been shifted from RGB to CMYK; they don't quite match, they all look slightly duller.
    Is it that the Adobe apps are somehow set to default to CMYK?  i can't find anywhere in the Preferences that gives this choice.  But why would the PDF look different from Pages/Preview?
    All ears,
    Ben

    Hi Walt, Fruhulda,
    I'm not sure I'm getting this.
    The Pages file is 300 dpi.
    When I 'export' and use 'best' to create a PDF, that PDF is not 300 dpi, it's 72 dpi.
    So bringing it into Preview and 'saving as' a quartz filter 300 dpi isn't going to recover the lost quality.  When I try this my 14 meg file (from Pages to it's version of PDF) is reduced to 2 megs when converted BACK to 300 dpi via Preview.  The end result as far as I can tell is a really raunchy 72 dpi looking document ... and my drop shadows (a luminous blue in this case) have been partially chopped out of the picture.
    There doesn't appear to be any way to 'save' anything in the ColorSync Utility.  I can 'lock' the new version.  I did notice that if I closed and opened the ColorSync, the changes (adding the 300 dpi) had actually disappeared.  So now I've 'locked' the changes; we'll see if that helps.
    But there is no way to 'save' anything.  And the new Generic PDFX-3 (300dpi) doesn't appear in the Pages 'print to PDF' choices.  Now I can 'edit menu' and supposedly add new choices ... if I knew where ColorSync might be storing these quartz filters.  But I have no idea.  No general searches bring up anything.
    I've been using a quartz filter I got from France, which I store in - adim / Library / PDF Services.  But there are no other .qfilter files when I do a search.

  • Adobe Reader Acrobat DC: what where they thinking??

    I made an Adobe account especially for this posting. I am not someone who complains a lot or writes all over the web about software. But for this new DC thing I make a big exception.
    I did build a new PC and after that I also went over to Adobe site to download Adobe Reader. Something was there by default called Adobe Acrobat Reader DC.
    Mmm, confusing: I don't have or want Acrobat, that's a complete other line of Adobe products. So had to search but no, turns out that for some reason the reader now also is part of the Acrobat line. Plus only DC is offered, nothing else.
    Well okay, download and install.
    First impression: looks weird, a way to big tools sidebar too. Ah well, I can disable that. Nope, the sidebar is always there.
    Interface and layout: horrible. But okay, I can learn to live with that.
    Okay, next step: disable the automatic update. Nope, can not be done, the auto update is always On.
    Well okay, lets see if I can get rid of all the "become member" and "Cloud" notifications. Nope, Adobe somehow decided to nag people to death in the Reader so they get a paid account and go into the cloud.
    I really don't know what Adobe was thinking when the made this DC thing but it's just horrible. I know the side Toolbar will have the option to be hidden constantly within a month or 3, I know I can disable the Auto update withing Windows Services, I know I can use Windows Registry tweaks to disable things, I know there is a DC Configurator Wizzard to set things.
    But it's ridicules that all that is needed to get a normal working, simple PDF Reader!!
    And that is my experience for personal use: for my work DC has even more become a completely useless tool with all the things that have to be configured before the users can use it.
    Adobe, do mention on your download page that DC is no simple PDF Reader anymore but just another way to generate money by trying to get people to get a Adobe account so they can get more features? Do mention that Adobe Reader as we know it is no more, that it has been replaced by this DC thing?
    Sorry Adobe, I uninstalled this DC thing and I am looking for a good and simple alternative for at work. With sadness I say goodbye to Adobe Reader which I used for so many years. Thank you Adobe by rewarding us all with this ... this ... DC Thing

    Hi ,
    It seems like you are not happy with the new UI for Acrobat DC.
    First of all I would like to tell you that Adobe Reader DC and Adobe Acrobat DC are two different software .
    DC is the common thing linked to both the software.The DC ,i.e Document Cloud states the ease of access of the PDF files,that you can view your PDF' from anywhere and from different gadgets such as your phone, laptop and your desktop by just logging to your account .
    If you did not find the new interface interesting ,you could fill in the following wish form and report the same to our engineers and they could work on it and see what best could be done for the users .
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Regards
    Sukrit Dhingra

  • Adobe Reader/Acrobat forms issues!

    This is a long one, and I know it's been posted before, but I just wanted to try again anyway.
    I've just created a form using Adobe Designer, one that contains fields that someone can fill out when the form is open with Adobe Reader. The form I've created specifically is for a medical practice, and the first few fields are the doctor's last name, first name, and middle initial. Is there any way that, when I click Save As, a file name is automatically created in the Save As box that contains the last name, first name, and middle initial? I'd like the file name to look like this: LastName-FirstNameMiddleInitial.
    Also, this is a form that the people who work at this practice will be using regularly. After the doctor's name fields are a few fields for the date, time in, and time out. Right now, we'd like the date to look like this: 07-16-2008. We'd also like the time in and time out to look like this: 12:00. I'd like it so that, if some data entry person at this medical clinic is tying in the date, and, say, they type in the date as 07/16/2008, it is automatically formatted to 07-16-2008 with the hyphens. Same with the time. Everyone types things in differently, and I'd love to know what I need to do so that it's automatically converted to the date/time design I listed above.
    The form also contains an electronic signature field. The purpose of the signature field is mainly to expand on the services we offer in terms of going paperless. We want to help our clients STAY paperless, which means preventing the need to print off more paper. This form I'm working on is for a medical practice and is simply a doctor's form, with field for the doctor's name, date/time, a field for any info the doctor would like to input, and then the electronic signature field.
    After the PDF is created, it is more than likely saved, which presents other problems, as I've now learned you can't save with Adobe Reader.
    As far as looking up data on the form in the future is concerned, I'm pretty sure that's a big yes. I don't know that this particular PDF would be updated constantly, but I'm sure it will need to be retrieved at some point. How can the data be inputed so it can be retrieved from a database?
    I've heard some talk about JavaScript in regards to this issue, as well. How exactly do I go about providing JavaScript? I know how to create a button in Designer, but I've had little experience with JavaScript. I've downloaded a program (PF Merge?) that might allow me to link the form I've created to a database, but I'm not sure how it works yet. Is that what you were referring to as far as our comments about an SQL database is concerned? Is there another way I can create a connection to a database, say, a slightly easier way?
    Help!

    Interesting.  I did just do the Reduce File Size and extended the document and there were no dialog boxes when I saved my data.  The file size got larger instead of smaller and I received the message at the end of the Reduce File Size cycle that said " Enforcement of compatability to an earlier version of Acrobat has increased the size of some images".  There is an image in the file, not one that I added, but from the original document.  No change to the image either.  No biggie to me.  As long as my users can fill out the form and come back to it later to make changes, I'm happy!
    Thank you.  I think that solved it!

  • Plugincheck claims Adobe Reader/Acrobat 10.0.1-nl is outdated; can't find newer version.

    Today I checked the Firefox 4.0.1. plugins by use of: http://www.mozilla.com/nl/plugincheck/
    This website claims the: Adobe Acrobat Adobe PDF Plug-In For Firefox and Netscape 10.0.1 is outdated.
    However when in look at Adobe's website (directed to http://get.adobe.com/nl/reader/)
    Adobe Reader X 10.0.1 seems to be the latest version.
    Is the plugincheck wrong, or is there a later version of Adobe Reader or is there something else the matter?
    Have a nice day,
    Websafe.

    Today (June 14) Adobe has released version 10.1.0 of Adobe Reader.
    Installed this latest version on my computer and the plugincheck seems to be happy with this version of Adobe Reader.
    Have a nice day,
    Websafe.

  • Adobe Reader/Acrobat can't open online PDF's Suggestions ???

    Hi There-
      I am using Firefox for my browser and if I try to open any online pdf page I get the following message
    "The Acrobat/Reader that is running can not be used to view PDF files in a web browser. please exit Adobe Acrobat/Reader and exit your web browser and try again"
    I have checked for updates in Firefox, Adobe Acrobat, and Adobe reader, which is 9.3 version. But to no avail,,,I still get the same message. Any suggestions would be helpful.
    Sincerely- Doug
    P.S. Let me know if you need further information to help diaganose the problem.

    I upgraded from OS Leopard 10.5 to OS Snow Leopard 10.6 recently, which is why I mentioned it could be "the" cause or "one" cause of me not being able to read online pdf's. My online pdf bank statements do not open up with Reader 9.3.3. The website simply says I need to download "Asian Font Pack" in order to read the pdf document. I've downloaded all languages, yet I'm still getting the same message. I've also triple checked to see if I have an older version of Reader that might be of hindrance. I only have 9.3.3 installed.
    I am able to read pdf's already downloaded on my computer, just not the online pdf's I want to open.
    So, I'm not sure if the problem is Adobe Reader or me upgrading to Snow Leopard (since I was able to read pdf's with Leopard).
    I hope this clarifies my previous plea for help. Thanks.
    Alan

  • Adobe reader (acrobat) 与其他阅读器显示的符号大小不同

    用Latex生成的pdf文件。
    生产环境如下:用winedt编译器+MikTex系统+Xelatex编译, 正文中加载宏包 \usepackage{fontawesome}。
    生成的文档,用SumatraPDF,Foxit等pdf阅读器均显示正常。
    但用adobe reader 9 (X) 均不正常。
    如图所示:

    Thank you very much for your answer.
    It is perfect by using   Reader XI.
    Anyway, this is a flaw in the old Reader (acrobat) since most people still use the Reader 9 (X).

Maybe you are looking for

  • Will pse12/premiere elements 12 work on a 1.9ghz i3-3227u laptop with 6ghz of ram?

    Need to know if it will work or not cause if not I need to return the laptop before I open it or Photoshop premier elements 12! Personally I think this is a crappy form of customer service and support.

  • How do I sync apps from iPod to iPad

    I would like the same info transferred from my iPod app's to the same apps on the iPad...how do I do this?  I do syncing via iCloud.

  • Posting difference for a PID - error

    Dear All, An error message encountered while Posting difference for a PID "A difference can only be posted for period 09 2010". How can I resolve this issue and post the differences? pls suggest regards, Shetty

  • Mapping and cube browsing

    Hi, I have build my first cube in OWB following the book "Oracle Warehouse Builder 11g; Getting Started", but I think that I have some problems with my mappings? When I run (start) my stage mapping and dimensions mapping I can see that some rows are

  • Trying to make this...

    Hello everyone. I am trying to build a new portfolio site for my graphic design work and have an idea for the menu system I want to use. Here is an example of the menu that i want to create in action. http://www.triplicatedesign.com/default.aspx  Any