WORD doc save to PDF gets mixed up content

Simple code to read in a doc file and save as pdf:

Aspose.Words.Document docFile = new Aspose.Words.Document("test.doc");
Aspose.Words.DocumentBuilder docBuilder = new Aspose.Words.DocumentBuilder(docFile);
docBuilder.Document.Save("test.pdf");

But content of pdf is mixed up on 2nd page.
See attached files for original doc file and Aspose converted pdf file.
Janet Everson - Sr. Software Developer - Sedgwick CMS

Hello

Thanks for your inquiry. The problem occurs because you are using floating table in your document. Currently, Aspose.Words does not support floating table positioning. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
As a workaround, you can set “Text wrapping” of your table to “None”.
Best regards,

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.
(65)