Good morning,
I have a document with 2 tables, and converting them to HTML (so that I can then use another tool to convert to PDF).
I was initially having problems with a sample piece of code, that was doing something strange to the document, but figured that bit out.
However, converting docx to html is resulting in some of my borders appearing where there should be none (borders removed). This is not the case on every border, but it is definitely happening on the conversion from docx to html.
Also, one of my borders that SHOULD be there, has been removed.
Other info if it makes a difference, is that the document is being mailmerged (basically, I am programmatically populating mailmerge fields from a JSON source), though I run the raw document through (with the fields but no merging taking place) and this problem still exists.
Any ideas where I can look?
Thanks.