I am looking to see if we can do batch processing (printing and file) of forms using Output. In any given batch we can have multiple envelopes with multiple forms in each envelope. AEM 6.2 Forms Help | Output Service mentions the generatePDFOutputBatch and generatePrintedOutputBatch operations of ...
Hi All, We are uploading XDP forms in AEM and we want to write a service which will convert XDP forms to PDF. I wanted to write one servlet in AEM which will convert XDP to pdf. It would be great If some one can share any available resource or API.. Thanks Siva
Hi,I can see the below two options in the Sidekick in AEM 6.1a. AdaptiveFormb. FormCan i know the difference between the two?See attached screenshotRegards,Manas
Hi,I am evaluating the OOTB Form Template and Components for a requirement for a client.We have to submit the Form to a Third Party REST API. We have no need to save the form data in AEM or any other persistent system.What i have observed is if I configure the REST Endpoint in the Submit action, th...
Hi Team,I am developing a form I came across a situation that static text is followed by blank and again followed by static text again.Below is the sample for your referenceIf i add a textbox in place of blank the static text is coming in the next line. I need alignment of the textbox and static tex...
When using an adaptive form, is it possible to retrieve the response from the rest service I'm invoking? My adaptive form is invoking a sling servlet which then invoked my 3rd party rest api. The rest api is returning a payload but I'm unable to access the payload when looking at the guideResultOb...
Hi,I am in the process of learning how to build adaptive forms, and I am using AEM for the first time, thus I am very ignorant of what I can or cannot do with adaptive forms. My question are as follows: if a user wants to download an adaptive form as a pdf and view it on Adobe Reader, can it be don...
Hi,I am attempting to connect to the livecycle part of AEM 6.2 JEE in order to update assets. But at the moment I cannot connect successfully and perform getApplications() on the application manager. Below is a snippet of the code I am using: //Create service factory Properties Properties connecti...
Hi,I have a problem now which is I want to shorten the URLs added by Adaptive forms in Publish instance.Example:From: /content/site/language/pageOne/pageTwo/FormOne.html --> /pageOne/pageTwo/FormOne.html is there a proper solution ?Thanks