HTML To Word, all lines breaked

We export html containing paragraphs.
It puts a box around each line and I can only edit that one line. Is there a way to have it appear as a normal word document in which you can edit the page versus one line at a time?
Code:
DocSaveOptions options = new DocSaveOptions()
{
//HorizontalResolution = 200,
//VerticalResolution = 200,
//JpegQuality = 100,
//BackgroundColor = System.Drawing.Color.AliceBlue
};
options.PageSetup.AnyPage = new Aspose.Html.Drawing.Page(/*new Aspose.Html.Drawing.Size(600, 300), */new Margin(20, 20, 20, 20));

        Converter.ConvertHTML(document, options, streamProvider);

image.png (156.9 KB)

@alex.mokrushyn

Would you kindly share your sample HTML with us in .zip format? We will test the scenario in our environment and address it accordingly.

Hi, html attached.

Thanks,
Alex

index.zip (1.41 KB)

@alex.mokrushyn

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): HTMLNET-5345

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.