Hello All, I have been trying to scaledown the PDF content and trying to recenter it but that isn't working. The following solution works only for specific PDF sheet size. If there is a different PDF sheet size, this solution is not working. Hoping to find a solution applicable to any PDF sheet si...
Hello all, I have a datasource which supplies an xml to the XDP ( created with AEM forms 6.5 designer) In the XDP I have configured the text field to use the rich text property and provided a binding to the field in the incoming XML which has the html tags. I would like the text to be formatted b...
We have an address fragment that we have pulled in twice to a form (address and work address) When we enter the postcode in the 1st instance the postcode field the second instance field renders the same value. We have tried this with and without a schema for the form. Where we have used a schema we ...
Hi everyone, I have a problem in configuring Adobe Sign in publish instance. The configurations of the two servers are OS Red Hat Linux AEM 6.5.12 with the related forms addon pack 6.0.640 author OSGi is executed over JBOSS. publish is the "normal" crx-quickstart OSGi For signing the documents,...
I currently have Adobe Acrobat Pro DC, I want to be able to edit my forms and have them expand down as I enter data outside the form field size, I'm checked "Add Multi Line" and "Scroll Long Text" however that will not expand the field down the page. What product do I require to allow this feature...
Hi community, I've created an AEM Adaptive form from a form a data model. The form data model has a service that is working when I test it from the editor, however when I try to configure the action from the submit button using the rule editor the dropdown after invoke a service is always empty. ...
For a long time now, I have been using a script to import data from XML data files into a LiveCycle form, using a script originally offered by @radzmar . That script starts as follows: function importXML(){ // Wenn PDF-Viewer älter als 9.2 ist, funktioniert der Import nicht! if (parseFloat(app.vie...
I am looking at this website: https://helpx.adobe.com/support/programs/eol-matrix.html I see that AEM Form 6.0 is EOL. How can I find out when AEM 6.2 Forms is EOL?
I have a form I'm trying to prefill the Year field based on a month/day/year field. Not sure of the coding and where it should go. Actually need it defined as such.... if EndDate field is after 9/30/22 and before 10/1/23 then year = 2023
My requirement is to get metadata of asset in Json format through my custom Sling Servlet my endpoint should be like http://localhost:4502/bin/starbucks/assets?id=12345 where Id is Asset metadata Id