Image order not maintained

When the attached document is opened and then immediately saved as a word document or a pdf document, the property outlines layered over the images on pages 59 through 63 disappear. In addition, in the pdf on pages 61-63, the map legends have shifted.
Here is the code to reproduce the problem:

private void TestPrepareWordDoc(string inFileName, string outFileName)
{
    Document workingDoc;
    using(FileStream inFileStr = new FileStream(inFileName, FileMode.Open, FileAccess.Read))
    workingDoc = new Document(inFileStr);
    DocumentBuilder builder = new DocumentBuilder(workingDoc);
    workingDoc.Save(outFileName);
    workingDoc.Save(Path.ChangeExtension(inFileName, ".pdf"), SaveFormat.Pdf);
}

Hello

Thank you for reporting these problems to us. I managed to reproduce the problems on my side. Your request has been linked to the appropriate issues. You will be notified as soon as these issues are resolved.
Best regards,

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

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