Hello guys;
I'm trying to a find and replace app for our works. Actually, it may be faster and easier via VisualBasic; however, after a long time without programming, I've turn back to my old friend Java. First I've tried Apache POI but it was not very useful Than I've discovered docx4j and actually love it!
Anyway, I've researched on google and this forum completely and I've written my codes via Maven install. However, my ...