Hello. I just posted an issue i came across when using
document.MailMerge.CleanupOptions = Aspose.Words.Reporting.MailMergeCleanupOptions.RemoveEmptyParagraphs
The behaviour pretty much fits to the thread found here:
Options for removing blank lines from documents
However in this case the Version is 11.9.0.0 .net 2.0.
Generating the Document without MailMergeCleanupOptions.RemoveEmptyParagraphs works perfectly fine. the structure of the template used to display the data is the following:
<>
<>
<<b.somefield>>
<<b.someotherfield>>
a | b | c | d | e |
---|---|---|---|---|
f | g | h |
<</inner table b>><</table a>>
i need to get rid of the spaces caused by the closing tags.
A swift reply to resolve this issue would be highly appreciated.