Hi @B_Sravan , Thanks for sharing the solution,Can you please also share how this font can be added on the server side. The issue in our case is g2d.setFont(new Font("Arial", Font.BOLD, 36))Graphics2d is not able to find the font.
I'm generating images at runtime using the zxing library and need to append text at the bottom of each image within an OSGi service environment. I attempted to leverage the java.awt packages, but encountered a Null Exception with the drawString() method.Has anyone successfully integrated text onto i...
I haven't tried it on AEMaaCS, but it is not present in the list of deprecated APIs, so I believe it should be accessible.Can you please confirm weather you added jackrabbit-standalone-2.4.0.jar file to your Java application’s class path or not. Also, can you please share the error which you receive...
Hi @VEERA , I have shared a solution in a similar question over here https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-disable-hide-quick-publish-option-for-pdf-assets-in-asset/m-p/606141#M152039 . Please refer to this. ( For more clarity, I'll recommend that you go th...
Hi @Keerthana_H_N , You can try using the Java Content Repository (JCR) API for creating mixed media sets programmatically. JCR API allows you to perform CRUD operations programmatically so using that you can create the nodes corresponding to the mixed media sets programmatically. Please refer to th...
After a lot of exploration, I came to the conclusion that it is not possible in AEM to have a dynamic start url in manifest.webmanifest file of your PWA. Also, as per the best practice it is recommended to always have a static url as a start_url in the Manifest file due to caching and background upd...
You can use Cygwin to create sync between your code repo and AEM when using IntelliJ. Please check this link for more details : https://www.tothenew.com/blog/step-by-step-tutorial-on-setting-up-aem-repo-tool-for-syncing-aem-with-intellij-on-windows/#:~:text=Validate%20the%20installation%20on%20Intel...
Hi @James_shan ,Please refer to this answer for understanding the difference between the two: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/sling-resourcetype-sling-resourcesupertype/m-p/170689 In short, resourceSuperType is an optional attribute which is used to maintain...