Sign in to follow, share, and participate in this community.
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. 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... 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.... 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... 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... Issue while Calling Rights Management LifeCycle Server web service to apply policies to a pdf
in LiveCycle APIs
BackHi 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 ... 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... 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... Image not displayed in pdf generated using Java API for Forms service
in LiveCycle APIs
BackLooking 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? Is there an SOAP API for the ProcessManagementDocumentHandlingService?
in LiveCycle APIs
BackI 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 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... How to automate filling of a multiple lines pdf document created by Adobe LiveCycle
in LiveCycle APIs
BackHi 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... Exception thrown while calling back a DSC componentcom/adobe/edc/policy/APSDocumentServicesManager
in LiveCycle APIs
BackOur 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. ... sign pdf doucment with digital signature multiple times using java api
in LiveCycle APIs
BackHi, 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... Please share syntax for using Array in Formcalc. 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?  ... 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&... 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... How to create web service for interactive forms using Adobe forms in .NET
in LiveCycle APIs
BackI'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... What are the valid truststore usage types when importing a certificate?
in LiveCycle APIs
BackI 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...