hi Jason
I want to convert Docx to pdf, individually,
suppose my docx containing 5 page so I want 5 pdf file as output
kindly give me suggestion. :roll:
--
Regards,
Wiram Rathod
It is currently Wed Jun 25, 2025 10:11 am
Index: BindingHandler.java
===================================================================
--- BindingHandler.java (revision 1700)
+++ BindingHandler.java (working copy)
@@ -328,7 +328,7 @@
int pos = text.indexOf("http://");
- if (pos==-1) {
+ if (pos==-1 || hyperlinkStyleId == null) {
addRunToDocFrag(sourcePart, docfrag, text, rPr);
return;
}
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