I can't figure out how to inserting process variables of type XML into XSLT Source templates. I have no problem inserting variables of type String.This is the insert part of my stylesheet: <xsl:variable name="stringvariable" select="'{$/process_data/@stringVariable$}'"/> <xsl:variable name="external...
We have a scenario :a livecycle process uses ddx to attach pdf (lets call it child pdf) to the parent pdf. The parent pdf is then apply usage rights.At the end of the process it output a the parent pdf with the child pdf attached to it. What is causing a problem now is that the child pdf (which used...
I have an adaptive form that uses:themescustom form templatesdata integrationcustom cloud servicesQuestion: is there an easy way to export all the dependencies of an adaptive form and import it into a codebase, so that i can deploy it into another environment without worrying about a missing part?
I'm trying to make my first reusable Subprocess. It takes XML as input and generates XML as output. It is meant to use XPath for both input and output in order to make it flexible. Now, when I instantiate it in Another process and try to set XPath for input and output it fails. I also notice thatbot...
I have setup scribble signature on my adaptive form and also a signature step just below the scribble signature component.The scribble signature works well in preview, but the signature step isn't show the pdf, it just says loading...Any reason why the pdf isn't showing? i am using chrome and also h...
Hi there, i got a question on the theme editor, in there i see Form -> Title, see pic attached highlighted in yellow.After i make changes, e.g. change font weight , change type of fontthen i want to see the changes on my adaptive form, but there is no such component call Form Title. How then can i s...
I wonder where the XML of the Processes are stored in Workbench (Local Resources) and on the server (Remote Resources). Is this in a folder structure, or in a database?/BS
we have xdps and processes in LiveCycle ES4. we are moving to AEM Forms on JEE platform. How exactly can we move our Livecycle Assets into AEM.what are the steps and what are the cautions we have to follow. Please help.
Hello Experts, I am trying to use the LetterRenderService to generate Letters(PDFs) on AEM Forms 6.2 OSGi. I am using the following Maven dependency on my project. <dependency> <groupId>com.adobe.aemfd</groupId> <artifactId>aemfd-client-sdk</artifactId> <version>6.2.0</version> </dependency>The code...