I tried creating a blank Docx file using docx4j and I succeeded in creating the same. But when I tried to do the same including an HTML stream inside the Docx, I got a few exceptions. I realized that the inclusion of ITEXT-2.1.7 JAR resolved this problem(Not Working with ITEXT-2.0.8 JAR).
But the only information I want to know here is,
1. What exact role does the ITEXT-2.1.7 JAR have to play in the Docx ...