Browse our Products

Aspose.Diagram for Java 17.10 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50560JpegQuality does not make any effect on output documentEnhancement
DIAGRAMJAVA-50548Output VSDX - the connecting line passing through the boundary of the shapeBug
DIAGRAMJAVA-50550Shape Transform section does not preserve formulasBug
DIAGRAMJAVA-50551VSDX to PNG - incorrect rendering of the shape cornersBug
DIAGRAMJAVA-50552The fill colors are not being preserved on saving a Visio drawing to SVGBug
DIAGRAMJAVA-50553Incorrect rendering of lines when saving a Visio drawing to SVGBug
DIAGRAMJAVA-50554The fill colors are not being preserved on saving a Visio drawing to SVGBug
DIAGRAMJAVA-50555Incorrect rendering of lines when saving a Visio drawing to SVGBug
DIAGRAMJAVA-50559VSDM to VDX - the connecting lines are not connected to the shapesBug
DIAGRAMJAVA-50561The VSDX drawing is corrupt after adding SolutionXML elementBug

Adds SameAsPdfConversionArea in ImageSaveOptions

It specifies whether to save area in the same way as PDF.

 String dataDir = "C:\\temp\\";

// load a drawing

Diagram diagram = new Diagram(dataDir + "Drawing1.vsdx");

// specify image save options

ImageSaveOptions opts = new ImageSaveOptions(SaveFileFormat.PNG);

opts.setSameAsPdfConversionArea(true);


 
 English