Thank @Ritesh_Mittal for your video.I got your idea to convert the jar file to an OSGi bundle file.But I see the AEM Forms services are installed default.The adobe-aemfd-win-pkg.zip package is missing the com.adobe.livecycle.pdfutility.client-x.x.x.jarMaybe we need Adobe to support update the bundle...
Hi everyone, I'm trying to get the Extension Reader of a PDF file to know Were the PDF file created by the Acrobat Reader DC extension?I use the PDFUtilityService to get the properties of the PDF file. (refer to this article https://experienceleague.adobe.com/docs/experience-manager-65/forms/develop...
Hi guys,in aem-core-wcm-components 2.0.0, I don't understand where is 'cssClassName' had been defined.aem-core-wcm-components/page.html at master · Adobe-Marketing-Cloud/aem-core-wcm-components · GitHubaem-core-wcm-components/PageImpl.java at master · Adobe-Marketing-Cloud/aem-core-wcm-components · ...
Thanks kautuksahni,I work follow http://aempodcast.com/2016/javascript/simple-touch-ui-dialog-extensions-aem/#.WUJyY3595XV It was worked.More reference:acs-aem-commons/showhidedialogfields.js at master · Adobe-Consulting-Services/acs-aem-commons · GitHub Thanks all!
Hi guys,I am working in touch ui aem 6.2.i have a issue: show/hide field of checkbox not work<showhide jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/checkbox" text="Do you want to show field?" value="true" class="showhide" name="....
Hi guys,I am working with touch ui in aem.The touch ui has a multifield contain a textfield property.How to sum total characters input in textfield of items ?Thanks,
Thanks all ! Sorry I didn't answer.seoProps.description return String type.if seoProps.description is empty, output is: content=""I do it like this.<meta name="description" content="${seoProps.description || true}">output: <meta name="description" content />Thanks,