Image object disappeared when converting to image

Thank you for your support.

I have converted No5.vsdx to image with Aspose Diagaram 17.11. Please find a error in ExportToImage_out.ipg.
No5.zip (467.2 KB)
ExportToImage_out.jpg (58.7 KB)

I have also attached No5.tiff whichi is the image that MS Visio outputs as a reference.
No5.tiff…zip (30.9 KB)


public class ExportToImage
{
public static void Run()
{
try {
// ExStart:ExportToImage
// The path to the documents directory.
string dataDir = RunExamples.GetDataDir_LoadSaveConvert();

            // Call the diagram constructor to load a VSD diagram
            //Diagram diagram = new Diagram(dataDir + "ExportToImage.vsd");
            Diagram diagram = new Diagram(dataDir + "No5.vsdx");

            // Save Image file
            diagram.Save(dataDir + "ExportToImage_out.png", SaveFileFormat.JPEG);
            // ExEnd:ExportToImage
        }
        catch (System.Exception ex)
        {

        }
    }
}

@PFU.DSOL2,

We managed to replicate the problem of missing the OLE object. It has been logged under the ticket ID DIAGRAMNET-51402 in our bug tracking system. We have linked your post to this ticket and will keep you informed regarding any available updates.

@PFU.DSOL2,

The linked ticket ID DIAGRAMNET-51402 has been resolved and will be included in the next version 17.12 of Aspose.Pdf for .NET API. We will notify you once the next version is published.

@PFU.DSOL2,

The linked ticket ID DIAGRAMNET-51402 has been fixed. Please download and try the latest Hotfix version 17.11.1: Aspose.Diagram for .NET 17.11.1, and then let us know how that goes into your environment.

@PFU.DSOL2,

The fix of linked ticket ID DIAGRAMNET-51402 has been included in the full version 17.12. Please download and try the latest version 17.12 of Aspose.Diagram for .NET API.