Text is moved in the converted document

Repro Steps:1. Open attached Atlas Growth Partners, L.P…docx document 2. Apply all revisions to original document in MS Word 20163. Convert this document with Aspose4. Compare pages dividing and text transfer
Actual Results: text is moved to previous page. see screenshots

Expected Results: pages with text are broken as in MS word (Please see screenshots below):

Hi Mikhail,

Thanks for your inquiry. We have tested the scenario using latest version of Aspose.Words for .NET 17.3.0 and have not found the shared issue. Please use Aspose.Words for .NET 17.3.0. We have used following code example to test this scenario. Please check the attached output document.

Document doc = new Document(MyDir + "Atlas+Growth+Partners%2c+L.P..docx");
doc.AcceptAllRevisions();
doc.TrackRevisions = false;
doc.Save(MyDir + "17.3.0.docx");

I have tried to convert Atlas Growth Partners, L.P…docx with 17.3 version again.
Issue still reproduces for attached document.

Please note that we use SaveFormat.HtmlFixed

Could you please try to reproduce this issue with HtmlFixed setting?

7z with converted html is attached.

Hi Mikhail,

Thanks for sharing the detail. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-15184. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hi Mikhail,

Thanks for your patience. It is to inform you that the issue which you are facing is actually not a bug in Aspose.Words. So, we have closed this issue (WORDSNET-15184) as ‘Not a Bug’.

Please note that Aspose.Words mimics the same behavior as MS Word does. If you convert your document to fixed file format e.g. PDF, XPS using MS Word, you will get the same output.

The issues you have found earlier (filed as WORDSNET-15184) have been fixed in this Aspose.Words for .NET 17.5 update and this Aspose.Words for Java 17.5 update.

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