Hi,
I have this scenario: I use a template document for the first 7 pages of my document, because they are generally always the same. After that, I add about 400 pages of produced formatted output to the document. This all works very nice with docX4J - thanks for that.
Now I need to add something to the template document. The 3rd page is reserved for statistical data, so I somehow need to get to that point programmatically and insert a table there that I generate at runtime.
How can I navigate to that part of the page using docx4J and insert there?
kind regards,
Artur