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 Sat Jun 21, 2025 5:48 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 ...
Total posts 10181 • Total topics 2864 • Total members 2095