Aspose.Diagram for Java 23.4 Release Notes

Improvements and Changes

Key Summary Category
DIAGRAMJAVA-51095 Support saving csv Enhancement
DIAGRAMJAVA-51097 Line not visible in pdf Bug

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

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