Hi,
(excuse my poor English)
I use docx4j to concat existing docx files, merge xml data, insert an image, ...
I have some questions :
- when concatening existing files with tables, I have to add a Br and a P (see addPageBreak method), otherwise the second page misses a line if I don't add the P -> is this normal ?
- after the concat, I just want to parse XML tree (with getJAXBNodesViaXPath) ...