Installing sdk & using sdk with Ruby

Hi,
I'm new to using the acrobat sdk. I would like to use the sdk with Windows Vista. I have some basic questions.
1. Can I use the sdk with Adobe Reader only, without having Adobe Acrobat installed?
2. How does one install the sdk? (I've downloaded the Windows version, but don't know what to do with it.)
3. Can one use the sdk with Ruby?
Thanks.

For Vista, you will need a Vista compatible version of Acrobat/Reader - that would be 8.1 and later.
There are parts of the SDK that work with Reader only. Be sure to read the documentation to see what they are.
The SDK is just a zip file with lots of documentation, samples, etc.
Since Ruby is a server-based language (in most cases) and the Acrobat SDK is for desktop use, I will have to say "No!"

Similar Messages

  • My Adobe Acrobat X pro is not opening after 1 month of Installing, it happens every month then I re-install to use it with my Serial Number again

    My Adobe Acrobat X pro is not opening after 1 month of Installing, it happens every month then I re-install to use it with my Serial Number again

    Hi hnssiva,
    The answers to Pat's questions will help us get to the bottom of things. In the meantime, please check out this document: http://helpx.adobe.com/creative-suite/kb/acrobat-failed-launch-30-days.html, as it sounds like you may be running into the issue it covers.
    Best,
    Sara

  • Using AIR with Ruby

    How would I use Ruby with the Adobe AIR product, if I use
    FLEX or HTML/AJAX to make a Web App, compile it into AIR, but some
    of the back end data calculations and retrieval (not Rails) is done
    in Ruby?

    Hi,
    You'd need to communicate with your ruby backend via HTTP or
    sockets.If your backend is in a central server that all clients are
    going to connect, then there is no problem at all.
    Otherwise, if the ruby piece has to be on the same machine as
    the AIR app, you'll have to handle distribution of the ruby piece
    and the AIR piece separately.

  • Install and use fobs4jmf with own program

    Hey, I've installed fobs4jmf on my machine using the instructions at http://fobs.sourceforge.net/f4jmf_first.html - adding $FOBS_HOME/fobs4jmf.jar to classpath, fobs4jmf.dll to windows/system32, and adding the stuff in jmf registry.
    Both the fobs play and jmplayer seem to work fine with it, oppening a load of files it wouldn't touch before. but my own media player code and the custom gui player from http://java.sun.com/products/java-media/jmf/2.1.1/solutions/CustomGUI.html still won't open a load of files, including some of the ones the fobs player and jmplayer will.
    I've tried replacing jmf.properties in $JMF_HOME/lib/ with the jmf.properties in $FOBS_HOME/ but it doesn't seem to change anything.
    Can someone tell me where I'm going wrong? Thanks,
    Christopher

    ohhkayyy... mysteriously working now. gotta love the windows "reboot fixes everything".

  • How can I install and use Axis with Weblogic 5.1 ?

    Did anyone try to install Axis on Weblogic ?
    Thanks.

    http://xml.apache.org/soap/faq/faq_chawke.html#Q2_30

  • Need help how to install and use html db

    plz any body can help me i have download htmldb2.0 and want to install and use it with oracle but i do not know how to install and use it first time any body can help me in detail .
    Niazi

    Niazi,
    Included in the 2.0 download are some very comprehensive Installation and Upgrade instructions, I would highly recommend you read those.

  • Installing and using Adobe Air SDK 2.5 with Flash Professional CS4

    Hi,
    I am trying to install the Air SDK 2.5 with Flash Professional CS4 with the intention of creating a program to use Actionscript 3 to communicate with the UDP interface using datagrams. (The server is the IL2 device link interface) As I am very new to this development environment I was wondering if anyone could answer a few questions.
    1) Can I use datagram sockets with Air 2.5 with Actionscript 3 and Flash CS4?
    2) Is there special procedure for installing the AIR SDK 2.5 or do I use the instructions layout in "How to Overlay the Adobe Air 2 SDK for Use with Flash Professional - Flash professional CS4"?
    3) If I do use those instructions, when I edit the namespace for my application do I set it to 2.0 or 2.5?
    4) As a stepping stone to building my program I was trying to try to build the Actionscript 3  DatagramSocketExample program that is published by Adobe. Unfortunately I am getting a '1046: Type was not found or was not a compile-time constant: DatagramSocketDataEvent'.
    Is there a step by step tutorial on how to get the example code up and running?
    Thankyou for your time and patience with my noob questions
    Ian

    This was part of the AIR 2.0 beta release note, but I used this for 2.5 and it works nice.
    You can try it too an make sure you use 2.5 wherever the not says 2.0beta2.
    Goodluck.
    How to Update Flash CS4 to Use the AIR 2 Beta SDK
    If you use Flash CS4 Professional to build Adobe AIR applications, please follow the instructions below to manually update the version of the AIR SDK to use version 2.0.
    Update Flash CS4 Professional to version 10.0.2 at http://www.adobe.com/support/flash/downloads.html or select "Help > Updates... " from within Flash CS4.
    Quit Flash CS4 Professional if it is open.
    Navigate to the Flash CS4 installation folder. The default location on Windows is "C:\Program Files\Adobe\Adobe Flash CS4\" and on Mac OS "/Applications/Adobe Flash CS4/"
    Within the "Adobe Flash CS4" folder you should see a folder called "AIK1.5". If this folder is not present repeat step #1.
    Rename the folder "AIK1.5" to "AIK1.5 OLD" or delete it if you do not need to save a copy of it.
    Make a new folder called "AIK1.5"
    Download the Adobe AIR 2 SDK from the labs website and uncompress the contents of the folder to the new "AIK1.5" folder you just created.
    Copy the "airglobal.swc" file located within the "Adobe Flash CS4/AIK1.5/frameworks/libs/air/" folder into the "Adobe Flash CS4/Common/Configuration/ActionScript 3.0/AIR1.5/" folder.
    Flash CS4 is now configured to use the AIR 2 beta 2 SDK.
    In order to take advantage of the new AIR 2 beta 2 features, you will need to update your application descriptor file to use the "2.0beta2" namespace.

  • Using local android-sdk and android-sdk-platform-tools with phonegap

    Hello,
    I've installed android-sdk, android-sdk-platform-tools and android-sdk-build-tools packages from AUR and phonegap with npm command line utility of nodejs. When I try to build android app using the command:
    $ phonegap run android
    phonegap fails to detect locally installed android SDK environment and uses remote one:
    [phonegap] detecting Android SDK environment...
    [phonegap] using the remote environment
    I tried adding paths /opt/android-sdk/tools/, /opt/android-sdk/platform-tools/ and /opt/android-sdk/build-tools to $PATH variable but still, no luck. How can I make phonegap use the local android SDK environment?
    Last edited by th0th (2013-08-10 21:06:29)

    hi, you can try run `phonegap local run android`
    if you see "ant: command not found" error, please install 'apache-ant'
    ╭─root@vkill /opt/workspace/my-app ‹ruby-1.9.3›
    ╰─➤  phonegap local run android                                             8 ↵
    [phonegap] adding the Android platform...
       [error] Please install Android target 17 (the Android 4.2 SDK). Make sure you have the latest Android tools installed as well. Run `android` from your command-line to install/update any missing SDKs or tools.
    ╭─root@vkill /opt/workspace/my-app ‹ruby-1.9.3›
    ╰─➤  phonegap local run android
    [phonegap] adding the Android platform...
       [error] An error occured during creation of android sub-project. /root/.cordova/lib/android/cordova/3.0.0/bin/create: line 104: ant: command not found
    An unexpected error occurred: ant jar > /dev/null exited with 127
    Deleting project...
    ╭─root@vkill /opt/workspace/my-app ‹ruby-1.9.3›
    ╰─➤  yaourt -S apache-ant
                                                                                                                                           1 ↵
    ╭─root@vkill /opt/workspace/my-app ‹ruby-1.9.3›
    ╰─➤  phonegap local run android                                                                                                                  1 ↵
    [phonegap] adding the Android platform...
    [phonegap] compiling Android...
    [phonegap] successfully compiled Android app
    [phonegap] trying to install app onto device
    [phonegap] no device was found
    [phonegap] trying to install app onto emulator
    [phonegap] successfully installed onto emulator
    Last edited by vkill (2013-09-04 17:48:44)

  • Deplyoing J2SE SDK using silent install

    Hi,
    for a software application that generates java code after deployment we need to install the SDK with our software package. I found the instructions for the silent installation for the runtime environment, but they apparently do not work for the SDK. I use this command line:
    j2sdk-1_4_2-windows-i586.exe /s /v"/qn /L D:\Web6020\setup.log ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=D:\Web6020 REBOOT=Suppress JAVAUPDATE=0 WEBSTARTICON=0 CUSTOM=1"
    The log file claims that the installation was successful, but this installation does not install half the things that the standard, guided installation places in the designated folder.
    Can this approach of a silent install be used for the SDK in the same way as for the runtime only ? If yes, what needs to be changed in the above command in order to get the full SDK installed with runtime and everyhting ?
    Any help is greatly appreciated.

    I'm packaging the JRE 5.0 Update 8 client for our Windows XP SP2 desktops. I need to disable the update feature in the Java client. I packaged the previous version (5.0 Update 6) and disabled the autoupdate without any problems, but for some reason, it isn't working the same in Update 8.
    The problem is, after I install the client while attempting to disable the autoupdate, if I open the Java Control Panel (if I leave the tray icon enabled) the Update tab is still there and the "Check for Updates Automatically" box is still checked and the following registry entry is set:
    HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy
    EnableJavaUpdate = 1
    I've read the doc... http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/silent.html . I've tried installing it with several different options, including:
    jre-1_5_0_08-windows-i586-p-s.exe /s /v"/qb-! IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0 AUTOUPDATECHECK=0 JU=0 SYSTRAY=0"
    I also tried taking the .msi that's created in %temp% when you run jre-1_5_0_08-windows-i586-p-s.exe and applying a .mst that I created and setting the public properties (IEXPLORER, REBOOT, JAVAUPDATE, JU, UPDATECHECK and SYSTRAY) in the Property table of the mst.
    Neither the command line switches or the .mst I created work.
    How can I completely disable the update and remove the Update tab?
    Thank you in advance.

  • Using TLF with SDK 3.5 - 1014 error

    Hi
    I have followed the steps outlined at http://opensource.adobe.com/wiki/display/tlf/Using+TLF+with+Flex+3.2 to import TLF to user with SDK 3.5. I have verified that I have the latest swc. I get no compile erros but at runtime I get
    VerifyError: Error #1014: Class flashx.textLayout.elements::TextFlow could not be found
    Any help would be greatly appreciated.

    I have never use TLF with SDK 3.5.
    After reading what you have said, I guess you are setting SWCs in your project as "runtime shared Library", but there is not a RSL link( or not a correct RSL link) in the configuration file named flex-config.xml in SDK 3.5, to download the SWF or SWZ successfully in the runtime. You may solve the problem by setting libraries as "merge into code"

  • How to Install BDK and SDK on windows platform with  jdk1.2

    Sir, I have a problem in Installing BDK and SDK downloaded from the website, on my windows 9X platform. I ma using the JDK1.2 software for now.
    An early reply is expected.
    Thanking you
    Abhishek

    Sir, I have a problem in Installing BDK and SDK
    downloaded from the website, on my windows 9X
    platform. I ma using the JDK1.2 software for now.
    An early reply is expected.
    Thanking you
    Abhishek

  • Exception thrown when using SDK 4.5.1 with debug flash player

    My setup:
    Windows 7
    Flash Builder 4 Premium, Version 4.0 (build 272416), volume license
    SDK 4.5.1
    RIATest 4.3, RIATestAgent4.swc
    I compiled our application using SDK 4.5.1 with these compiler setting:
    -locale en_US -use-network=false  -theme=Halo/halo.swc --keep-as3-metadata Test -define CONFIG::WITH_DEMS  true -define CONFIG::LP_MODULE true -includes  com.mycompany.automationDelegates.MyContainerAutomationImpl  com.mycompany.automationDelegates.MyFirstComponentAutomationImpl  com.mycompany.automationDelegates.MySecondComponentAutomationImpl  com.mycompany.automationDelegates.MyThirdComponentAutomationImpl  -include-libraries "C:\Program Files (x86)\RIATest  4\agent\RIATestAgent4.swc" "C:\Program Files (x86)\Adobe\Adobe Flash  Builder 4\sdks\4.5.1\frameworks\libs\automation\automation.swc"  "C:\Program Files (x86)\Adobe\Adobe Flash Builder  4\sdks\4.5.1\frameworks\libs\automation\automation_dmv.swc" "C:\Program  Files (x86)\Adobe\Adobe Flash Builder  4\sdks\4.5.1\frameworks\libs\automation\automation_agent.swc"
    When I run our application using  the debug 10.2 Flash Player, the following exception is thrown:
    ReferenceError: Error #1065: Variable Scroller is not defined.
    at flash.system::ApplicationDomain/getDefinition()
    at  mx.automation.delegates.containers::ApplicationAutomationImpl/getAutomationChildren()[E:\ dev\4.5.1\frameworks\projects\automation\src\mx\automation\delegates\containers\Applicatio nAutomationImpl.as:266]
    at mx.core::UIComponent/getAutomationChildren()[E:\dev\4.5.1\frameworks\projects\framework\s rc\mx\core\UIComponent.as:12919]
    at  mx.automation::AutomationManager/getAutomationChildrenArray()[C:\work\flex\dmv_automation \projects\automation_agent\src\mx\automation\AutomationManager.as:4895]
    at  com.riatest::CachedAutomationManager2/getAutomationChildrenArray()[C:\WORK\RIATest\Source \agent4\com\riatest\CachedAutomationManager2.as:46]
    at  mx.automation::AutomationManager/getChildrenRecursively()[C:\work\flex\dmv_automation\pro jects\automation_agent\src\mx\automation\AutomationManager.as:1252]
    at  mx.automation::AutomationManager/getChildren()[C:\work\flex\dmv_automation\projects\autom ation_agent\src\mx\automation\AutomationManager.as:1225]
    at com.riatest::CachedAutomationManager/getChildren()[C:\WORK\RIATest\Source\agent4\com\riat est\CachedAutomationManager.as:55]
    at  com.riatest.toolbar::DisplayListTreeDataDescriptor/getChildren()[C:\WORK\RIATest\Source\a gent4\com\riatest\toolbar\DisplayListTreeDataDescriptor.as:74]
    at  com.riatest.toolbar::DisplayListTreeDataDescriptor/hasChildren()[C:\WORK\RIATest\Source\a gent4\com\riatest\toolbar\DisplayListTreeDataDescriptor.as:112]
    at  com.riatest.toolbar::DisplayListTreeDataDescriptor/isBranch()[C:\WORK\RIATest\Source\agen t4\com\riatest\toolbar\DisplayListTreeDataDescriptor.as:117]
    at mx.controls::Tree/isBranch()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\Tree.as: 1552]
    at mx.controls::Tree/initListData()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\Tree .as:2858]
    at mx.controls::Tree/makeListData()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\Tree .as:1330]
    at mx.controls::List/www.adobe.com/2006/flex/mx/internal::setupRendererFromData()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\List.as:1699]
    at mx.controls::List/commitProperties()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\ List.as:896]
    at mx.controls::Tree/commitProperties()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\ Tree.as:1191]
    at mx.core::UIComponent/validateProperties()[E:\dev\4.5.1\frameworks\projects\framework\src\ mx\core\UIComponent.as:8209]
    at  mx.managers::LayoutManager/validateProperties()[E:\dev\4.5.1\frameworks\projects\framewor k\src\mx\managers\LayoutManager.as:597]
    at  mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.5.1\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:783]
    at  mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.5.1\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1180]
    I contacted the folks who make RIATest, and they did their best to debug the problem. Their conclusion is:
    "The stack trace that you posted shows that  ApplicationAutomationImpl/getAutomationChildren calls  ApplicationDomain/getDefinition on line 266 and the call fails with an  error. This most likely indicates a bug in ApplicationAutomationImpl."
    This problem never occurred when we were compiling our code using SDK 3.4.1. What can I do to work around this and continue performing automated tests of our Flash applications?

    Try linking a Scroller into your app.

  • Using LabWindows with Visual C++, program going to LabWindows function instead of SDK func with same name

    Hi!
    I'm trying to use LabWindows with Visual C++. We mostly have it working properly, but have one problem. I want to use an SDK function that has the same name as a LabWindows function (Beep). When I call Beep with the SDK parameters, I get an error and the Visual C++ tells me I need LabWindows beep parameters. There are no LabWindows functions calls in the file. How can I get the Visual C++ compiler to use the SDK Beep and not the LabWindows Beep.
    thanks,
    Lorrie Smith
    [email protected]

    Lorrie,
    There are a number of name conflicts between CVI functions and SDK functions. CVI usually handles those conflicts by redefining the function names in the CVI headers, so that when you include the CVI headers you get the CVI functions, without any compiler errors.
    The problem you're having now is that you want to use the SDK version of the function. What you have to do in this case is to undo the redefinition that the CVI header file does.
    To do that, find out where the CVI header file "utility.h" is being included in your source code, and then, following the include statement, type "#undef Beep"
    That should allow the VC compiler to use the SDK prototype instead of CVI's.
    Luis Gomes
    NI

  • [svn:fx-4.0.0] 13714: updating the AIR kits with versions that have the fx4 swc recompiled using SDK 13653

    Revision: 13714
    Revision: 13714
    Author:   [email protected]
    Date:     2010-01-22 08:12:15 -0800 (Fri, 22 Jan 2010)
    Log Message:
    updating the AIR kits with versions that have the fx4 swc recompiled using SDK 13653
    Modified Paths:
        flex/sdk/branches/4.0.0/in/air/mac/AIR Integration Kit.tbz2
        flex/sdk/branches/4.0.0/in/air/win/AIR Integration Kit.zip

    Thanks dude, you saved my ***!
    This is my platformOptions.xml file now:
    <platform xmlns="http://ns.adobe.com/air/extension/3.5">
        <sdkVersion>6.0</sdkVersion>
        <linkerOptions>
            <!-- to link with the libicucore.dylib -->
            <option>-licucore</option>
            <option>-framework GameKit</option>
            <option>-framework CoreData</option>
            <option>-framework StoreKit</option>
            <option>-framework iAd</option>
            <option>-framework MessageUI</option>
         </linkerOptions>
    </platform>
    And it works!
    I looked into including the 2 .a files
        <packagedDependencies>
            <packagedDependency>libWebp.a</packagedDependency>
            <packagedDependency>libFlurryAnalytics.a</packagedDependency>
        </packagedDependencies>
    I put the 2 files into my ane build folder and into my adt command line, but when I try to build the app I get an duplicate symbol error... so i took them out.
    \o/

  • Can I install Java 2 SDK 1.4.2 with NetBeans bundle on a Laptop?

    I'm new to programming and I'm getting an Alienware notebook with WindowsXP in a few months. I just want to be sure I can install and use Java on it.
    Any recommendations for literature on programming for beginners would be great too. Something easy to get into and learn from progressively, I have no programming experience.
    I will be tinkering and learning Java for the next few months hopefully, and reading text, and then I'm getting the notebook and I'm wondering if I will be able to use the bundle on it or if I need more downloads or anything. So any info on that would be great along with some good text purchases.
    Thanks.

    The Alienware should have no problems, everything I've heard about them has been good.
    I recommend that you install just Java, without Netbeans, then go to the Netbeans site - www.netbeans.org - and install the Netbeans found there. This way the 2 products are separate, and each can be independently updated - a problem if you install the bundle. Also, you can get the latest version of each.
    Select the J2SE 5.0 Java Development Kit (JDK). The current version is JDK 5.0 Update 1. This could go to Update 2 in a few months. Download the offline installer (large bundle), it's less likely to create problems than the online installer.
    I also recommend you download and install the documentation bundle (J2SE 5.0 Documentation, another large one) as Netbeans will need it.
    I recommend Netbeans 4.0, it works well with java 5. You should avoid 4.1, as it's still not stable.
    These items will allow you to create Java programs for all but the very largest corporate systems. There are specialized libraries that you can add later, as the need arises.
    Be sure to read all of the installation instructions before you start (one for Java, one for the docs, and one for NB.) They'll help you avoid a lot of the beginner problems.
    Sun has a very good tutorial - The Java Tutorial - that starts you at the very beginning and explains it all. There are a bunch of more specialized tutorials also, when you're ready for them. Go to java.sun.com and click Tutorials and Code Camps from the left-hand column.
    You can start the Java Tutorial right now, as the first part of it (after the introductory Your First Cup of Java) is learning the basics of the language, object orientation, and inheritance. This is covered by the topics Getting Started and Learning the Java Language.
    Hope you have fun!

Maybe you are looking for

  • Purchase Orders Pending for Invoice Verification

    Good Afternoon, I'm looking a report with purchase orders waiting or pending for Invoice Verification. Those PO's already has the Goods Receipt, and just pending for Invoice Verification. Thanks for the help. Hector.

  • Create a new Mail Folder in Outlook 2011 and control its location?

    Hello, I want to create a new mail folder in Outlook in a location of my choosing (from dialogue box) After selecting the location, the user would get a dialog box that asks for the users initials (i.e CY) A second dialog box would ask for the name o

  • Issue with ORERS05 IDOC sending immediately after Purchase Order creation.

    Hello, When output mode of an outbound partner profile was setup as Transfer immediately then when ever EDI output is generated in Purchase Order then system creates IDOC and sends immediately out of system. But middle ware has received only control

  • Synching windows Outlook 2007 with iPad/iPhone

    I need to transfer my contacts/calendar from my iPad to a new Windows laptop running Outlook 2007. These contacts/calendar were stored previously in old laptop that died. Can someone give me the correct settings in iTunes when I first synch iPad with

  • Debit / Credit Indicator in RBKP table

    Is anybody aware of a field within table RBKP that shows whether the invoice was a debit or credit? I've got an idea there are fields in other tables that use a single letter (H, C, S?) or a two digit number (30, 40 ?) to indicate a debit or credit b