While we perform mail merge through Docx4j API , we got the output in a docx file but when we open it in Microsoft Word 2010 an alert message appear:
jason wrote:The first table cell in your output docx is:Using xml Syntax Highlighting<w:tc>
<w:tcPr>
<w:tcW w:w="9242" w:type="dxa"/>
</w:tcPr>
</w:tc>
Parsed in 0.000 seconds, using GeSHi 1.0.8.4
As per the error message, you must have a w:p in there.
Looking at your input document, the entire paragraph that was there is gone.
Can you post a working example of your relevant code?
Users browsing this forum: Google [Bot] and 18 guests