Incorrect indentation on extract

When using the extractPages in the middle of a document, if a numbered paragraph is split across multiple pages, the extractPage will sometimes add numbering as well as indent the paragraph instead of starting at the margin as displayed

using (FileStream sourceStream = new FileStream(inFile, FileMode.Open, FileAccess.Read))
{
  var doc = new Document(sourceStream);
  var extractDoc = doc.ExtractPages(1, 1);
  extractDoc.Save("extract.docx"));
}

gibberish_small_3pgs.docx (36.4 KB)

gibberish_small_3pgs.extract.docx (28.8 KB)

@mstricklergov
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-27370

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.

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