hi @akashdeepAEM, Under the assumption of installing wkhtmltopdf on the machine running AEM, you can also test and evaluate this option:https://experience-aem.blogspot.com/2019/06/aem-65-workflow-step-to-generate-pdf-of-sites-page-during-activation.html
hi @georhe6, You can create a new AEM template, such as a Static Page Template, to allow editors to add the full HTML of the page. Make sure to pay careful attention to the resource paths. You should update the relative paths in your HTML files to point to the correct locations of the CSS and JS fil...
AFAIK it is not possible with the Content Transfer Tool.Maybe you can give a try to ACS Commons Renovator which assists you in moving or renaming content in bulk. To perform multiple moves using Renovator, create an XLSX spreadsheet with "Source" and "Destination" columns. Each row specifies a sourc...
hi @Sai_Krishna_1404, I don't have experience with DynamoDBClient but I can recommend this:<!-- https://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.aws-java-sdk2 -->
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apach...
If you need to create a component which, once drag&dropped, it will contain other components you might want to consider using the cq:template feature. For example, you can create a file named _cq_template in the component folder, specifically at component/_cq_template/.content.xml, with the followin...
How and where are the page links being computed? Could this be a cache issue? Have you activated all the pages that contain the language switch to ensure that the URLs are updated as well? Have you checked if the component exhibits the same issue when accessing the page directly via its IP address?...
hi @jooca, try if this can help https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/libs-granite-dispatcher-content-vanityurls-html-does-not-exist/m-p/303125/highlight/true#M36072 Besides check dispatcher configurations:Ensure that the vanity_urls section in the farm file is c...
First ensure that your project's pom.xml includes the latest version of log4j. Add the following dependency to your <dependency> section:<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.20.0</version>
</dependency> If the issue persi...
hi @udhayaprakash, if your goal is to create renditions without any customization to their output, such as simple resizing, I recommend checking out the Thumbnail Process step, which is part of the "DAM Update Asset" workflow. This process allows you to define both thumbnails and web-enabled images....
Maybe these can help:https://sadyrifat.medium.com/show-hide-aem-cq-dialog-fields-based-on-select-field-selection-a-comprehensive-guide-bee591abd24c https://blogs.perficient.com/2019/09/06/dynamic-dropdowns-in-aem-content-fragments/