DOC to EMF line breaks inside of table cells

Hello,
it is still my intention to convert a Word file (doc/docx) to EMF. The EMF will later be used to provide input to an output management system for further conversions.
The original Word file contains a table. The first cell contains text that is highlighted. The Word file contains an automatic line break, moving the last character of the text into the next line. Opposed to that, the EMF file contains the whole string in one line.
Same thing happens in the next row. The Word file contains three lines of text, the last one being “test text This a test text” whilst the last line of text in the EMF file only contains the text “This a test text”. That is, line breaks are not reflected with fidelity.
I am using Aspose.Words for .NET version 8.0 for the conversion.
I am attaching
- the original Word file
- the resulting EMF files
BTW: Is there a list of known limitations when converting from Word to EMF? So I don’t have to bug you with every single thing that I find throughout my evaluation.
Your help is appreciated.
Best regards, Barbara

Hi Barbara,

Thank you for reporting this problem to us. I managed to reproduce it on my side. The problem occurs, because Aspose.Words does not support cell spacing upon rendering yet. Your request has been linked to the appropriate issue. You will be notified as soon as this feature is supported.
Best regards.

The issues you have found earlier (filed as WORDSNET-5557) have been fixed in this .NET update and this Java update.

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

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