Hello,
I e-mailed twice to sales@plutext.com as instructed in another post to get information in order to purchase MergeDocx, but did not receive any answer.
Does anyone know if MergeDocx is still available?
Thanks,
It is currently Wed Oct 15, 2025 8:10 am
@Override
public List<Object> apply(Object object) {
if (object instanceof org.docx4j.wml.Text){
Text wText=(org.docx4j.wml.Text) object;
if(wText.getValue().equals("formattedAuditNumber")){
wText.setValue("A-123-456-9876");
}
}
return null;
}
Employee Code: ${Code}
Employee Name: ${Name}
Employee Designation: ${Designation}
Attendance Table:
Date Day In Time Out Time
1/11/11 Tue 08.00 AM 06.00 PM
Employee Code: 100
Employee ...
log4j:WARN No appenders could be found for logger (org.docx4j.utils.ResourceUtils).
log4j:WARN Please initialize the log4j system properly.
0 INFO org.docx4j.utils.Log4jConfigurator - Since your log4j configuration (if any) was not found, docx4j has configured log4j automatically.
203 INFO org.docx4j.jaxb.Context - JAXB: RI not present. Trying Java 6 implementation.
203 INFO org.docx4j.jaxb.Context - JAXB: Using Java 6 ...
Object obj = XmlUtils.unmarshallFromTemplate(xml, mappings);
XmlUtils.marshaltoString(obj, true);
content.setJaxbElement((org.docx4j.wml.Document) obj);
Total posts 10200 • Total topics 2872 • Total members 2100