Hi,
In my current project we are creating word 2007 document at runtime. I am developing Java component that takes word 2007 template (docx) files as input and it also fetches values from external web services. Then this java component builds actual word 2007 document (docx) file by merging the values into template file (replacing values with placeholders). Since I am new to word 2007 open xml file format, I am facing difficulties in parsing ...