Development API/SDK?

Is there a way to develop against CS Live, specifically CS Review?

Mike,
I'm also fond of this idea. The CS Review workflow is really nice, but it'd be awesome (as a content creator) to re-skin and customize the user experience for my particular workflow. Our current proofing process has clients logging in to our website where we have full control of look and functionality.  The collaborative tools are hugely useful, but from the client perspective, they are being sent to Acrobat.com where their proof is being hosted.  In some cases confidentiality agreements prevent us from hosting materials on a 3rd party site like this.

Similar Messages

  • Java Software Development Kit (SDK) for Java 6 on Leopard.

    Does anyone know if the Java Software Development Kit (SDK) comes with Leopard, or if one needs to sign up for an Apple developer account to obtain it?
    I typed the following command on the Terminal command line: 
        javac
    The output of that command was:
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    I would like to use Java version 6.

    Hi John,
    I sort of remember Java 6  being IntelMac only...
    Once you’ve gotten logged in, go to Downloads, select “Java” on the right hand side of the page, and download the Java SE 6 beta. Note: this is only available for Intel Macs running Tiger or Leopard — if you’ve got a G4 or G5, you’re out of luck right now
    http://www.metaphoriclabs.com/articles/installing-java-6-on-mac-os-x/
    But here they are...
    http://ituploads.com/apple/macintosh-os-x-java-jdk/
    Can I do Java 6 development in OS X?...
    http://stackoverflow.com/questions/739418/can-i-do-java-6-development-in-os-x

  • Adobe Connect 9 Telephony Adaptor Development API Download

    This page:
    http://www.adobe.com/devnet/adobeconnect.html
    has a link to the Adobe Connect 9 Telephone Adapter Development API but it's just a link to the help docs. Where is the link to download the associated SDK code?

    I too believe that what you are trying to accomplish does not need an SDK. The API calls will suffice and as Jorma pointed out, there is no separate SDK for that.
    In any case, a comprehensive list of all Adobe Connect documents (except the knowledge base articles) are published at http://helpx.adobe.com/adobe-connect/documentation.html.
    We may be wrong in assuming this. Please correct us or ask for more help, if required.

  • API / Sdk to play swf files inside a Mac / Windows application

    Hi
    We have set of .swf movie files in our application.
    These .swf movie files has to be played inside the content
    area of
    the window.
    We want to know how to play .swf movie files through program
    inside
    our application.
    Is there any api / SDK to play .swf files in Mac and Windows
    Thanks
    Ram

    Hi
    we want to give some clarifications
    As per our requirement we need to play same swf file ( about
    5 in number) always.
    These swf files are kept in some folder and during run time
    we need to play these swf files inside our Mac / windows
    application using flash player.
    we don't need to play any swf file, but the same swf files
    we need a api / sdk to implement this
    Any help will be very well appreciated
    Sudesh

  • Interfacing with C API/SDK and other questions

    Please be patient with me, I am new at Java and J2me....
    1. What are the limitations in using J2me v 2 in writing apps (non games for a mobile device?
    2. Can J2me interface with C APIs/SDKs Is there a JNI for J2me?
    3. What Functions are available for J2me. I saw some infor. in the forum about API for SMS.
    Thanks

    Thanks for the reply, I looked at the site, but could not find information with regards to interfacing with C, i.e. for example JNI for J2ME. Can you point me to the specific section or sections. Best regards

  • HFM Web developer API

    I need to find some documentation on the HFMwICTransactions and HFMwICReports objects shipped with the HFM web server dll's. There is currently nothing in the HFM Web developer API object guide. Does anyone know where I can get it?

    Hi,
    Is this still available? Current location Captain Cook -
    S.Kona. 8 yrs CF/SQL etc.
    Thanks

  • Is there a Business Objects Data Integrator API / SDK to "execute" DI jobs?

    Hello,
    I am searching for a Business Objects Data Integrator API / SDK that can be used to remotely execute BOBJ DI jobs (like in scheduling BOBJ XI docs).
    I found AdapterSDK from BOBJ DI but this is used to create adapters usable with DI (for various sources and targets). I am interested only in executing an already created job...
    Thank you in advance,
    Adrian Mitrica

    You'll probably be better off posting here:
    [SAP Community Network Forums » Enterprise Information Management » Data Integration and Quality Management|
    I'm just going by the description of the forum but that looks better than this one(?):
    This forum is dedicated to topics related to Data Integration (Data Integrator, Data Federator, Text Analysis for Data Integrator, Rapid Marts, and Integration for PeopleSoft Enterprise), Data Quality (Data Quality and Data Insight), and Metadata Management.
    I'd move your thread but I do not have the rights to do this move...
    Good luck,
    - Ludek

  • Add-On Development using SDK Tools

    Hi,
    I am new in this type of development! i.e. using SDK Tools to enhance my SAP B1 functionality.
    I have developed many solution using Oracle Forms Developer
    Forms are highly integrated with Database and we have to just put our business logic in triggers!
    Now what I have found using B1DE
    Forms can be made easily using VS.Net Platform.
    We can Insert data, Updated Date, Find Data ( Very Easy using B1DE )
    The Problem is using SDK Tools B1DE
    How can I create relationship with Tables like
    I am designing a form with includes input of Items
    1*** I need integrity constraints in my form e.g. with Itemcode from OITM Table
    2*** Also I want to select these Items from List (using Tab functionality) not from Formatted search
    3*** Also I want to add some additional fields i.e. not Database Fields
    I haven't found any help from the SDN for these issues
    Or
    I have to do all things manually from the code of VS.Net
    I have viewed third party add-ons i.e. Payroll which have all these functionalities
    Like SAP B1 basic forms.
    which tools they are using i.e. ( Manual coding using UI API, May be ABAP or something else or Axel Windows Components )
    Or should I develop my forms in VS.Net using Axel Windows Components
    I am so confused which path should I select!
    Looking for your response!
    Best Regards,
    Umer Nasim

    Umer Nasim,
    My suggestion is that you take the SAP Business One SDK eLearning training that is located here on SDN at ...
    https://www.sdn.sap.com/irj/scn/elearn?rid=/webcontent/uuid/0039e82a-fcd7-2a10-c380-b17f1e02b543 [original link is broken]
    ... specifically the DI and UI API's.
    Eddy

  • Does Acrobat have a Java API/SDK??

    Does Adobe acrobat XI provides a Java API or SDK. I need to use the functionality of acrobat that converts the pdf to xml, using  File->Save As Other ->More Options-> XML 1.0 ??

    Hi @Mandeep
    Thanks for your time. I appreciate it.
    I knew that, there are these three ways to communicate with acrobat:
    JavaScript
    Plug-ins
    Interapplication Communication
    But still does not able to get alligned with what is my requirement. Means still unable to get the XML as output.
    So can you please explain a bit more, that what way should I go among those three or else If you can provide some code for the same, that would be great for me.
    Thanks

  • Flex License for object developed on sdk 4.6.0

    if I use Flex 4.6.0 Sdk for development of some charts then after development can I use swf object for selling?

    I would recommend hiring a lawyer to review the licensing, but several folks sell components that extend the Flex SDKs.
    -Alex

  • Developing under SDK 3.0

    I have installed the latest 10.6 OS (snow leopard, full of bugs, yuck), and have installed the latest SDK for 3.0 but now I find that my 2.1, and 2.2.1 SDK stuff is long one, and I can't seem to install them now the installer won't run. I don't care about developing under 3.0, but I don't want my apps to require iPhone OS 3.0 because there are a lot of iPod touch users who are still running 2.0 because it costs $10 to upgrade... so how do I build under 3.0 but still let it run on 2.2; where does the minimum version get specified in the build info, I can't seem to find where to set it, or how to install the 2.2 SDK...

    Hi,
    Your issue fortunately or unfortunately (depends on how you look at it) is a very simple one. X3.2 for snow leopard does not support all or really most 2.0x SDKs, so you cannot develop your 2.0 apps with it. 3.2 is meant for developing 3.0 apps only. Go to the iPhone Dev Center and read the before installing "read me" file for snow leopard. The last two sentences of page 1 says exactly the above.
    So it is simple, you need to return to a lower SDK to develop your 2.0x apps.
    Hope this helps.

  • KM development APIs not found

    Hello all,
    I use an EP 7.0.6.0 version. I gotto rush up with some custom development in portal. I was searching for these APIs (com.sapportal.wcm.service.*) in available jar files, but was not able to find it. So my question is,
    1. Are these APIs out in SDN or market place that we have to download and use?
    2. In my sneak preview for portal, I dont find the KM working. Though it is a full JAVA edition, the KM content iviews give an exception of runtime type. So is KM not available for the sneak preview?
    3. Then obviuosly I cant test my KM custom code with sneak preview then, before actually testing with actual data?
    Thank you very much well in advance

    Hi,
      The requied APIs are available here.
    <a href="http://">https://media.sdn.sap.com/html/submitted_docs/nw_kmc/javadoc/overview-summary.html</a>
    Regards,
    Saravanan

  • Toshiba Bluetooth API ( SDK )

    Hi,
    Does anyone here use the Toshiba Bluetooth API ?
    I have the Toshiba USB Bluetooth Dongle (Adapter), and I am trying to initiate an audio connection with a remote headset, but the API only includes L2CAP and RFCOMM connection, whereas an SCO connection is needed for audio.
    An audio connection can be create when the headset initiates the connection ( i.e. by pressing one of the buttons on the headset while the headset is enabled) , but I want the PC to initiate the connection.
    Does anyone have any idea?
    Thanks.

    Hi
    Im not very familiar with API or SDK but I found this Microsoft page.
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/APISP/html/sp_ppc_bluetooth_api__amdi.asp
    Maybe it will be a little help for finding a answer of your question.
    Bye

  • Software Developer API into Creative Sound Mi

    Hi All
    Not sure whether this is the right forum to ask software development questions but couldn't seem to find an appropriate forum.
    I was wondering if Creative supplies an API (application programming interface) into its Surround Mixer Application.
    The reason being that I have an Audigy 2 ZS and I want to programmatically adjust the volume on each of the 6 output channels (5.).
    Thanks in advance.
    Paul

    solidgranite wrote:
    Hi All?Not sure whether this is the right forum to ask software development questions but couldn't seem to find an appropriate forum. I was wondering if Creative supplies an API (application programming interface) into its Surround Mixer Application. The reason being that I have an Audigy 2 ZS and I want to programmatically adjust the volume on each of the 6 output channels (5.). Thanks in advance. Paul?
    Not sure if this helps but is the only info I can find in the forum.
    http://developer.creative.com/

  • Developer Api for Windows (not using COM)

    Hello everybody,
    I'm using the COM SDK of iTunes for some personal stuf.
    But is there an other way to interact with the iPad without using this deprecated COM API?
    - some windows API or guide on how to access The iPad using the USB driver?

    Hello again tt2,
    Seems like you're the olny one who has ever tried to answer my question (see some older posts of me).
    Vut thanks for you're answer. Although I still would like to know how those guys are doing it...
    But should there not be some documentation on how to access the device?
    Or should I be looking for some native USB programming techniques?
    Mr. Hoek

Maybe you are looking for