Hello,
currently we extract (visible/rendered) text from attached HTML file (like the text when you load the HTML into a browser) with following code:
var htmlLoadOptions = New HtmlLoadOptions
{
PageLayoutOption = Ht…...code: var htmlLoadOptions = new HtmlLoadOptions { PageLayoutOption...}; using (var pdfDocument = new Document(HtmlFile, htmlLoadOptions))...