When inserting an HTML table using documentBuilder.InsertHtml("My HTML", true /* useBuilderFormatting */)
our CSS styles are ignored, specifically padding:4pt;
Is there a way to specify the padding in the HTML we are inserting? If so how?
I found this https://docs.aspose.com/display/wordsjava/Table+Features+Supported+on+HTML+Import# (although we are using .net but I assume its the same) where it says “Imported from padding-XXX on
Related is it possible to change the “Default HTML Formatting” as used by InsertHtml? Because if we could change the defaults that would probably be an alternative way to solve the issue.