python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AEM/Jetty and javax.xml.transform.TransformerFactory
We are using the docx4j library to add watermark to the pptx files. Java code below:
public static void main(String[] args) {
try {
OutputStream object = new FileOutputStream("C:\\test.pptx&qu...
Elango
Votes: 0
Answers: 1
AEM HTL data-sly-list just prints array as a string
I have a Java file returning an ArrayList of Buttons with a button_text property
public void activate() throws Exception {
buttonsNode = getResource().adaptTo(Node.class).getNode("bu...

jmona789
Votes: 0
Answers: 1
Trying to set-up AEM installation in my new laptop and its showing File Not Fount exception
Was trying to set-up my local environment to practice AEM dev concepts and installed the same version of jdk8 and crx 6.5 version.
When I try to instantiate the author jar, it's showing a FILENOTFOUND...
vidhya r s
Votes: 0
Answers: 1