Something like characters appeared when converting to image

Thank you for your support.

I have converted No12.vsd to image with Aspose Diagaram 17.11. Please find errors in ExportToImage_out.ipg.
No12.zip (45.2 KB)
ExportToImage_out.jpg (25.4 KB)

I have also attached No12.tif whichi is the image that MS Visio outputs as a reference.
No12.tif…zip (2.2 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 + "No12.vsd");

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

        }
    }
}

@PFU.DSOL2,

We managed to replicate the problem of additional characters in the output JPEG. It has been logged under the ticket ID DIAGRAMNET-51406 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-51406 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-51406 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-51406 has been included in the full version 17.12. Please download and try the latest version 17.12 of Aspose.Diagram for .NET API.