Formatting issues when converting from Word to PDF (files attached)

When converting from Word to PDF using Aspose.Words, I am getting some formatting issues to the right of the image. Attached are the word and converted pdf files. Please advise.
Sample code is below:

Aspose.Words.Document doc = new Aspose.Words.Document(inStream);
doc.Save(outStream, Aspose.Words.SaveFormat.Pdf);

Hello

Thanks for your request. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as this feature is supported. The problem occurs because Aspose.Words does not support floating images positioning during converting to PDF. As a workaround, you can try refactoring your document to avoid using floating image.
Best regards,

We are happy to tell you that a very cool and important feature (filed as 7180) is included in the new version of Aspose.Words. Text wrapping around images and shapes when rendering Microsoft Word documents to PDF, XPS and printing is now supported. You can download the latest version from here.

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