Posts

Showing posts with the label word

One last thing on MS Word in Java: replacing text...

Trying to solve my issue on how to replace placeholders inside a MS Word in Java, I choose to replace texts and avoid the use of document properties . BUT!!!

3 things to remember when you play with MS Word docs in Java

 I'm playing with my maven plugin ( https://github.com/sixro/vodafonecanvassrelease-maven-plugin ) and I need to insert texts in a MS Word document. Unfortunately there are some pitfalls you have to know if you use the Apache POI Java library.