Why upgrade from Acrobat 9 Pro Extended to X or XI

What are the benefits from upgrading from Acrobat 9 Pro Extended to Acrobat  10 or 11?

You should ask this question in one of the Acrobat forums. The following is probably the most appropriate one: http://forums.adobe.com/community/acrobat/creating__editing_%26_exporting_pdfs?view=discus sions
It would be helpful to know the type of things you use Acrobat for. Some features have been enhanced significantly and some functionality you have with Acrobat 9 Extended has been removed.

Similar Messages

  • .PS file generating a blank PDF after upgrade from Acrobat Pro 7 to 9

    Hi All,
    I've searched for this in vain so I'm comming to you now in desperation. My boss has tasked me with tracking down this error and I have to be honest, I'm a little bit green with Acrobat Pro. So coming into the situation I know this. My department used to use a .ps file to build a publication into a PDF from other .ps files. We operate on a network share (the P: drive) on Windows XP SP3 machines with the latest updates.
    In Acrobat Pro 7 we could double click the  .ps file which executed the below code through Adobe Distiller and a  finished PFD of the same file name would be output to the host  directory. But now, after upgrading to Adobe Acrobat 9, this process  only produces a PDF with all of the appropriate bookmarks and none of the content.
    % PostScript program for distilling and combining multiple PostScript files.
    % When embedding font subsets, it is highly recommended you use this technique
    % to distill multiple PS files so only one font subset is used for each font.
    /prun { /mysave save def       % Performs a save before running the PS file
            dup = flush            % Shows name of PS file being run
            RunFile                % Calls built in Distiller procedure
            clear cleardictstack   % Cleans up after PS file
            mysave restore         % Restores save level
    } def
    [       /Author (User)
            /CreationDate ()
            /Creator ()
            /Title (Title)
            /Subject (Subject)
            /Keywords (Words)
    /DOCINFO pdfmark
    [       /PageMode
            /UseOutlines
    /DOCVIEW pdfmark
    [    /Page 1
        /View [/XYZ null null null]
        /Title (Cover Page)
    /OUT pdfmark
    [    /Page 2
        /View [/XYZ null null null]
        /Title (Page 1)
    /OUT pdfmark
    [    /Page 3
        /View [/XYZ null null null]
        /Title (Page 2)
    /OUT pdfmark
    [    /Page 4
        /View [/XYZ null null null]
        /Title (Page 3)
    /OUT pdfmark
    [    /Page 5
        /View [/XYZ null null null]
        /Title (Page 4)
    /OUT pdfmark
    [    /Page 6
        /View [/XYZ null null null]
        /Title (Page 5)
    /OUT pdfmark
    [    /Page 7
        /View [/XYZ null null null]
        /Title (Page 6)
    /OUT pdfmark
    [    /Page 8
        /View [/XYZ null null null]
        /Title (Page 7)
    /OUT pdfmark
    [    /Page 9
        /View [/XYZ null null null]
        /Title (Page 8)
    /OUT pdfmark
    [    /Page 10
        /View [/XYZ null null null]
        /Title (Page 9)
    /OUT pdfmark
    [    /Page 11
        /View [/XYZ null null null]
        /Title (Page 10)
    /OUT pdfmark
    [    /Page 12
        /View [/XYZ null null null]
        /Title (Page 11)
    /OUT pdfmark
    [    /Page 13
        /View [/XYZ null null null]
        /Title (Page 12)
    /OUT pdfmark
    [    /Page 14
        /View [/XYZ null null null]
        /Title (Page 13)
    /OUT pdfmark
    [    /Page 15
        /View [/XYZ null null null]
        /Title (Page 14)
    /OUT pdfmark
    [    /Page 16
        /View [/XYZ null null null]
        /Title (Page 15)
    /OUT pdfmark
    [    /Page 17
        /View [/XYZ null null null]
        /Title (Page 16)
    /OUT pdfmark
    [    /Page 18
        /View [/XYZ null null null]
        /Title (Page 17)
    /OUT pdfmark
    [    /Page 19
        /View [/XYZ null null null]
        /Title (Page 18)
    /OUT pdfmark
    [    /Page 20
        /View [/XYZ null null null]
        /Title (Page 19)
    /OUT pdfmark
    [    /Page 21
        /View [/XYZ null null null]
        /Title (Page 20)
    /OUT pdfmark
    [    /Page 22
        /View [/XYZ null null null]
        /Title (Page 21)
    /OUT pdfmark
    [    /Page 23
        /View [/XYZ null null null]
        /Title (Page 22)
    /OUT pdfmark
    (p:/ps/pdf/cover.ps) prun
    (p:/ps/page2.ps) prun
    (p:/ps/page3.ps) prun
    (p:/ps/page4.ps) prun
    (p:/ps/page5.ps) prun
    (p:/ps/page6.ps) prun
    (p:/ps/page7.ps) prun
    (p:/ps/page8.ps) prun
    (p:/ps/page9.ps) prun
    (p:/ps/page10.ps) prun
    (p:/ps/page11.ps) prun
    (p:/ps/page12.ps) prun
    (p:/ps/page13.ps) prun
    (p:/ps/page14.ps) prun
    (p:/ps/page15.ps) prun
    (p:/ps/page16.ps) prun
    (p:/ps/page17.ps) prun
    (p:/ps/page18.ps) prun
    (p:/ps/page19.ps) prun
    (p:/ps/page20.ps) prun
    (p:/ps/page21.ps) prun
    (p:/ps/page22.ps) prun
    (p:/ps/page23.ps) prun
    % INSTRUCTIONS
    % 1. Locate all PostScript files to be distilled.
    % 2. Make a copy of this file and give it the name you want to have as the prefix
    %    for the resulting file. For example, you could name this file MyBook.ps.
    % 3. Include a line for each PostScript file to be run using the pathname syntax
    %    appropriate for the platform running Acrobat Distiller.
    %       Macintosh pathname syntax:  (Macintosh HD:Folder:File.ps) prun
    %       Windows pathname syntax:    (c:/mydir/file.ps) prun
    %    UNIX pathname syntax:        (./mydir/File.ps) prun
    %       Note: The syntax for Windows may look strange, but double escaping the
    %             backslash character is required when using filenameforall.
    % 4. Distill the file on the machine running Acrobat Distiller.
    After the process is "done" the following log file is generated.
    Acrobat Distiller 9.4
    Started: Monday, October 18, 2010 at 13:32:05
    Adobe PostScript software version: 3018.101
    Start Time: Monday, October 18, 2010 at 13:32:06
    Source: publicationtest.ps
    Destination: C:\Documents and Settings\User\Desktop\usfdtest.pdf
    Adobe PDF Settings: C:\Documents and Settings\User\Application Data\Adobe\Adobe PDF\Settings\High Quality Print.joboptions
    c:/ps_script/cover.ps
    c:/ps_script/toc.ps
    c:/ps_script/page3.ps
    c:/ps_script/page4.ps
    c:/ps_script/page5.ps
    c:/ps_script/page6.ps
    c:/ps_script/page7.ps
    c:/ps_script/page8.ps
    c:/ps_script/page9.ps
    c:/ps_script/page10.ps
    c:/ps_script/page11.ps
    c:/ps_script/page12.ps
    c:/ps_script/page13.ps
    c:/ps_script/page14.ps
    c:/ps_script/page15.ps
    c:/ps_script/page16.ps
    c:/ps_script/page17.ps
    c:/ps_script/page18.ps
    c:/ps_script/page19.ps
    c:/ps_script/page20.ps
    c:/ps_script/page21.ps
    c:/ps_script/page22.ps
    c:/ps_script/page23.ps
    Distill Time: 00 Hour(s) : 00 Minute(s) : 00.390 Second(s)
    **** End of Job ****
    Is there anything obvious about this that screams, "You're an idiot!"? I'm okay with that, just need to get it fixed.
    Thank in advance for any help you can provide.
    Michael

    An observation -
    It looks like you are dealing with files that reflect someone's work with the pdfmark Reference (associated with Distiller).
    As with Acrobat Security, JavaScript and the Acrobat SDK the 'how-to' from these all undergo changes with each new Acrobat release.
    I suspect that the coding, while adequate for back when Acrobat 7 was new on the street, may have to be updated to comply with what the Distiller provided with Acrobat 9 supports.
    Use the link for pdfmark Reference
    http://www.adobe.com/devnet/acrobat/wwdistiller.html
    The Acrobat Developer Center ( http://www.adobe.com/devnet/acrobat.html ) provides a hub to the myriad of "under-the-hood" aspects of Acrobat.
    Be well...

  • Bath process stopped working after upgrading from Acrobat Pro 7.1 to 8.1.3

    I have a batch process that was working in Acrobat 7.1 Professional on that no longer works when using Acrobat 8.1.3. It essentially takes a PDF sizes it down, puts a stationary behind it, watermarks it with the month and moves on to the next file. My javascript skills are not as good as I wish and I can't figure out what has changed between versions to stop it from working. The java console gives a message saying "redeclaration of the const ConvertToPA." It seems like something in the syntax has changed. Does anyone know what's changed to stop it from working? I posted the code below. Many Thanks.
    Note: Trusted functions and paths have been changed.
    if (typeof global.user_response == "undefined")
    {var cResponse = app.response({ cQuestion: "Enter the Month & Year of Published Ad (i.e. August 2008)", cTitle: "Published Ad"});
    if (cResponse == null) {app.alert("Process Cancelled"); }
    else {global.user_response = cResponse;} }
    if (global.user_response) ConvertToPA();
    function ConvertToPA() {
    var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 612) & (size[2] == 792) & (size[3] == 0))
    { trustedWatermark1 (this, true, "/Macintosh HD/Path/to/stationary/stationary1.pdf", app.constants.align.left , app.constants.align.bottom , 184, 12);
    this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "ArialNarrow,Bold", nFontSize: 14, aColor: [ "G", 0.5 ], bOnTop: true,
    nHorizAlign: app.constants.align.center, nHorizValue: -50.4, nVertAlign: app.constants.align.bottom, nVertValue: 20.16}); }; //
    var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 792) & (size[2] == 612) & (size[3] == 0))
    { trustedAddWatermarkFlyer (this, true, "/Macintosh HD/Path/to/stationary/stationary1.pdf", app.constants.align.left , app.constants.align.bottom , 184, 12);
    this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "ArialNarrow,Bold", nFontSize: 14, aColor: [ "G", 0.5 ], bOnTop: true,
    nHorizAlign: app.constants.align.center, nHorizValue: 40, nVertAlign: app.constants.align.bottom, nVertValue: 20.16}); }; //
    var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 612) & (size[2] == 396) & (size[3] == 0))
    { this.setPageRotations({nRotate: 270}); this.setPageBoxes({cBox: "Media",rBox: [-90,-108,702,504]}); this.setPageBoxes({cBox: "Crop",rBox: [-90,-108,702,504]});
    trustedAddWatermark (this, false, "/Macintosh HD/Path/to/stationary/stationary2.pdf");
    this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "Arial,Bold", nFontSize: 24, aColor: [ "G", 0.5 ], bOnTop: true,
    nHorizAlign: app.constants.align.center, nHorizValue: 72, nVertAlign: app.constants.align.top, nVertValue: -42}); }; //
    var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 396) & (size[2] == 612) & (size[3] == 0))
    { this.setPageBoxes({cBox: "Media",rBox: [-90,-108,702,504]}); this.setPageBoxes({cBox: "Crop",rBox: [-90,-108,702,504]});
    trustedAddWatermark (this, false, "/Macintosh HD/Path/to/stationary/stationary3.pdf");
    this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "Arial,Bold", nFontSize: 24, aColor: [ "G", 0.5 ], bOnTop: true,
    nHorizAlign: app.constants.align.center, nHorizValue: 72, nVertAlign: app.constants.align.top, nVertValue: -42}); }; //
    var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 263.9519958496094) & (size[2] == 612) & (size[3] == 0))
    { this.setPageBoxes({cBox: "Media",rBox: [-90,-174.0024,702,437.9976]}); this.setPageBoxes({cBox: "Crop",rBox: [-90,-174.0024,702,437.9976]}); trustedAddWatermark (this, false,
    "/Macintosh HD/Path/to/stationary/stationary4.pdf");
    this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "Arial,Bold", nFontSize: 24, aColor: [ "G", 0.5 ], bOnTop: true,
    nHorizAlign: app.constants.align.center, nHorizValue: 72, nVertAlign: app.co

    You were right. I renamed the javascript that did it individually and everything works great. Thank you so much. Is that a change then from 7 to 8 because I didn't have this issue in 7?

  • Upgrading from Acrobat Pro 7 to Acrobat Pro XI -

    Please let us know how to display the form design menus and hand tool for completing the forms. 
    Thanks for the help!!
    Ken K. - 2191

    Very helpful, but I couldn't see how to update the discussion further.
    Sorry to bother you all!!!  When they installed the upgrade, it wiped out
    my Adobe Printer, but IT is coming up to install something called Cute
    PDF. They told me it should create pdf files like my old pdf printer did.
    Have a great day!!!!
    Ken K. - 2191

  • Cant upgrade from Acrobat 9 Pro to Acrobat 9 Pro extended

    Hello everyone,
    I purchased the upgrade from Acrobat 9 Pro to Acrobat 9 Pro Extended, but get an error when I try to install.  The error says "Setup has detected that you already have a more functional product installed.  Setup will now terminate.".  How is it that Acrobat pro is "more functional" then pro extended.  I bought the upgrade because I need the 3d capabilities of extended pro.  How do I work around this issue?

    Oops.  I just read that I need to uninstall acrobat 9 first.  I now have a new issue.  Acrobat extended installed fine, but now it is doing an upgrade check.  It is asking for the serial number for the acrobat 9 pro.  My old version was part of the Creative suite 4.  When I enter the serial number from the creative suite it comes back as an invalid number.  Why is this?

  • What are the benefits from upgrading from Acrobat 9 Pro Extended to Acrobat11 Pro?

    What are the benefits from upgrading from Acrobat 9 Pro Extended to Acrobat11 Pro?

    Acrobat is a program used by a wide variety of users for a even wider number of purposes. So if we simply gave you a feature list, that wouldn't be very helpful.
    Tell us how you use Acrobat, and what you do with it, and we can suggest improvements that were made in Acrobat X and XI Pro.

  • After upgrading from acrobat 9.5 to XI pro my users have complained on slow typing when filling in form that were created in version 9.5?

    After upgrading from acrobat 9.5 to XI pro my users have complained on slow typing when filling in form that were created in version 9.5?
    The issue is they type but there is 2 second delay when it appears in the field.
    Windows 7 64bit

    I see, I misread your reference to Reader 11 to mean you were using Acrobat 11, but it looks like it worked out anyway.
    The base-14 fonts are special in PDF because they are guaranteed to be available even if they are not embedded. If you select a non-base-14 font for use with a form field, the entire font usually gets embedded, since each glyph it contains has to be available for use with the field. This can take up a lot of space if you do this a lot, and the space isn't reduced if you change back to a base-14 font later because the internal reference to it is not removed. This is caused by the bug I mentioned.
    In your case, however, the entire font doesn't get embedded because fonts like it (e.g., large asian fonts with a lot of glyphs, Arial Unicode) would take up too much space if fully embedded. If it did, a 100KB PDF could bloat to 20MB with that one change. Instead, users are expected to have such fonts installed on their system, which is why you were prompted to install the font pack. This despite the fact that the font was not actually used by anything in your document, it was simply the orphaned reference to it that triggered this. This should get fixed in Acrobat eventually so this type of thing doesn't happen again.

  • Unable to find a Re-Seller willing to sell me an Upgrade from Acrobat 9-Pro to XI. Live in Puerto Rico. Cannot buy through the Adobe Website. Locally identified Re-Seller unable/unwilling to provide me with the advertised Upgrade. My Options are; please?

    Unable to find a Re-Seller willing to sell me an Upgrade from Acrobat 9-Pro to XI. Live in Puerto Rico. Cannot buy through the Adobe Website. Locally identified Re-Seller unable/unwilling to provide me with the advertised Upgrade. My Options are; please?

    Reason I had to chat with Customer Support is that I got the following message upon placing Upgrade Order.
    What Different Country? It's the US. The ONLY placed I've lived my entire life! Apparently some software changes were made to the site and the PR Territory fell in a no-man's land.

  • Why can't i install the adobe acrobat pro extended 9 which i just downloaded?

    why can't install the adobe acrobat pro extended 9 which i have just downloaded?

    Nobody can know without some system info and a better explanation of what exactly you do...
    Mylenium

  • Can't upgrade from Acrobat X Std to Acrobat X pro

    Hello,
    I have Acrobat X std I purchased and d/l without problem months ago.  Today tried to upgrade from Acrobat X standard to Acrobat X Pro.  All seemed well until I ran the installation after downloading the files using the download assistant.  The installer window shows Acrobat X Standard in the top bar.  It will only accept my old Acrobat X Standard serial number.  It will not accept the new activation key or serial number.  I have completely uninstalled Acrobat X, gone back to the download area under my orders, and re-downloaded the file.  Same thing happens all over again.  Of course no support or help on weekend and I leave on a trip tomorrow.  Anyone have any ideas?  Thanks in advance.

    OK, I got it loaded.  Not sure exactly, but I believe the tricks were to not use their automatic downloarder, delete it from my computer, to select the "overwrite" option when the manually downloaded installer found the previous files (which I had uninstalled, so not sure what the uninstaller left behind....) then of course once it ran, it prompted me for the Standard serial number, since that had been uninstalled.  Once I put that in, it all seems to work.  Sheesh.

  • I just purchased Adobe Acrobat Standard DC andf upgraded from Acrobat XI. When I instalkled it on my PC the print Production Tools were there and functional. I installed it on my Laptop and those tolls are not there. What do I need to do to have Print Pro

    I just purchased Adobe Acrobat Standard DC andf upgraded from Acrobat XI. When I instalkled it on my PC the print Production Tools were there and functional. I installed it on my Laptop and those tolls are not there. What do I need to do to have Print Production Tools on both computers?

    This is quite odd. I wonder if you could try something for me on EACH computer.
    Use Help > About Adobe Acrobat DC.
    At the top of the box it should say Adobe Acrobat Pro DC or Adobe Acrobat Standard DC.
    On each of the two machines, what does it say? (I think something odd has happened)

  • Why is Acrobat DC not recognizing my scanner after upgrade from Acrobat CC?

    Two days ago I upgraded from Acrobat CC to Acrobat DC on my iMac (OS X 10.10.3). This seems to have rendered my Canon MP980 scanner inoperable. I get a message that the scanner driver(s) are not found. I did not delete any Canon drivers, only performed an Adobe suggested upgrade.
    I see several others have experienced the same. One place I found a suggested workaround, but for me not an acceptable solution, is found in this KB article:
    https://helpx.adobe.com/acrobat/kb/acrobat-dc-does-not-support-twain-drivers-on-mac.html
    I tried to use Mac App store Updates but it is not finding any for the scanner, as suggested in the above article.
    The Cannon is on a local network (Ethernet). My Macbook Pro (OS X 10.10.3) is still running Acrobat CC without any problem using the scanner.
    A real solution would be appreciated.
    Regards,
    toreddie

    Hi Anubha,
    Thanks for your help.
    In Finder ...... > Twain Data Sources I found two files, "Canon MP980 series Network.ds" (1.9Mb) and "Canon MP980 series.ds" (2Mb). Next to Kind for both it says "Application". I don´t see the word "Package" or "PowerPC" or "Universal". However, under Where, it says "Macintosh HD>Library>Image Capture>TWAIN Data Source. This is also the same information I find on my Macbook Pro (OS X 10.10.3), but still running Acrobat CC (not upgraded yet, thankfully). I can still scan using my MBP.
    I was able to scan using Image Capture.
    I did not have time to go through the procedure of logging in as root user.
    Frankly, this seems way to complicated. There has to be an easier fix to the problem.
    I also checked Canon´s website for updated driver files, but there are none for Yosemite.
    Regards,
    Tor-Eddie

  • Can I upgrade from Acrobat XI Standard to Pro?

    Can I upgrade from Acrobat XI Standard to Pro?

    As I indicated, the store gives an upgrade from Std to Pro, though I think the price is not appropriate. If you go to the basic page for Acrobat, they are no pushing the subscription version. If you do to the buying guide you get the regular version option (http://www.adobe.com/content/dotcom/en/products/acrobatpro/buying-guide.html). The upgrade is $199, which I think is crazy. Something like $70 is more appropriate, the difference in cost between Std and Pro upgrades, or at least $150 for the difference of the full products. If the Std had been an upgrade, the cost of a full upgrade is not reasonable. Anyway, a screen capture of the cost is below:
    So apparently the guys on the chat have no clue what they are talking about. However, that does not surprise me. What bothers me is some of the unreasonable pricing as I see it in the store.

  • Installing upgrade from Acrobat XI Standard to Acrobat Xi Pro

    I am trying to install an upgrade from Acrobat 11 Standard to Acrobat 11 Pro.  I have purchased and upgrade license.  When I try to install the Pro upgrade, I get a message that a product with higher functions is already installed and it terminates the install.  Does anyone have any suggestions?

    I would recommend you uninstall Std, run http://labs.adobe.com/downloads/acrobatcleaner.html, remove any left over Acrobat folder parts (in Program Files>Adobe), reboot, and install. You will likely have to give the S/N for Std as the qualifying product for XI Pro.

  • Can I upgrade from Acrobat 11 Pro to DC Pro?

    Can I upgrade from Acrobat 11 Pro to DC Pro?

    Hey marcp30425730,
    If you are using Creative Cloud or Acrobat XI subscription, then you will get a free upgrade to Acrobat DC.
    You can install and activate Acrobat DC subscription on your machine using the same Adobe ID credentials.
    On the other hand, if you own Acrobat XI Pro, then you cannot use the same serial key to activate Acrobat DC.
    You need to purchase a separate perpetual license for DC version, but you'll be qualified for a reduced price when purchasing the perpetual license.
    Hope this information helps you. Let me know if you have further queries.
    I would certainly help you out.
    Regards,
    Anubha

Maybe you are looking for