• web api

    Hi all,   I am wondering if anyone has tried to get LiveCycle Designer to work with webAPI instead of web services.  If you do, can you please share your experience?  Thanks in advance.
    helpx.adobe
    created by helpx.adobe
  • Retrieve List of users from DefaultDom using API

    Hello All,   I know that we get retrieve list of users from a Group using findGroupMembers(). Is there any way that I can fetch the list of users who are part of DefaultDom using adobe provided API's? Requestin...
    Shekh1991
    last modified by Shekh1991
  • DirectoryManagerServiceClient updateLocalUser Error

    ALC Version: ALC ES2.5   The class DirectoryManager has a method called uploadLocalUser. I created a DSC in java and deployed into ALC. There were no error or warnings. The class is defined here: http://help....
    PMorales
    last modified by PMorales
  • StreamServe:  xdp + <xml data> --> pdf

    We have on the Adobe LiveCycle LCPP product installed. We want to use .NET to merge an xdp and xml file to create a pdf. This URL makes us wonder if we can do this with our existing software.The URL shows this service...
    edm2
    last modified by edm2
  • Issue while Calling Rights Management LifeCycle Server web service to apply policies to a pdf

    Hi,   I am trying to apply a policy to a pdf using MTOM LifeCycle server web service API. Currently the server is using the https protocol. I followed the below links for this.   Adobe LiveCycle * Applyi...
    NikhilJatiwal
    last modified by NikhilJatiwal
  • List of file in a subdirectory

    Hi all, i'm new to the world of livecycle .. This example http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000317.html I was able to read the contents of a folder, now I should be able to ...
    kungfujava
    created by kungfujava
  • Soap, submit formdata

    Hi everybody,   I'm trying to submit a task and the related data to ALC using Soap, from an external application, to implement HTML/Angular Forms in ALC ES3, but can not find any doc nor any info about what serv...
    SPiller
    created by SPiller
  • Image not displayed in pdf generated using Java API for Forms service

    Hi,   I am creating a pdf document using Java API for Forms Service. I am able to generate the pdf but the images are not visible in the generated pdf. The image relative path is coming in the xml as defined b...
    AdobeLive
    last modified by AdobeLive
  • Is there an SOAP API for the ProcessManagementDocumentHandlingService?

    Looking at the build-in Adobe services, this one only appears to have a rest API.   It it possible to enable/add SOAP for this service?
    matt.tycholaz
    created by matt.tycholaz
  • Is there an SOAP API for the forms manager?

    I found a blog post detailing the forms manager API, however it looks like this is for Ajax only.   Does anyone know if there is a SOAP API?   http://blogs.adobe.com/livecycle/2013/05/form-manager-api.html
    matt.tycholaz
    created by matt.tycholaz
  • How to automate filling of a multiple lines pdf document created by Adobe LiveCycle

    Hello to all. I have a pdf document which was created by Adobe LiveCycle Designer 11.0. This document inittialy contains a single line but we can add as much lines as we need. I have to fill this document lines with...
    oteixeira
    created by oteixeira
  • Exception thrown while calling back a DSC componentcom/adobe/edc/policy/APSDocumentServicesManager

    Hi All,   I am getting this below error ever 10 min on JBoss server, LCES SP1.   SEVERE: Exception thrown while calling back a DSC componentcom/adobe/edc/policy/APSDocumentServicesManagerHome 2012-04-20 0...
    chalukya
    last modified by chalukya
  • sign pdf doucment  with digital signature multiple times using java api

    Our web  applications generates a pdf using jasper reports, Our users download pdf from our app sign it manually and then scan and upload  it, we want to move away from this and use digital signatures. ...
    fachhoch
    last modified by fachhoch
  • Search task assigned to other user

    Hi,   I need some help in modify the sample API (http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=001147.html) for searching task. The API only allows to fetch tasks assigned to the use...
    SGOLI_20
    last modified by SGOLI_20
  • How to use Array in Formcalc?

    Please share syntax for using Array in Formcalc.
    Sivanathan
    created by Sivanathan
  • Create Roles and Permissions using API

    Hello,   I'm new to Java and I'm trying to create Roles and Permissions in LiveCycle using API's. Can someone please check and correct my code below?            ...
    SGOLI_20
    created by SGOLI_20
  • Water mark on html file

    when i convert html to pdf  through adobe live cycle servers convert html to pdf service  and when i try to add water mark through ddx file while assembling then content of the file will be deleted and only&...
    advithiya
    created by advithiya
  • How to create web service for interactive forms using Adobe forms in .NET

    Hello Sir,   I am trying to implement interactive forms using Adobe forms in .NET   Where can I find the below highlighted web service and it methods.   ???using System; using System.Collections.Ge...
    Prasanthkrish
    last modified by Prasanthkrish
  • What are the valid truststore usage types when importing a certificate?

    I'm trying to import a certificate using the CertificateServiceClient.  I use the string "truststore.usage.type.sign" as the usage string, but I'm getting this stack trace:   [exec] java.lang.IllegalArgumen...
    XHIAX
    last modified by XHIAX
  • How to get PDF and Signature from submitted xdp form?

    I created a form in Designer with a Signature field and a 'Submit XDP' button.  I invoke the FormsServiceClient.processformSubmission() method to process the submitted form into a FormsResult object.  Then I...
    XHIAX
    created by XHIAX