Some characters are out of point when rendering

Hello team,



I have converted 0_23.vsd to 0_23.pdf with Aspose.Diagram. Please find error points with attached file.

- Some characters are out of position



This is my code.



--------

public static MemoryStream ConvertDocumentToPdfStream(string docName, MemoryStream docStream)

{

MemoryStream pdfStream = new MemoryStream();



try

{

// Instantiate the License class

Aspose.Diagram.License license = new Aspose.Diagram.License();

license.SetLicense(“Aspose.Total.lic”);



// Convert .ppt and .pptx file to PDF.

Diagram diagram = new Diagram(docStream);

diagram.Save(pdfStream, Aspose.Diagram.Saving.SaveOptions.CreateSaveOptions(SaveFileFormat.PDF));

return pdfStream;

}

finally

{

}

}

--------

Thank you,

PFU DSOL2

Hi,


Thank you for posting files and code. We managed to replicate the problem of displaced text items. It has been logged under the ticket ID DIAGRAMNET-51245 in our bug tracking system. We have linked your post to this ticket and will keep you informed regarding any available updates. We are sorry for the inconvenience caused.

@PFU.DSOL2,
The ticket ID DIAGRAMNET-51245 has been resolved. If there is no issue in the quality assurance phase, then this fix will be included in the next version 17.8 of Aspose.Diagram for .NET API. We will notify you once the next version is published.

Best Regards,
Imran Rafique

@PFU.DSOL2,
The ticket ID DIAGRAMNET-51245 has been fixed. Please download and try the new version 17.8 of Aspose.Diagram for .NET API.

Best Regards,
Imran Rafique