GroupDocs.Comparison for .NET 18.7 Release Notes

Major Features

Below the list of most notable changes in  release of GroupDocs.Annotation for .NET 18.7:

  • Added comparison of group shapes for Diagrams
  • Implemented adding shape without Diagram’s Master
  • Improved Paragraph Comparer for Diagram’s
  • Improved StyleSheet Comparer for Html
  • Fixed issue with Style changes not highlighted in some specific cases of PDF documents comparison

Full List of Issues Covering all Changes in this Release

KeySummaryIssue Type
COMPARISONNET-1605Implement Group Shapes for DiagramsNew Feature
COMPARISONNET-1587Implement comparison different formats as imageNew Feature
COMPARISONNET-1607Implement GluedShapes in DiagramNew Feature
COMPARISONNET-1608Improve StyleSheet Comparer for HtmlImprovement
COMPARISONNET-1606Add shape without Diagram’s MasterImprovement
COMPARISONNET-1619Output of PDF with images is not as expectedBug

Public API and Backward Incompatible Changes

  1. Use “DiagramMasterSetting” to manage masters of the Comparison.Diagram.

    MasterPath = string;// - User set custom master path
    UseSourceMaster = bool;// - true – use master from source and target together, false – use default or custom master
    

    Example:

    • UseSourceMaster – false without MasterPath - use default master path
    • UseSourceMaster – false with MasterPath - use custom master path
    • UseSourceMaster – true - use master from source and target documents together

    Use “OriginalSize” to set document size when comparing image with different formats, this size will be used when document is converted to the picture.

    OriginalSize.Width;// int
    OriginalSize.Heigth;// int;