Browse our Products

Aspose.Diagram for Python via Java 25.3 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-51256Exception occurs when converting VSD to PDFBug

Public API and Backwards 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 Java. If you have concerns about any change listed, please raise it on the Aspose.Diagram support forum.

Adds VSS in SaveFileFormat

  • MS Visio Vss binary format.
diagram.save("out.vss", SaveFileFormat.VSS);

Adds VST in SaveFileFormat

  • MS Visio Vst binary format.
diagram.save("out.vst", SaveFileFormat.VST);

Adds getInheritActs() in Shape

  • Contains the actions for the shape inherit by the master shape.
shape.getInheritActs()