ExtractPages - unwanted change of text wrapping

good day,

with ExtractPages, the text wrapping changes for the table, you could take a look at it.

Thank you in advance
SACRG-2 _01.docx (101.6 KB)

@benestom
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-27172

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-27172) have been fixed in this Aspose.Words for .NET 24.9 update also available on NuGet.

Hello,

I found a similar problem on another document, can you please check it?
docE0.ExtractPages(12, 1);
E-0.docx (115.6 KB)

@benestom I cannot reproduce the problem on my side. Here is the output document produced by the following code:

Document doc = new Document(@"C:\Temp\in.docx");
Document page = doc.ExtractPages(12, 1);
page.Save(@"C:\Temp\out.docx");

out.docx (20.9 KB)

Sorry, I sent the wrong input, try this one.
in.docx (51.9 KB)

@benestom
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-27513

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.