Browse our Products

Aspose.Diagram for Python via .NET 24.9 Release Notes

KeySummaryCategory
DIAGRAMNET-50017Save diagrams as VSDNew Feature
DIAGRAMNET-53509Let the ‘QuoteChar’ a double quote instead of a single quote when saving svgEnhancement
DIAGRAMNET-53516Parts of shapes (such as connections / texts) are missing on a grouped shape when exporting this shape to a svg-fileBug
DIAGRAMNET-53517Arrow head of connector not placed correctly when exporting a Visio page to a svg-fileBug
DIAGRAMNET-53519SetConnectorJumpValue does not work properlyBug
DIAGRAMNET-53527Could not set link ID as a custom property in Visio filesBug
DIAGRAMNET-53530Saving to pdf lost text in the backgroundBug

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 Vsd in SaveFileFormat

  • MS Visio Vsd binary format.
diagram.Save("out.vsd", SaveFileFormat.Vsd);