Aspose.Diagram for Java 19.3 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50339Add support of retrieving common font directories on operating systemsEnhancement
DIAGRAMJAVA-50097VSD to PDF conversion - Curved lines become a straight lineBug
DIAGRAMJAVA-50161VTX to HTML conversion - Background picture of the whole diagram is missingBug
DIAGRAMJAVA-50301VSD to PDF export - Meta type shapes turn into messy symbolsBug
DIAGRAMJAVA-50464The shape has rendered incorrectly while converting VSDX to PNGBug
DIAGRAMJAVA-50652VISIO to PDF - Output PDF shows error in Adobe ReaderBug

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 them in the Aspose.Diagram support forum.

Adds GetDefaultFontDir in Diagram

Get the Default Fonts folder path

  string str =  diagram.getDefaultFontDir();