Acrobat pro scripting guide

Anyone know if such a thing as an 'Acrobat Pro applescripting guide' exists? I'm trying to select all the text in a PDF and save to a text file or select the text of a PDF document line by line i.e.
select first line of front document
or something like that but no luck??
thanks.
pedro

You can just pass conversion option strings to the 'save as' command…
save front document to file NewFilePath using conversion "com.adobe.acrobat.plain-text"
save front document to file NewFilePath using conversion "com.adobe.acrobat.rtf"
save front document to file NewFilePath using conversion "com.adobe.acrobat.accesstext"
Where 'NewFilePath' is a variable string of the target new file…

Similar Messages

  • Scripting and using Acrobat pro X

    Can anyone point me in the direction of help and support specifically for a total beginer on acrobat pro X.  I have worked through various help files for other versions but some things just are not clear.  Perhaps it is a installation error?  Creating a simple word file in either Word 2011 for mac or pages will not convert with text recognition into pdf.  This is just the start of an array of issues.  automatically changing the text in a text box dependant on the value of combo box etc.
    please help...
    A simple 3 day project is turning into a month of fustration....

    Let me try again.
    I have created a number of documents in Word 07, or in Pages.  The documents have been saved as pdf as you described using cute pdf or print and pdf.  The problem is that when I try and recognise the text in acrobat X I get a message about the font not being supported.  I have tried using different fonts that do exist in Pro X, but get the same message.  How can I overcome this.  I want to edit the pdf after using the wizard to add the fields etc.
    Secondly, when I write a simple script to display certain fields dependant on a choice in a combo box, the script fails to run, or that is how it appears.  I was supported by another user who wrote the script for me, I cut and pasted this and it still did not work.  However when I copied and pasted their fields into my document and renamed everything, hey presto.  The settings/properties where all the same, I put both docs next to each other and checked the field properties one at a time working through each tab.  I thought about using the debugger and looking at the values of key variables to see if things were changing or being accessed, but I was unable to set watches.
    Hence I'm looking for a reference guide to pro X and a suitable debugger to check syntax etc because I just cannot understand what is going wrong here.  I also noticed that on the debugger, the combo box for script, console sometimes is only 1/2 visible.
    I have used PASCAL in years go by and an used to a set by set debug, is there something available for javascript for free?

  • Need help with Java Script to perform a calculation in Adobe Acrobat Pro 9 form

    I have a form (test) that I am creating in Adobe Acrobat Pro 9.
    I need help creating custom Java Script so I can get the desired answer.
    1) There are several questions in each group that require a numerical answer between 0-4
    2) There is a total field set up to sum the answers from all above questions
    3) The final "score" takes the answer from Step 2 above and divides by the total possible answer
    Any help on what Java Script I need to complete this would be greatly appreciated!
    I've attached a "spreadsheet" that shows it in more detail as well as what formulas I used in Excel to get the desired end result.
    Thanks in advance.

    Have you tried the "The field is the average of:"?

  • Java Scripting in Adobe Acrobat Pro

    Company that I work for wants to create a form using Acrobat Pro with Java Scripting that allows access to data source. Is that possible? It is only being sent out to 350 people. Would we have to purchase LiveCycle still? Would really appreciate any input. Thank you

    Depends on a couple of things.
    Do you have Acrobat X Pro or Acrobat XI Pro?
    If you have Acrobat X Pro then you also have Adobe LC Designer and can use an XFA based form with OLEDB to connect to your data source.
    If you have Acrobat XI Pro then Adobe LC Designer is no longer included and you would be creating an AcroForm.  In that case then "No"  an OLE database source would not be directly available.  But you could use a webservice to achieve similar results with Acrobat JS if you were using a web server.

  • Can I create a custom-scripted dynamic stamp in Acrobat Standard or do I have to buy Acrobat Pro?

    I am researching options for the company I work for to take it's invoicing system paperless and I need to know if I can create a custom-scripted dynamic stamp in Acrobat Standard or is that possible only in Acrobat Pro?

    You can create a custom dynamic stamp in Std. and Pro. and you can use the dynamic stamp in Reader as well. Here is an infographic on Creating a Custom Dynamic Stamp in Acrobat XI.

  • Creating order form and need Java Script to calculate unit price and quantity in Acrobat Pro.

    Hi,
    I am creating order form in Acrobat Pro , and I have
    code
    Order Quantity
    Unit price $
    201
    500
    $ 0.52
    201
    1000
    $ 0.36
    202
    300
    $ 0.26
    202
    500
    $ 0.2
    How make Subtotal and Total price with Java script.
    I do not know how to write java script.
    Anyone can help me?
    Thanks,

    Thanks for your response. I have 2 quantities and 2 Unit price for each code, I know a simple sum in calculation it works for 1 unit price and quantity.  Can you please let me know how to do it? One of the expert sent m this:
    //change field names as needed
    var qt1 = this.getField("qt1").value;
    var up1 = this.getField("up1").value;
    var qt2 = this.getField("qt2").value;
    var up2 = this.getField("up2").value;
    event.value = (qt1 * up1) + (qt2 * up2);
    I put this in total text field (calculation tab , Custom script) , but it  did not worked.
    I appreciate it if anyone can help or give me  suggestion.

  • Scripting bugs and anomalies in Acrobat Pro XI

    I've downloaded the trial version of Acrobat Pro XI and starting testing it out with various scripts and actions. The results are far from good, I'm afraid.
    Here are some of my findings, so far:
    1. The Action Wizard is very cumbersome and un-intuitive. It took me several minutes to figure out how to change the default setting to a specific folder, and I still can't find where to select the input file types to be processed. Also, what's the relation between the "Default option" and the Add File and Add Folder buttons? Very strange UI decisions there. I don't care about panels and dividers, but I do want the actual commands to make sense*.
    2. Another very bad decision is moving the Save command to a different section. What's the point of making it just another "tool" in the list? If you want to use it, you'll want to use it at the end of the process, not somewhere in the middle... And as it stands now, if you don't add it explictly, the changes are not saved at all.
    3. After running an Action, some of the files remain open in the window. I was looking for a Close File command, but couldn't find any such thing. Is this a bug?
    4. I'm running a script that processes some files. After finishing, the files are automatically saved and overwritten, even though I haven't added that command yet to my script. Very serious bug!
    5. After running some scripts and actions, working with hidden files, I've tried to access app.activeDocs. The result was an infinite loop of this error message:
    After a while I had to close down Acrobat from the Task Manager.
    I must say I'm very disappointed with this release, so far, and would not recommend anyone to upgrade to it.
    * Speaking of commands that don't make sense, what's the point of the Document JavaScripts command in the Action Wizard? All it does is open that window... This doesn't make sense at all in an automated action. It should have given you the option to automatically embed a piece of code in a file, not let you do it manually.

    Hi there,
    Your feedback is interesting as this is the very first time we receive some negative feedback about Actions in Acrobat XI.
    First of all what do you mean by "what's the relation between the "Default option" and the Add File and Add Folder buttons" ?
    If don't have the time to go through the help nor documentation here a brief answer:
    - Default option allows the author of an action to specify the behavior and settings for the command. In the case of Add File and Add Folder it will drive user running the action about the type of location the file(s) should be retrieved from: a scanner, cloud repository, a specific folder, etc. This is a bit of improvement over Acrobat X, but not a significant change in the behavior.
    I hope this is what you were questionning about.
    "Another very bad decision is moving the Save command to a different section"
    While this may not be convenient for you, I don't think it's enough to state that it's been a very bad decision since most users like it. It's also more flexible and more powerful. It makes it possible for instance, to save a document with a different naming convention at different points of the action which is an important improvement for some users. I am sure that after you've played with it a little bit more you will agree with that.
    "After running an Action, some of the files remain open in the window"
    Files that have been loaded by the Action playback should be closed, unless that have something special. Otherwise it could be a bug.
    " I'm running a script that processes some files. After finishing, the files are automatically saved and overwritten"
    It can only be because the JavaScript contains instructions to save the files, or the Action does. Otherwise it would be a bug and I'd be curious to know more about it as Acrobat is VERY robust about this.
    Please provide the files in question I'll be happy to spend time debugging the case.
    "After running some scripts and actions, working with hidden files, I've tried to access app.activeDocs. The result was an infinite loop of this error message:"
    This is out of my scope and will ask around me how it's supposed to work. Hopefully we'll get an answer from the script folks quickly.
    Please share files and way to reproduce the issues you meet, considering that you are the first person to provide such negative feedback there might be some misunderstanding somewhere.
    Best,
    Luc Leroy

  • Acrobat Pro install fails on OSX Yosemite 10.10.1

    Hi!
    I have a license for Acrobat Pro XI. When I try to install, the intstallation terminates with Installation failed.
    Jan 27 16:23:45 installd[929]: PackageKit: ----- Begin install -----
    Jan 27 16:23:59 installd[929]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "Beim Ausführen der Skripts aus dem Paket „Adobe Acrobat XI Pro Installer.pkg“ ist ein Fehler aufgetreten." UserInfo=0x7fcaeb85aed0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg, PKInstallPackageIdentifier=com.adobe.PDApp.AdobeApplicationManager.installer.pkg, NSLocalizedDescription=Beim Ausführen der Skripts aus dem Paket „Adobe Acrobat XI Pro Installer.pkg“ ist ein Fehler aufgetreten.} {
         NSFilePath = "./preinstall";
         NSLocalizedDescription = "Beim Ausf\U00fchren der Skripts aus dem Paket \U201eAdobe Acrobat XI Pro Installer.pkg\U201c ist ein Fehler aufgetreten.";
         NSURL = "file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg";
         PKInstallPackageIdentifier = "com.adobe.PDApp.AdobeApplicationManager.installer.pkg";
    Jan 27 16:23:59  Installer[1486]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Jan 27 16:24:00  Installer[1486]: Displaying 'Install Failed' UI.
    Jan 27 16:24:00  Installer[1486]: 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'.
    When I look at /var/log/install.log
    Jan 27 16:23:31 mac Installer[1486]: LSExceptions [0x6100000a8b20] loaded
    Jan 27 16:23:31 mac Installer[1486]: @(#)PROGRAM:Install  PROJECT:Install-920
    Jan 27 16:23:31 mac Installer[1486]: @(#)PROGRAM:Installer  PROJECT:Installer-815
    Jan 27 16:23:31 mac Installer[1486]: Hardware: iMac14,2 @ 3.20 GHz (x 4), 16384 MB RAM
    Jan 27 16:23:31 mac Installer[1486]: Running OS Build: Mac OS X 10.10.1 (14B25)
    Jan 27 16:23:31 mac Installer[1486]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Jan 27 16:23:31 mac Installer[1486]: Env: USER=acrobaticus
    Jan 27 16:23:31 mac Installer[1486]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Jan 27 16:23:31 mac Installer[1486]: Env: LOGNAME=acrobaticus
    Jan 27 16:23:31 mac Installer[1486]: Env: SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.sz9v6ozBnR/Listeners
    Jan 27 16:23:31 mac Installer[1486]: Env: Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.6Huoh8S2jc/Render
    Jan 27 16:23:31 mac Installer[1486]: Env: HOME=/Users/acrobaticus
    Jan 27 16:23:31 mac Installer[1486]: Env: SHELL=/bin/bash
    Jan 27 16:23:31 mac Installer[1486]: Env: __CF_USER_TEXT_ENCODING=0x42795A82:0x0:0x0
    Jan 27 16:23:31 mac Installer[1486]: Env: TMPDIR=/var/folders/r9/wnn0ksxd7g39kf_qds8fhjkd17kpm2/T/
    Jan 27 16:23:31 mac Installer[1486]: Env: XPC_SERVICE_NAME=com.apple.installer.1452
    Jan 27 16:23:31 mac Installer[1486]: Env: SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.sz9v6ozBnR/Listeners
    Jan 27 16:23:31 mac Installer[1486]: Env: Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.6Huoh8S2jc/Render
    Jan 27 16:23:31 mac Installer[1486]: Env: XPC_FLAGS=0x0
    Jan 27 16:23:31 mac Installer[1486]: Env: LOGNAME=acrobaticus
    Jan 27 16:23:31 mac Installer[1486]: Env: USER=acrobaticus
    Jan 27 16:23:31 mac Installer[1486]: Env: HOME=/Users/acrobaticus
    Jan 27 16:23:31 mac Installer[1486]: Env: SHELL=/bin/bash
    Jan 27 16:23:31 mac Installer[1486]: Env: TMPDIR=/var/folders/r9/wnn0ksxd7g39kf_qds8fhjkd17kpm2/T/
    Jan 27 16:23:31 mac Installer[1486]:  Adobe Acrobat XI Pro (11.0.07)   Installation Log
    Jan 27 16:23:31 mac Installer[1486]: Opened from: /Volumes/Acrobat 11/Adobe Acrobat XI/Adobe Acrobat XI Pro Installer.pkg
    Jan 27 16:23:31 mac Installer[1486]: Product archive /Volumes/Acrobat 11/Adobe Acrobat XI/Adobe Acrobat XI Pro Installer.pkg trustLevel=202
    Jan 27 16:23:33 mac Installer[1486]: JS: 10.6 or higher:1
    Jan 27 16:23:38 mac Installer[1486]: InstallerStatusNotifications plugin loaded
    Jan 27 16:23:41 mac Installer[1486]: LSExceptions [0x6100000a8b20] unloaded
    Jan 27 16:23:45 mac runner[1490]: Administrator authorization granted.
    Jan 27 16:23:45 mac Installer[1486]: ================================================================================
    Jan 27 16:23:45 mac Installer[1486]: User picked Standard Install
    Jan 27 16:23:45 mac Installer[1486]: Choices selected for installation:
    Jan 27 16:23:45 mac Installer[1486]: Install: " Adobe Acrobat XI Pro (11.0.07) "
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#acrobatpreinstall.pkg : com.adobe.acrobat.11.viewer.preinstall.pkg.MUI : 11.0.0
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#AdobeApplicationManager.pkg : com.adobe.PDApp.AdobeApplicationManager.installer.pkg : 1
    Jan 27 16:23:45 mac Installer[1486]: Install: "Application"
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#application.pkg : com.adobe.acrobat.11.viewer.app.pkg.MUI : 11.0.0mac
    Jan 27 16:23:45 mac Installer[1486]: Install: "Browser Plug-In"
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#browserPlugin.pkg : com.adobe.acrobat.11.viewer.browser.pkg.MUI : 11.0.0
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#support.pkg : com.adobe.acrobat.11.viewer.appsupport.pkg.MUI : 11.0.0
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#automator.pkg : com.adobe.acrobat.11.viewer.print_automator.pkg.MUI : 11.0.0
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#pdfservices.pkg : com.adobe.acrobat.11.viewer.print_pdf_services.pkg.MUI : 11.0.0
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#payload.pkg : com.adobe.acrobat.viewer.11.0.07.patch.pkg : 11.0.07
    Jan 27 16:23:45 mac Installer[1486]: ================================================================================
    Jan 27 16:23:45 mac Installer[1486]: It took 0.00 seconds to summarize the package selections.
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#acrobatpreinstall.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#application.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#browserPlugin.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#support.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#automator.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#pdfservices.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#payload.pkg
    Jan 27 16:23:45 mac Installer[1486]: Set authorization level to root for session
    Jan 27 16:23:45 mac Installer[1486]: Will use PK session
    Jan 27 16:23:45 mac Installer[1486]: Starting installation:
    Jan 27 16:23:45 mac Installer[1486]: Configuring volume "Macintosh HD"
    Jan 27 16:23:45 mac Installer[1486]: Preparing disk for local booted install.
    Jan 27 16:23:45 mac Installer[1486]: Free space on "Macintosh HD": 1.06 TB (1059217821696 bytes).
    Jan 27 16:23:45 mac Installer[1486]: Create temporary directory "/var/folders/r9/wnn0ksxd7g39kf_qds8fhjkd17kpm2/T//Install.1486nnNRYH"
    Jan 27 16:23:45 mac Installer[1486]: IFPKInstallElement (8 packages)
    Jan 27 16:23:45 mac Installer[1486]: Using authorization level of root for IFPKInstallElement
    Jan 27 16:23:45 mac installd[929]: PackageKit: Adding client PKInstallDaemonClient pid=1486, uid=1115249282 (/System/Library/CoreServices/Installer.app/Contents/MacOS/Installer)
    Jan 27 16:23:45 mac Installer[1486]: PackageKit: Enqueuing install with framework-specified quality of service (utility)
    Jan 27 16:23:45 mac installd[929]: PackageKit: ----- Begin install -----
    Jan 27 16:23:45 mac installd[929]: PackageKit: request=PKInstallRequest <8 packages, destination=/>
    Jan 27 16:23:45 mac installd[929]: PackageKit: packages=(
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#acrobatpreinstall.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#application.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#browserPlugin.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#support.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#automator.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#pdfservices.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#payload.pkg>"
    Jan 27 16:23:46 mac installd[929]: PackageKit: Skipping component "com.adobe.acrobat.pdfviewer" (*-11.0.0-*-*) because the version 11.0.10-11.0.10-*-* is already installed at /Library/Internet Plug-Ins/AdobePDFViewer.plugin.
    Jan 27 16:23:46 mac installd[929]: PackageKit: Skipping component "com.adobe.acrobat.pdfviewerNPAPI" (*-11.0.0-*-*) because the version 11.0.10-11.0.10-*-* is already installed at /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin.
    Jan 27 16:23:46 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#acrobatpreinstall.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/tmp, uid=0)
    Jan 27 16:23:46 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root, uid=0)
    Jan 27 16:23:47 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#application.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/Applications/Adobe Acrobat XI Pro, uid=0)
    Jan 27 16:23:54 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#browserPlugin.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/Library/Internet Plug-Ins, uid=0)
    Jan 27 16:23:54 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#support.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/Library/Application Support, uid=0)
    Jan 27 16:23:55 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#automator.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/Library/Automator, uid=0)
    Jan 27 16:23:55 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#pdfservices.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/Library/PDF Services, uid=0)
    Jan 27 16:23:55 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#payload.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/tmp/com.adobe.acrobat.viewer.updater, uid=0)
    Jan 27 16:23:56 mac installd[929]: PackageKit: prevent user idle system sleep
    Jan 27 16:23:56 mac installd[929]: PackageKit: suspending backupd
    Jan 27 16:23:56 mac installd[929]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.Z5hcjN/Scripts/com.adobe.acrobat.11.viewer.preinstall.pkg.MUI.AwSn4n
    Jan 27 16:23:56 mac install_monitor[1494]: Temporarily excluding: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Jan 27 16:23:57 mac installd[929]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.Z5hcjN/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pkg.0rCs6o
    Jan 27 16:23:57 mac installd[929]: ./preinstall: AAMInstaller: PRE AAM INSTALL....................
    Jan 27 16:23:57 mac installd[929]: ./preinstall: AAMInstaller: AAMIAssetsDir /private/tmp/PKInstallSandbox.Z5hcjN/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pkg.0rCs6o
    Jan 27 16:23:57 mac installd[929]: ./preinstall: AAMInstaller: Checking for ignore AAM.
    Jan 27 16:23:57 mac installd[929]: ./preinstall: AAMInstaller: ignore_aam return code 1.
    Jan 27 16:23:57 mac installd[929]: ./preinstall: AAMInstaller: Launch AAM Installation in silent mode...
    Jan 27 16:23:57 mac installd[929]: ./preinstall: Starting Installer... In Silent mode.
    Jan 27 16:23:57 mac installd[929]: ./preinstall: Unable to initialize objects.
    Jan 27 16:23:57 mac installd[929]: ./preinstall: Exiting Installer with Code: -3
    Jan 27 16:23:58 mac installd[929]: ./preinstall: AAMInstaller: Exit status: 253
    Jan 27 16:23:58 mac installd[929]: ./preinstall: AAMInstaller: For more detailed logs check:~/Library/Logs/PDApp.log
    Jan 27 16:23:58 mac installd[929]: ./preinstall: AAMInstaller: AAM silent installation Failed.
    Jan 27 16:23:58 mac installd[929]: ./preinstall: AAMInstaller: END OF PRE AAM INSTALL....................
    Jan 27 16:23:58 mac install_monitor[1494]: Re-included: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Jan 27 16:23:59 mac installd[929]: PackageKit: releasing backupd
    Jan 27 16:23:59 mac installd[929]: PackageKit: allow user idle system sleep
    Jan 27 16:23:59 mac installd[929]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "Beim Ausführen der Skripts aus dem Paket „Adobe Acrobat XI Pro Installer.pkg“ ist ein Fehler aufgetreten." UserInfo=0x7fcaeb85aed0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg, PKInstallPackageIdentifier=com.adobe.PDApp.AdobeApplicationManager.installer.pkg, NSLocalizedDescription=Beim Ausführen der Skripts aus dem Paket „Adobe Acrobat XI Pro Installer.pkg“ ist ein Fehler aufgetreten.} {
         NSFilePath = "./preinstall";
         NSLocalizedDescription = "Beim Ausf\U00fchren der Skripts aus dem Paket \U201eAdobe Acrobat XI Pro Installer.pkg\U201c ist ein Fehler aufgetreten.";
         NSURL = "file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg";
         PKInstallPackageIdentifier = "com.adobe.PDApp.AdobeApplicationManager.installer.pkg";
    Jan 27 16:23:59 mac installd[929]: PackageKit: Running idle tasks
    Jan 27 16:23:59 mac Installer[1486]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "Beim Ausführen der Skripts aus dem Paket „Adobe Acrobat XI Pro Installer.pkg“ ist ein Fehler aufgetreten." UserInfo=0x6080000fc600 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg, PKInstallPackageIdentifier=com.adobe.PDApp.AdobeApplicationManager.installer.pkg, NSLocalizedDescription=Beim Ausführen der Skripts aus dem Paket „Adobe Acrobat XI Pro Installer.pkg“ ist ein Fehler aufgetreten.}
    Jan 27 16:23:59 mac installd[929]: PackageKit: Removing client PKInstallDaemonClient pid=1486, uid=1115249282 (/System/Library/CoreServices/Installer.app/Contents/MacOS/Installer)
    Jan 27 16:23:59 mac Installer[1486]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Jan 27 16:24:00 mac Installer[1486]: IFDInstallController 6040 state = 8
    Jan 27 16:24:00 mac Installer[1486]: Displaying 'Install Failed' UI.
    Jan 27 16:24:00 mac Installer[1486]: 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'.
    Jan 27 16:24:00 mac installd[929]: PackageKit: Done with sandbox removals
    i have no idea.
    The ~/Library/Logs/PDApp.log file says:
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Build Version - 6.2.127.0
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Logging Level verbosity Set  to 4
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Start: AAM Deployment Validation checks... Install workflow
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Detect should we ignore AAM
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1499. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1495. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1494. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1492. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1488. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1454. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1280. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 929. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 803. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 567. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 480. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 405. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 377. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 338. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 327. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 284. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 269. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 253. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 252. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 231. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 219. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 218. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 215. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 213. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 200. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 199. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 198. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 196. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 194. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 170. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 162. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 154. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 152. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 150. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 145. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 144. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 143. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 139. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 138. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 137. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 136. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 135. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 134. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 132. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 131. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 130. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 129. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 128. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 127. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 110. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 105. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 104. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 100. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 90. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 85. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 83. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 82. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 80. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 79. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 78. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 77. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 75. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 74. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 72. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 71. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 70. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 69. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 65. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 64. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 61. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 59. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 58. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 57. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 56. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 55. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 54. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 52. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 51. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 50. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 49. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 47. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 46. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 43. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 42. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 41. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 40. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 36. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 35. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 33. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 32. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 29. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 28. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 27. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 26. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 24. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 23. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 22. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 20. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 19. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 17. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 16. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 0. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1421. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Should_Ignore_AAM -1. AAM Installation not ignored..
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Starting Deployment Validation checks...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check System validity Status ...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Checking minimum OS version ...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - System OS Version - major = 10, minor = 10, bugFix = 1
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check Boot volume is casesensitive ...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check Required system files and folders exits ...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check Adobe Application Manager is running...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check Another Adobe installer (RIBS) is running ...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check Another Adobe installer (Bootstrapper) is running  ...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check Adobe Application Manager SYNC is happening...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check and close Adobe Application Manager notifiers...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - AAM Deployment Validation checks PASSED.
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - End: AAM Deployment Validation checks...
    01/27/15 16:23:57:795 | [INFO] |  | ASU | Setup | Setup |  |  | 54940 | Build Version - 8.0.0.72
    01/27/15 16:23:57:795 | [INFO] |  | ASU | Setup | Setup |  |  | 54940 | Logging Level verbosity Set  to 4
    01/27/15 16:23:57:795 | [INFO] |  | ASU | Setup | Setup |  |  | 54940 | TimeLog: Bootstrapper Start
    01/27/15 16:23:57:796 | [INFO] |  | ASU | Setup |  |  |  | 54940 | Event Guid generated is: '72a323ca-3b46-4252-9b9f-30c1226ff155'
    01/27/15 16:23:57:796 | [INFO] |  | ASU | Setup | Setup |  |  | 54940 | Launch Path set to /private/tmp/PKInstallSandbox.Z5hcjN/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pkg.0rCs6o
    01/27/15 16:23:57:808 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Build Version - 8.0.0.72
    01/27/15 16:23:57:808 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Logging Level verbosity Set  to 4
    01/27/15 16:23:57:809 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Build Version - 8.0.0.72
    01/27/15 16:23:57:809 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Logging Level verbosity Set  to 4
    01/27/15 16:23:57:809 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | CREATE PIM Instance ...
    01/27/15 16:23:57:812 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | trying to createOrUpdatePIMDbSchema.
    01/27/15 16:23:57:813 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Current db schema version on machine 1.
    01/27/15 16:23:57:813 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Current db schema version to install 1.
    01/27/15 16:23:57:813 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | PIM DB Schema is up to date. Current schema version is 1.
    01/27/15 16:23:57:813 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | PIM Database is Up To Date.
    01/27/15 16:23:57:813 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Updater Inventory location:/private/tmp/PKInstallSandbox.Z5hcjN/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pkg.0rCs6o/Install.app/Contents/Frameworks/UpdaterInventory.framework/Versions/A/UpdaterInventory
    01/27/15 16:23:57:817 | [ERROR] |  | ASU | PIM | PIM |  |  | 54940 | Failed to Acquire ACF Lock ...
    01/27/15 16:23:57:817 | [ERROR] |  | ASU | PIM | PIM |  |  | 54940 | Failed to acquireACFLock ...
    01/27/15 16:23:57:817 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | PIMSqlite closeDB status 0
    01/27/15 16:23:57:817 | [FATAL] |  | ASU | Setup | Setup |  |  | 54940 | Unable to create PIM object
    01/27/15 16:23:57:817 | [INFO] |  | ASU | Setup | Setup |  |  | 54940 | =================  Exiting Installer with Code: -3  =================
    Any ideas?
    Thank you very much!
    acrobaticusè

    [28/01/15 15:59:25] Help And Support: Can you please check for existence of file "com.adobe.PDFAdminSettings.plist" at the following locations:
    1. /Library/Preferences/
    2. ~/Library/Preferences/
    This file might be already present on your machine if you have any other version of Acrobat installed. You need to rename this file or move it to some other location and then try installing Acrobat 11 again. Please let us know if you are able to install after following these steps.
    It’s only there in /Library/Preferences
    I deleted com.adobe.PDFAdminSettings.plist from /Library/Preferences/ with admin privileges
    still the installation fails
    Any other suggestions.
    I also tried installing with an Admin account, still fails!

  • Permission error in opening word 7file in acrobat pro

    I can create a pdf from within word 7 but can't open the file from within acrobat pro 9.  When I sent the document in they said it wasn't run through distiller.  When I open distiller and open the file I get a non-standard error, content flushed, no output.  My word 7 documents are saved as  docx - do they have to be post script??  I'm totally confused with acrobat. I've read the help files - but when I follow the instructions nothing changes.  I don't have any passwords or permissions set - why does it say I don't have permission to open the file?  I'm the only person using this computer and program.  I bought this program specifically to "distill" my word files and can't seem to figure out how to do that.
    Thanks!

    I submitted an acrobat pdf from the pdfmaker in word.  Was told it didn't look like it had been distilled.  I think I'm pretty clear now on the extent of the pdfs and the distill is to ensure everything is print ready. I naively thought a pdf was a pdf and it took everything and"boxed" it so it printed out on the other end just like it did on my end.
    Let me see if I'm following you now.  I prepare a document in word 7.  Print it to the adobe pdf printer.  When it opens in acrobat, ctrl D  gives me the information.....acrobat distiller 9.2.0, PScript 5.dll ver5.2.2.  This document has been "distilled", right? As opposed to the same document  made into a pdf by using the acrobat pdf maker in word.  When I open it in acrobat, ctrl D gives me this information.....Acrobat pdf maker 9.1 for Word,  Adobe pdf library 9.0, pdf version 1.5.  This document has not been "distilled", correct?
    A doc, docx or one saved as a pdf file using the adobe pdf maker cannot be opened in distiller?
    In Acrobat Distiller I found a couple of help guides that look to be more informative - though complicated to understand.  I had a couple of transparancies - I assume these were the images where I had erased the background and put them on a transparent background -- or the text boxes I've since learned not to use.  Transparancies are addressed on page 38 - but over my head.  Is there an easier explanation to be found someplace on how to preprare non-text items?
    And one more  if I may. Some of my images were converted using RGB, convert to BW, instead of grayscale.  I see several "colors" came up.  Using Preflight can I convert all these to grayscale within acrobat or should I redo every image in grayscale individually?This is an instruction manual so is image heavy.
    Thanks for your patience, I really want to learn this if I can find instructions I can understand

  • How to round numbers using javascript in Adobe Acrobat Pro?

    How to round numbers using java script in Adobe Acrobat Pro?
    For example:
    1.2 becomes 1.0
    1.7 becomes 2.0
    Thank you.

    Assuming you've already set the field to a Number format category and limited it to one digit to the right of the decimal, you can use the following custom Validate script:
    // Custom Validate script
    event.value = Math.round(event.value);
    More info: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/roun d

  • Acrobat Pro XI fails installation on Mac Pro with Mavericks 10.9.3

    I've downloaded the Acrobat Pro XI Trial installation package twice. Each time I run the installer it fails. As the installer proceeds I see the following messages:
    Copying Files
    Running Scripts
    Validating Packages
    As soon as the "Validating Packages" message appears it is replaced by a message indicating that the Installation Failed.
    In the PDApp.log file I see a number of error messages like the following:
    Sun Jul 27 09:29:50 2014
    [ERROR] PIM - Failed to get command line args for pid 5576. Errorno (22). error msg -- Invalid argument
    Sun Jul 27 09:29:50 2014
    [ERROR] PIM - Failed to get command line args for pid 5572. Errorno (22). error msg -- Invalid argument
    Sun Jul 27 09:29:50 2014
    [ERROR] PIM - Failed to get command line args for pid 5571. Errorno (22). error msg -- Invalid argument
    After the very long list of errors as above the end of the log file shows:
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - Should_Ignore_AAM -1. AAM Installation not ignored..
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - Starting Deployment Validation checks...
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - Check System validity Status ...
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - Checking minimum OS version ...
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - System OS Version - major = 10, minor = 9, bugFix = 3
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - Check Boot volume is casesensitive ...
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - Check Required system files and folders exits ...
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - Check Adobe Application Manager is running...
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - Check Another Adobe installer (RIBS) is running ...
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - Check Another Adobe installer (Bootstrapper) is running  ...
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - Check Adobe Application Manager SYNC is happening...
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - Check and close Adobe Application Manager notifiers...
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - AAM Deployment Validation checks PASSED.
    Sun Jul 27 09:29:50 2014
    [INFO] PIM-AAMDeploymentValidation - End: AAM Deployment Validation checks...
    I would appreciate any insight regarding how to resolve this installation problem.
    Thank you

    Hello,
    The logs suggests that the Acrobat Licensing component is not able to install properly.
    Please try following steps:
    1. Go to www.adobe.com
    2. Log-in with your Adobe ID and Password.
    3. From left panel - choose 'Desktop' under 'Apps'
    4. Navigate to Acrobat XI Professional and download trail.
    Regards,
    Anoop

  • Adobe Reader and Acrobat Pro updates for 11.0.10 being pushed out through SolarWinds Patch Manager are not being recognized as applicable.

    I am trying to update our Adobe Reader and Acrobat Pro to 11.0.10 using the default MSP packages with SolarWinds Patch Manager.  All of the systems keep reporting as 'NOT APPLICABLE'.  All of the workstations have Reader11.0.09, with about 10% still on 11.0.08 (due to the fact that the reader 11.0.09 package only patched about 2/3 of the systems).  All systems that have Acrobat Pro are 11.0.09.
    In SolarWinds I am using the "Adobe Systems, Inc. Packages" node.
    Adobe Systems Acrobat 11 Catalog
    Adobe Systems Reader 11 Catalog
    and the SW Patch Manager downloads the msp's straight from Adobe.
    I have checked the msp's manually and they will update at least back to 11.0.07 in Reader, and 11.0.0 in Acrobat Pro. (I had an old stand alone system that still had Reader 11.0.07, and I did a new install of Pro and went straight to update 11.0.10)
    The SolarWinds Tech said, "Okay. That content is produced by Adobe. Any questions concerning applicability logic or diagnosing why a package reports as NotApplicable when that's not expected would need to be directed to Adobe, as they are solely responsible for that content and its behavior".
    I am new to SolarWinds Patch Manager, and any help or advice would be greatly appreciated.

    It sounds like you are attempting to use the SCUP catalogs outside of the MS solution.  I can almost guarantee you that Adobe didn't test it if it's not referenced in the ETK:  11   SCCM-SCUP — Enterprise Administration Guide
    That being said there "should" be logging available in any deployment solution.   Since I am not familiar with Solar-Winds particular solution I can't say if it logs errors and how verbose those logs might be.    If you have logs then post the output and the forum members "might" be able to assist you.

  • CS4 suite serial number does not work for Adobe Acrobat Pro

    Hello,
    I am looking for a solution for the serial number issue I am having with Adobe Acrobat Pro. All of other programs within the suite open fine, but when I open Adobe Acrobat Pro it asks for a serial number. When I type in the serial number, I am given a red "X".
    I have called customer support, but they haven't been able to give me any information that will resolve my issue (uninstalled 4 times now). I have Vista and have looked online and on the Adobe website to find a solution. It looks like others are having the same issue from what I can tell while searching. I have run the script too and then reinstalled, but still nothing.

    After some stupid upgrade in my computer (who knows as Microsoft is always doing something), my Acrobat 9 in CS4 stopped working. The error message said to uninstall and reinstall Acrobat. So I went through the control panel and uninstalled it. I then loaded the CD and reinstalled. However the reinstall would NOT accept the orginal serial number. I called Adobe and they gave me a different serial number. Before I let the guy nof the line I tried the  number and it did NOT work! So then he gave me another number which  asked for the previous verison- apparently it was an upgrade number. Luckily I had my old CS3 software and I gave it that number and then it accepted the install. The program now works BUT there is no longer any ADD/REMOVE choice in the CS4 suite in the control panel. There is no way to automatically remove this program anymore! What a mess.
    After reading some of the installation problems others have had and no solutions, I count myself lucky! At least I was able to get the program running.
    Therefore my advise on the serial number problem is to get Adobe on the phonen and get them to give you a number that will work, and don't hang up until you know the program is working!
    If anyone knows how to add the Acrobat to the the add/remove functions in the control panel, please let me know!

  • Trying to install Acrobat Pro XI on Windows 2008R2 VM

    Our desktop guys ordered Acrobat Pro XI for some 32-bit Windows 7 VM's.
    We also have some server applications running 64-bit Windows 2008R2 that need it and I'm attempting to create a silent install for.  I used the customization wizard provided by Adobe and when I attempt to run the command line msi installation, my 64-bit Windows 2008R2 VM blue screens and reboots.
    After I bring the VM back up and attempt to run Acrobat, I get the error message "Please uninstall and reinstall the product  .. . .  Error 1".  Not real informative, so not sure where to go from here.
    The desktop guys sent me the media and gave me a license key.
    Question 1:  Do I need a 64-bit version of Acrobat Pro?
    Question 2:  Will a desktop license suffice on a server?
    Question 3:  I have 7 servers that require this installation, do I need a different key for each?
    Question 4:  Do I really need to license each one via the internet?
    Please help!!
    Thanks
    Mike

    You actually need more answers than you asking for. . . . That is to say you should start with the Admin Guide: Acrobat-Reader Enterprise Toolkit Home.
    You probably need a volume license. Read up on the server doc, look up the right EULA for virtualized environments, and read the section on granting offline exceptions/serialization/installation. Check out the Wizard Guide as well.
    Error 1 doesn't sound like an Acrobat error, but it could be. Make sure you have a clean uninstall before retrying. There's a cleaner tool on LABs.
    32 Bit is ok.
    Ben
    Question 1:  Do I need a 64-bit version of Acrobat Pro?
    Question 2:  Will a desktop license suffice on a server?
    Question 3:  I have 7 servers that require this installation, do I need a different key for each?
    Question 4:  Do I really need to license each one via the internet?

  • Setting trim box bug in Acrobat Pro 7 & 8 - try it...

    I have filed this bug a few times with Adobe over the past months but there doesn't seem to be any movement. I'd download the trial of Acrobat 9 Pro to check but alas us Mac users are not deemed worthy of that.
    I implore anyone who can to try out the following:
    - Open up an existing PDF or create a new, blank one. Zoom out to a point where you get a good amount of "no-man's land" gray around your document.
    - Go to Document->Crop Pages... and pick "trim box" from the drop down menu.
    Now start moving the right-hand constraint of the trim box using the "up" arrow widget and see what happens in the main document window. For me and the users that I support, the guide that represents the right-hand trim box constraint will start coming in from the right-most side of the document window, that is, inside the gray out-of-bounds area. In addition to the guide being in the wrong place it also doesn't get redrawn every time the right-hand margin is moved by the standard .125" step by clicking the "up" or "down" widget. As a result there will be a whole mess of black vertical guides left on the screen, obscuring the actual position of the guide regardless of whether or not it is placed on the screen in accordance to the right-hand trim box constraint setting. Similarly, the main document can be zoomed in to fit to window but the guide will still be drawn incorrectly and exhibit the same "ghosting".
    All of this has remained the same between versions 8.0 and 8.1.2 of Acrobat Pro and in one of my discussions with an Adobe tech rep who was testing it on his side I was told it also exists in Acrobat Pro 7. It is an issue because the small preview window in the Crop Pages window is not very useful when working with large document dimensions that need precise trimming adjustments beyond a standard eight or quarter inch all around.
    Hopefully someone else can confirm this issue while I try to find out whether Acrobat 9 still exhibits the same behavior.
    Thanks.

    This has been a problem since version 8 on the mac. Acrobat 7 on the mac worked fine with the right side trim but not on the PC.
    We are still having this problem with Acrobat 9.4.0 on the Mac & PC.
    This has now been an issue for 2 versions of Acrobat Pro.(8 & 9)
    Being in Pre Press and having to constantly set the trim for jobs, this is now taking up too much time and costing money.
    Please fix this Adobe.
    and on another note. how hard would it be to display the trim (if set) next to where the page size is?
    If the trim is set it should display it! why should we have to go to document/crop pages>trim.
    Im in a busy Pre Press Dept and the amount of times you have to check a trim size is stupid.
    I always set prefs to display crop / trim / and bleed boxes and this helps but it should display it if its set.
    Thanks
    Hope this is resolved soon.

Maybe you are looking for

  • Moving songs from my ipod to my computer (itunes)

    Help! I am trying to get all my songs from my ipod to my itunes. The songs currently on my ipod are from different sources from my old computer that got a virus and died. Now, (with the exception of a few new songs on my new computer) I cannot get al

  • ITunes error 3256 and 3150

    I just upgraded to itunes 10 and tried to download a few movies and an app.  Everytime it starts to download I get the error 3256 on the App and 3150 on the movies.  From what I've seen it is a router issue, I have reset the router, turned of my wire

  • Storage space - How to save adjustments and economize on storage need

         I am workeing in PSE 8.  I would like to know how I best save processed images while economizing on personal storage space requirements.  I.E. If I save a version of a 15 GB image does this take 30 GB's of storage for the original plus version? 

  • CFIMAGE captcha issue - Cannot find /CFFileServlet, possibly because server and webroot are on different drives

    CFIMAGE captcha was working on my DEV system, where the wwwroot is in the same folder as CFServer is installed. It is NOT working when I move it to staging, which is identical to production - including the fact that CFServer is on D: drive, but wwwro

  • Oracle plugin install breaks "Generic JDBC_1.x server type"

    Using Eclipse Europa w/Oracle plugin 1.0.0.464. After installing the Oracle plugin, my Generic JDBC 1.x connection profiles are now erroneously associated with server type "Oracle_10.x" instead of "Generic JDBC_1.x". Let me know if you need add'l det