The document is transferred to the system, the field on the page come out into the title field, and the enclosed error is encountered.
I attached the original file and corrupted file. We are using Aspose.Word 20.1 version. Thanks.
YG10839.zip (265.6 KB)
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-19793. 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-19793 issue?
Is there any method you could suggest for this error other than waiting for improvement?
The issue occurs because text wrapping around floating objects is currently not supported by Aspose.Words’ layout engine in header/footer.
The document has a floating table that obscures entire column width in the header. MS Word places the only (empty) paragraph in the header below the table. Aspose.Words currently does not wrap the paragraph around the table and allows it to stay in the original position behind the table. Because of that, header height is not correct in Aspose.Words’ layout, Main text is shifted up in Aspose.Words layout and text-relative shapes are positioned higher. The problematic oval shape overlaps the floating table in the header as a result.
We will inform you here as soon as this issue will get resolved or any workaround may be available in future. We apologize for any inconvenience.
If you are willing to change the document, then making the problematic Table in the Header inline will workaround the issue. It can be done by setting “text wrapping” to “None” in the Table properties.
The issues you have found earlier (filed as WORDSNET-19793) have been fixed in this Aspose.Words for .NET 23.5 update also available on NuGet.