Column border slides to the left on pdf file

Column border slides to the left on pdf file.
Code Example:

string html = ""; //from  zip file.

html.7z (948 Bytes)

var testDoc = new AsposeDocument();
var testBuilder = new AsposeBuilder(testDoc);
testBuilder.InsertHtml(html, HtmlInsertOptions.RemoveLastEmptyParagraph);
var asposeDocument = BuildAsposeDocument(settings, blockInfos, format);
testDoc.Save(@"D:\\28943 (33).pdf"); // result file 

28943 (33).pdf (49.8 KB)

@DelyaKh
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-25724

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Please also note, Aspose.Words is designed to work with MS Word documents. HTML documents and MS Word documents object models are quite different and it is not always possible to provide 100% fidelity after conversion one format to another.
Regarding your HTML, there is no direct analog of DIV elements in MS Word documents, usually the DIV s are converted to paragraphs in Aspose.Words DOM.

The issues you have found earlier (filed as WORDSNET-25724) have been fixed in this Aspose.Words for .NET 23.9 update also available on NuGet.