Re: Table header not recognized when using InsertHtml()

On the .NET platform, thead rows are still not being repeated on each page when importing HTML. Is there something wrong with my markup below? How can I get imported HTML thead rows to repeat on each page?



var html =
@"
Header1
1
";

var stream = new MemoryStream((System.Text.UnicodeEncoding.UTF8.GetBytes(html)));
Document doc = new Document(stream);

Hi Matt,


Thanks for your inquiry. I have logged this requirement in our issue tracking system as WORDSNET-10504. Our development team will further look into the details of this problem and we will keep you updated on the status of correction. We apologize for your inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-10504) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.