I want to use ITextRenderer to generate a PDF so I have added maven depdency in parent POM and core module POM, Parent POM <dependency> <groupId>org.xhtmlrenderer</groupId> <artifactId>flying-saucer-pdf-itext5</artifactId> <version>9.0.1</version> </dependency> Core POM <dependency> <groupId>org.xh...
Hi,I have configured the dynamic media in my environment. Dynamic Media sync mode - Inherit and Dynamic Media Publish mode - Immediate. When we create any folder in aem, it gets immediatly synced to DM. When we delete the folder in aem, it removes all the assets inside the folder but the folder and ...
Hi I have a requirement of creating Content Fragment variations automatically while creating content fragment based on Content ModelAs of now authors need to create CF and then varations. But we want some variations to be present when they open the CF after creating. It was achievable with Content F...
Hi all, We created some custom List Component that sorts items based on a custom property value.We're trying to enhance image delivery performance by enabling Adobe Dynamic Media's Smart Imaging technology for these components. Up to now, we have created a service that retrieves the full Dynamic Med...
Hi all, I got a lot of errors related to the sling:resourceSuperType while installing the package. I copied /apps/mysite/wcm/foundation/components/basicpage/v1/basicpage to /apps/mysite/wcm/foundation/components/basicpage/v2/basicpage for further implementation without touching v1. the content of ba...
Hello, what happens is that I am following the guide of:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-modify-a-crxde-file-from-the-ide-code/m-p/619862#M155450To modify a just a file called fileupload.js that is in charge of validating information and uploading the ...
Hello, I am trying to provide a boolean variable value to graphql request, like http://instance?query;default=true what I am seeing is, it treats the true as a string and not boolean, what can I do so that it is interpreted as a boolean in AEM graphql ? (FYI, i am calling AEM from scala code and the...
Hi, I'm having trouble in integrating Elastic Search 8 with AEM, specially in dependency and pom management.My bundle is in Installed state with the following classes not resolved. io.opentelemetry.api.events -- Cannot be resolvedio.opentelemetry.extension.incubator.metrics -- Cannot be resolvedjaka...
Hi Team, I want to create email templates in AEM under /etc/notification/email folder in crx, But i want to create them from code base, in which folder of the project should create them ? i can't see /etc folder in maven project. Please help.