Prevent Item Numbers from Shifting by Tab Space | Convert Word DOCX to PDF C# .NET | Text Wrapping 2013 Indent

Hi,
Item numbers are shifted by one tab space when the inserted document is loaded into the system

I attached the original file and corrupted file. We are using Aspose.Word 19.7 version. Thanks.
YG9602.zip (236.0 KB)

@srmbimser,

We tested the scenario and have managed to reproduce the same problem on our end. For the sake of correction, we have logged this problem in our issue tracking system. The ID of this issue is WORDSNET-19184. We will further look into the details of this problem and will keep you updated on the status of correction. We apologize for your inconvenience.

Hi, Is there an improvement on WORDSNET-19184 issue?

@srmbimser,

We have completed the analysis of WORDSNET-19184; but the implementation of the fix of this issue has been postponed till a later date and there are no estimates (ETA) available at the moment. The issue occurs because Aspose.Words currently does not reproduce MS Word’s logic when wrapping paragraph with indents around floaters for documents in 2013 mode.

The issue is reproducible with the attached simplified 19184s.zip (43.0 KB). The problematic paragraphs have left indent 67.6pt. There is a wrapped floater in the left part of the page. Aspose.Words currently measures the indent from the right floater edge. It seems, MS Word still measures the indents from the page margin as if there were no floater. Also, MS Word logic is different in compatibility mode. If I set compatibility Mode to 14 via settings.xml, the layout in MS Word becomes similar to Aspose.Words (see 19184sCompat.zip (42.2 KB)).

So, we need to investigate and implement the new MS Word’s text wrapping logic for paragraphs with indent in documents in 2013 mode. We will inform you here as soon as this issue will get resolved in future and apologize for any inconvenience.