Browse our Products

Aspose.Diagram for .NET 22.1 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-50560Support saving diagrams to HTML with or without embedded resourcesEnhancement
DIAGRAMNET-52499Add support for saving html to a Single streamEnhancement
DIAGRAMNET-50562VSDX to PDF - Shapes are missing from the outputBug
DIAGRAMNET-50780The border lines of the tables are not visible on saving a VSDX to PDFBug
DIAGRAMNET-50962The border lines of tables are missing on converting a VSDX to PNGBug
DIAGRAMNET-50992The left border line of the table is not visible on converting a VSDX to PDFBug
DIAGRAMNET-51034The shading of shapes is missing on converting a VSDX to PDFBug
DIAGRAMNET-51186Incorrect layout of meta type shapes on converting a VSD to PDFBug
DIAGRAMNET-51226Aspose.Diagram 17.3.0: Saving to HTML stream do not embed external resourcesBug
DIAGRAMNET-52506Page.Copy() doesn’t copy over Developer’s changesBug

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

Adds SaveAsSingleFile in HTMLSaveOptions

  • Indicates whether save the html as single file.
    HTMLSaveOptions ho = new HTMLSaveOptions();
    ho.SaveAsSingleFile = true;


 
 English