Hi,
we are currently using inline html for some tables in our generated documents.
e.g.
var table = new Text("...");
table.IsHtmlTagSupported = true;
The problem with this approach is that the table overflows the right side of the document instead of being wrapped.
Like stated in the thread below it works with the new conversion engine.
Is there a way to use the new conversion engine together with the inline html feature?
Best regards