Acrobat X trial install with Acrobat 9 Pro

Do I need to uninstall Acrobat 9 Pro before installing the Acrobat X trial?
TIA.
Ken Friedman

Yes - you cannot have two versions of Acrobat installed at the same time.

Similar Messages

  • Does the MS Office come already installed with Macbook Pro, coz i dont seem to find it my Mac? Kindly advise. Thanks!

    Does the MS Office come already installed with Macbook Pro, coz i dont seem to find it in my Mac? Kindly advise. Thanks!

    No it doesn't. You need to purchase it from Microsoft.

  • Adobe Acrobat 9 Standard Install with all Updates - Transform Issues

    I'm new here so forgive me if this has already been answered someplace and I missed it.
    I am running windows XP SP3 and have Adobe Acrobat 8 Standard installed on my system.
    I am attempting up install version 9 standard with all the updates (9.1 through 9.4).  I have used the Csutomization Wizard 9 to assist in this process and I have also downloaded and save all the update files in the same folder as the AcroStan.msi file.  Below is my setup.ini file contents.  when I run setup I get the following message "Error applying transforms.  Verify that the specified transform paths are valid."  Any help would be apprciated.
    ========================================================================================== ======
    [Startup]
    RequireOS=Windows XP
    RequireMSI=3.0
    RequireIE=6.0.2600.0
    CmdLine=/sPB /sl"1033"
    [Product]
    msi=AcroStan.msi
    Languages=1033;1031;1036
    CmdLine=TRANSFORMS="AcroStan.mst"
    msiexec.exe /i "C:\Documents and Settings\kortekaasj\Desktop\Adobe Acrobat 9 Standard\Adobe Acrobat 9 Standard\AcroStan.msi" PATCH="C:\Documents and Settings\kortekaasj\Desktop\Adobe Acrobat 9 Standard\Adobe Acrobat 9 Standard\AcroProExUpd910_all_incr.msp;
    C:\Documents and Settings\kortekaasj\Desktop\Adobe Acrobat 9 Standard\Adobe Acrobat 9 Standard\AcrobatUpd911_all_incr.msp;
    C:\Documents and Settings\kortekaasj\Desktop\Adobe Acrobat 9 Standard\Adobe Acrobat 9 Standard\AcrobatUpd912_all_incr.msp;
    C:\Documents and Settings\kortekaasj\Desktop\Adobe Acrobat 9 Standard\Adobe Acrobat 9 Standard\AcrobatUpd913_all_incr.msp;
    C:\Documents and Settings\kortekaasj\Desktop\Adobe Acrobat 9 Standard\Adobe Acrobat 9 Standard\AcrobatUpd920_all_incr.msp;
    C:\Documents and Settings\kortekaasj\Desktop\Adobe Acrobat 9 Standard\Adobe Acrobat 9 Standard\AcrobatUpd930_all_incr.msp;
    C:\Documents and Settings\kortekaasj\Desktop\Adobe Acrobat 9 Standard\Adobe Acrobat 9 Standard\AcrobatUpd931_all_incr.msp;
    C:\Documents and Settings\kortekaasj\Desktop\Adobe Acrobat 9 Standard\Adobe Acrobat 9 Standard\AcrobatUpd932_all_incr.msp;
    C:\Documents and Settings\kortekaasj\Desktop\Adobe Acrobat 9 Standard\Adobe Acrobat 9 Standard\AcrobatUpd933_all_incr.msp;
    C:\Documents and Settings\kortekaasj\Desktop\Adobe Acrobat 9 Standard\Adobe Acrobat 9 Standard\AcrobatUpd934_all_incr.msp;
    C:\Documents and Settings\kortekaasj\Desktop\Adobe Acrobat 9 Standard\Adobe Acrobat 9 Standard\AcrobatUpd940_all_incr.msp"
    TRANSFORMS="1036.mst"
    [Windows XP]
    PlatformID=2
    MajorVersion=5
    MinorVersion=1
    ServicePackMajor=2
    [MSI Updater]
    Path=WindowsInstaller-KB893803-v2-x86.exe
    ========================================================================================== =======

    Call Adobe, they should be able to help with this. Nobody else can solve it, there is no workaround except to have Adobe change their records.

  • Created Menu in JS in Acrobat 9.2 & Issue with Acrobat 9.4.4

    I originally created this Javascript on Acrobat
    7.0 because there was not a means for me to
    convert a pdf to jpeg.
    When I updated to Acrobat 9.2, the following javascript that I have been using until I have acrobat 9.4.4.
         // mystuff.js - Adobe Acrobat custom menu addition
         app.addMenuItem({ cName: "SaveToJPEG", cParent: "File", nPos: 0,
          cExec: "this.saveAs('/c/football/JPEG Folder/Rept.jpeg', 'com.adobe.acrobat.jpeg')" });
         // End of media.js
    In Acrobat 9.4.4  I have the problem of creating this jpeg now.
    I see this issue with Acrobat 9.4.4 on Win XP Sp2 (or Sp3 if its the latest), and on Win 7 (64-bits) pro.
    I believe there is now "Save As" menu option that will allow me to save a file to jpg now.
    I manually tried this using the tool bar and its all works.
    I call this operation using MS Access VBA code.   This is part of the VBA colde that I used:
                Path = pdfFile & T![DirName]
                pptFile = Left(T![DirName], Len(T![DirName]) - 4) & ".ppt"
                Set gApp = CreateObject("AcroExch.App")
                Set AVDoc = CreateObject("AcroExch.AVDOC")
                If (AVDoc.Open(Path, Path)) Then
                    Set AVPageView = AVDoc.GetAVPageView
                    Set pdDoc = AVDoc.GetPDDoc()
                    Set jso = pdDoc.GetJSObject
                    gApp.Show
                    gApp.MenuItemExecute "SaveToJPEG"
                    Set jso = Nothing
                    pdDoc.Close
                    Set pdDoc = Nothing
                    Set AVPageView = Nothing
                    AVDoc.Close (0)
                    Set AVDoc = Nothing
                End If
                OldName = "c:\football\JPEG Folder\Rept.jpeg": NewName = "c:\football\JPEG Folder\Rept_Page_" & Format(Count, "000") & ".jpeg"
                Name OldName As NewName
                Count = Count + 1
    I am able to call the menu item "SAVE AS", but I don't know how to pass parameters to this ??   I was able to called the "Save As" as follow:
         gApp.MenuItemExecute "Save As"
    How would I pass the parameter like I have in my Javascript ??
    I need help to resolve this issue to work with Acrobat 9.4.4 ?

    You would need to first set some javascript globals from your VBA code and then call your menu item.

  • Problem filling forms in Acrobat 8, was working with Acrobat 7

    I have written some code to fill in PDF forms from an other application.
    The code is working with Acrobat version 7.
    If I run the same code with Acrobat 8 installed I get an error message, that there is no open document.
    Code:
    Set objAcrobat = CreateObject("AcroExch.App")
    objAcrobat.Hide
    'create document based on template
    set objPDDoc = CreateObject("AcroExch.PDDoc")
    if (objPDDoc.Open(sDocument)) then
    'Get the AVDoc object for saving the document at a later time...
    set objAVDoc = objPDDoc.OpenAVDoc(sDocument)
    'Get the Forms object for changing some fields now...
    set objFormApp = CreateObject("AFormAut.App")
    'Loop over the Fields...
    set objForm = objFormApp.Fields() ==> BRINGS UP THE ERROR
    'replace bookmarks
    tsCCDBReplaceAcrobatBookmarks objForm

    There are form fields in the document. As I just wrote it was working with Acrobat 7.
    I'll try to fill in the forms with unhidden acrobat app.

  • Final cut asks to buy compressor though it's installed with Logic Pro

    hello,
    how can I tell Final Cut that there is a version of Compressor on my mac? thanks, grts, Lucaz

    So, uh, lucaz...a compressor in Logic Pro is for audio signals. Totally differnt animal. Very worthwhile, but not going to collaborrate with Logic Pro in any way that I think you're looking for.

  • No Adobe Printer installed with Acrobat XI Pro

    I have recently replaced Acrobat 8 Pro by XI Pro on a machine running Win XP Pro SP3. After installation, the Adobe printer was missing in the printer menu, and attempts failed to use the "Make pdf" button from within MS Office applications. When prompted to re-install, I did so, but the problem remained. 

    What version of Office? Acro XI only supports 2007 ansd 2010. The printer should be available, though....
    Mylenium

  • Acrobat X not Installing with CS6

    My CS6 CD gives me no option to install Acrobat X Pro.  How do I install it with the license key?

    When you run the main installer on disc one you will have an option to install Acrobat 10.

  • Distribute Form does nothing in Acrobat 9.0 Standard with XP Pro

    I am using Windows XP Pro SP3 and Adobe Acrobat 9.0.0 Standard via Enterprise Distribution (all features avaialble, none disabled).
    I made sure that (up top) Advanced > "Extend Forms Fill-In & Save in Adobe Reader..." was selected and saved in this document.
    When I click (up top) on Form >  "Distribute Form", I get either no response or the Next button does not work (when trying to distribute by Outlook email).
    I have used Add/Remove Programs and repaired the installation. Repair ran successfully. No change to Adobe...
    I also removed the installation, rebooted, reinstalled from enterprise distribution successfully, and rebooted. No change to Adobe...
    What should I try next?

    Thanks for your reply.
    I downloaded and applied all 19 updates, rebooting where required, and now I am up on Acrobat Standard v9.5.1. This did not resolve the issue...
    I still get no action when I click Next on the "How do you want to collect responses from your recipients?" window with "Manually collect responses in my email inbox" chosen in the drop-down box. When I select "Automatically collect responses on my own internal server" in the drop-down box and then click next I can proceed to the next window and select a network folder or sharepoint server, but I will have to use my email for this distribution (some recipients are outside my company, and I don't have a sharepoint server to use)...
    Also, just to be sure my first form wasn't corrupted, I created a new PDF document from my original Word document using the Start Form Wizard. The PDF created cleanly with no links or bookmarks. I did not use the "Extend Forms Fill-In" separately as you suggested. I just left it as the Form Wizard created it, then I added the four separate digital signature field boxes, one at a time (neither copying, nor using Place Multiple Fields).
    This new form also would not distribute by email. What to try now?

  • Can't get acrobat reader to install with firefox

    this is probably in the wrong topic, but i'm having a **** of a time trying to print a single page of a 60 page pdf doc. i'm using PREVIEW but it gives me no option to print current page. i have an older hp deskjet and downloaded mac driver for it.
    then i tried to get acrobat reader, but can't get the installer to work because of firefox i guess.
    btw........i've only been with mac for a couple of months......

    avid3d wrote:
    this is probably in the wrong topic, but i'm having a **** of a time trying to print a single page of a 60 page pdf doc.
    Print (⌘-p), then click on the big blue arrow to expand the window, There, you will find "Pages" and you can choose. Then, click on PDF at the bottom left and choose "Save as PDF"
    -mj
    [email protected]

  • Adobe Acrobat is not installing with CS5 Suite

    I have downloaded the CS5 Suite and Adobe Acrobat is not being included in that download for some reason. What is wrong and how can I correct this issue asap!
    thank you

    Hello,
    I am having the same issue. I purchased CS5 a few years ago and have reinstalled it onto my new computer (Was done successfully). When I went to download CS5, the adobe acrobat pro 9.3 (I believe this is the version) was not included. For the life of me, I cannot find the ability to download it anywhere. I'd prefer to not to have to purchase it again since I already bought it (even though it's been a few years).
    Any tips would be most appreciated!
    Thanks,
    natalie635

  • XP-64 - NO PDF printer installed with AA9 PRO

    Installed, uninstalled, reinstalled -- still no PDF printer. Do I need to go back to AA8 Pro to be able to create PDF's with XP-64?
    Seems AA9 Pro is an expensive PDF READER only.

    Update to AA9 PRO SAGA:
    Having spent the best part of a week sorting out this mess I have finally got this working.
    Having re-installed CS3 design premium, my event log was totally filled with Version Cue 3 errors, see:
    http://www.pbase.com/jacquidervan/image/100016762.gif
    and
    http://www.pbase.com/jacquidervan/image/100016790.gif
    This prompted me to do a repair to Version Cue CS3 which basically seemed to re-install everything.
    Following that repair I was unable to update Illustrator from 13 to 13.0.1 or 13.0.2. The automatic updater failed and the manual updates also failed, although at one stage when trying to update to 13.0.1, the installer reported that it had already been installed, although the Illustrator splash still reported version 13.0.0.
    See: http://www.adobeforums.com/webx/.3bc43ec4/48
    I completely uninstalled CS3 [again] and re-installed everything except AA8 PRO. Again, the automatic updater failed to update Illustrator. I ran the manual updater, and much to my amazement, it updated, both 13.01 and 13.02. The version cue errors are also gone.
    Feeling that it was my lucky day, I proceeded to take a chance and install AA9 PRO. It installed without error ...but did not install the printer.
    I followed the advice in these forums here to install the printer as described in post #25:
    TEW, "Adobe PDF Printer Missing Fix - Adobe Acrobat 8.1 - Vista" #1, 31 Jul 2007 5:00 am
    I then ran a repair on AA9 PRO and I now have 2 (two) printers: "Adobe PDF Converter" and "Adobe PDF".
    To say that this has been an inconvenience would be an understatement.

  • Clean install with XP Pro disk on Portege S100?

    Looked everywhere for an answer to this with conflicting results. I simply want to put in the XP Pro volume disk I have and re-install Windows. I'll then add any Toshiba utils and drivers I need afterwards. However the XP disk doesn't detect the HDD in the laptop and adding RAID drivers via a USB key doesn't help. I've wiped the HDD and used QPart to have a look at it. I'm fairly confused as to what is going on inside the laptop in terms of hidden partitions, RAID, JBOD and the like. I just want a single partition with Windows on it - nothing fancy. Is that too much to ask?
    Any help appreciated before I go back to the recovery CD :-(

    Yeh - I tried to bring in that driver via USB but that's not supported in XP install although it seems to be in Vista. So it seems then I'm going to have to make an install disk with nLite including the Toshiba drivers.

  • QTP Automation with Acrobat SDK

    Hi,
    I would like to verify the PDF content using HP Automation tool - QTP by opening the PDF and extracting the Text content from PDF.
    I am trying the OLE style and using a series of commands, as described in many postings. The first one is:
    CreateObject("AcroExch.App")
    It throws error, saying "Cannot create ActiveX component"
    From the Forums I found that it will not work with Adobe Reader and will work with Full Adobe Product with Adobe SDK.
    Now I would like to know which version of Acrobat will have Acrobat SDK.
    My Client already procured the below Acrobat Products.
    VLA ACROBAT 10  win universal English
    VLA ACROBAT 10 WIN Universal English STD to STD Upgrade ST-ST
    VLA ACROBAT Pro 10  win universal English
    VLA ACROBAT Pro 10 WIN Universal English STD to STD Upgrade ST-ST
    Pls let me know which product( which has Adobe SDK as well)  I should choose to proceed with QTP Automation.
    Any Advise/Help greatly appreciated.
    Thanks.
    Anand Muthunayagam.

    Check out http://labs.adobe.com/technologies/aptt/
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Fri, 28 Oct 2011 06:09:25 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: QTP Automation with Acrobat SDK
    QTP Automation with Acrobat SDK
    created by AnandMuthuNayagam<http://forums.adobe.com/people/AnandMuthuNayagam> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3995113#3995113

  • Silent install of acrobat 9 that will prompt for serial number

    I need to roll out a number of client computers from Dell using their Image Direct program. We order an acrobat license with each computer and when we get the computer from Dell with the Dell image it comes pre-installed with acrobat 9 and the first time you run the program it prompts you for the serial which is on the acrobat cd that is included. I would like to replicate that with the custom image we put on there to load at the factory.
    Currently with our imaging setup I replicated that by installing with a serial number then deactivating and removing the serial number before imaging. When we restored the image and started acrobat 9 it again prompted for the serial which allowed us to put in the unique serial number that comes with the computer. 
    I don't have that option with Image Direct as I can't pre-install acrobat due to virtual drivers so the only way to add it to image is to upload a silent install package and scipt it to install during the image build. This means I don't have a chance to deactivate the serial number used for install before it gets to end user.
    Is there a way around this without going to enterprise licensing and being able to use the same serial number on all installs?

    It sounds like you are trying to use a retail serial as an enterprise serial and would like to bypass it's restrictions by deactivating it . . . I assume that's not possible, but perhaps I don't understand your issue.
    I doubt you'll get a good answer on the forum. Try support, your sales rep, or a help link on the licensing web site (if there is one).
    Ben

Maybe you are looking for