I am working on a project where I have to convert a DOCX -> PDF as generic as possible and automated. We decided to go with OpenXML for the find and replace of fields that need updating and the HtmlConverter that is listed here as an extension to the OpenXML SDK. WE are then using iTextSharp to convert the HTML document to a PDF. The issue I am currently having is that whenever I create a borderless table in Word, when I use the HTMLConverter class, it is putting borders around ALL the tables. I made sure that the Word documents table is definitely borderless and not just a white border or something (this document was provided by the customer, so I wanted to make sure.
Does anyone know how I can either intercept the converter in some override or set some sort of setting for the converter to not put borders around every table?