Doc to Pdf garbles output

If I convert the attached word document using Word 2007 to pdf the output looks exactly as the .doc document (except cell borders are too thick) but if I convert using Aspose.Words v9.4.0 several elements run together and overlap each other.

My code is

Document doc = new Document(@"c:\temp\pdf\10-1100.doc");
doc.Save(@"c:\temp\pdf\10-1100-aspose.pdf", Aspose.Words.SaveFormat.Pdf);

Hi

Thanks for your inquiry. The problem occurs because Aspose.Words does not fully support text wrapping around floating objects upon rendering. And your document contains floating shapes and floating table. I linked your request to the appropriate issue. You will be notified as soon as it is resolved.
Best regards,

Hello
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.

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

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