Aspose.Diagram for Java 16.11.0 Release Notes

Other Improvements and Changes

Key Summary Category
DIAGRAMJAVA-50356 Performance issue with exporting a VSD to PDF. Enhancement
DIAGRAMJAVA-50419 Can’t set the width and height of an ActiveX button in the VSDM. Enhancement
DIAGRAMJAVA-50257 VSD to VDX conversion, an invalid resultant file is created. Bug
DIAGRAMJAVA-50335 VSDX to PDF export - Solid lines of shapes are converted to dashed lines. Bug
DIAGRAMJAVA-50353 A black strip comes in place of the text on converting a VSD page to PNG. Bug
DIAGRAMJAVA-50388 A black stripe appears in place of the top right corner text on converting a VSD page to PNG. Bug
DIAGRAMJAVA-50402 The menu icons are not properly visible on converting Visio pages to SVGs. Bug
DIAGRAMJAVA-50403 The black strips appear in place of the Form’s text items on converting Visio pages to SVGs. Bug
DIAGRAMJAVA-50410 Shapes become invisible on grouping and saving in VSDM. Bug
DIAGRAMJAVA-50413 Missing shapes on converting a VST to PDF. Bug
DIAGRAMJAVA-50426 The background color of the page is not being preserved on converting a VSD to SVG. Bug
DIAGRAMJAVA-50427 Open and Save VSDX - the cross signs appear in place various shapes. Bug
DIAGRAMJAVA-50428 Open and save VSDX - the text of the shape turns into dummy characters. Bug
DIAGRAMJAVA-50430 Can’t add shape menu item (action). Bug
DIAGRAMJAVA-50431 The connectors are not being connected properly in a VSDM. Bug
DIAGRAMJAVA-50432 The text items are not aligned on saving a Visio in PDF. Bug
DIAGRAMJAVA-50433 The width of connector lines is changed on saving a Visio in PDF. Bug

Public API and Backwards Incompatible Changes

See the list for 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 addText Method in the Page class

It allows to add text with PinX and PinY values.

Adds getActiveXControl Method in the Shape class

It allows to get an ActiveX control from a Shape object and set its properties.

Usage Examples

Please check the list of help topics added in the Aspose.Diagram Wiki docs:

  1. Insert a Text Shape in the Visio Page
  2. Retrieve an ActiveX Control from a Shape Object to Modify Properties