Aspose.Diagram for Python via .NET 23.4 Release Notes

KeySummaryCategory
DIAGRAMNET-53053VSDX to PDF: Box style is not retained upon conversionEnhancement
DIAGRAMNET-53132Support saving csvBug
DIAGRAMNET-53113Issue with saving/loading a specific Visio fileBug
DIAGRAMNET-53120App:Saving vsdx to Pdf lost shapesBug
DIAGRAMNET-53122How to disassemble a master shape to a list of original (grouped) shapes with original settings?Bug
DIAGRAMNET-53123Unknown shape showing up when saving as PDFBug

Public API and Backward Incompatible Changes

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Diagram for .NET. If you have concerns about any change listed, please raise it on the Aspose.Diagram support forum.

Adds Csv in SaveFileFormat

  • Comma-Separated Values(CSV) text file.
diagram.Save("out.csv", SaveFileFormat.Csv);