Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 4,148 for

compare

(0.03 sec)
  1. Adjusting comparison sensitivity | GroupDocs

    Learn how to adjust comparison sensitivity to balance speed and accuracy using GroupDocs.Comparison for Python via .NET....least one common letter in two compared words then these words are...common sub-sequence of two compared objects For better understanding...

    docs.groupdocs.com/comparison/python-net/adjust...
  2. Get only summary page | GroupDocs

    Learn how to generate only the summary page in the comparison result using GroupDocs.Comparison for Python via .NET.... Comparer ( "source.docx" ) as comparer : comparer . add...show_only_summary_page = True comparer . compare ( "result.docx" , options...

    docs.groupdocs.com/comparison/python-net/get-on...
  3. Setting author of changes | GroupDocs

    Learn how to set the author name for revisions in the result using GroupDocs.Comparison for Python via .NET.... Comparer ( "source.docx" ) as comparer : comparer . add...revision_author_name = "New author" comparer . compare ( "result.docx" , options...

    docs.groupdocs.com/comparison/python-net/settin...
  4. Get source and target text from files | GroupDocs

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Node.js via Java....disk The following example compares two DOCX files from disk and...Initialize the comparer with the source document const comparer = new...

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  5. Get changes coordinates | GroupDocs

    Learn how to obtain coordinates for detected changes on page previews using GroupDocs.Comparison for Python via .NET.... Comparer ( "source.docx" ) as comparer : comparer . add...True comparer . compare ( options ) changes = comparer . get_changes...

    docs.groupdocs.com/comparison/python-net/get-ch...
  6. Setting author of changes | GroupDocs

    This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for .NET....NET using ( Comparer comparer = new Comparer ( "source.docx"...docx" )) { comparer . Add ( "target.docx" ); CompareOptions options...

    docs.groupdocs.com/comparison/net/setting-autho...
  7. Disable image comparison in PDF documents | Gro...

    This article explains how to disable image comparison in PDF documents as a built in feature in GroupDocs.Comparison for .NET.... using ( Comparer comparer = new Comparer ( "source.pdf"...pdf" )) { comparer . Add ( "target.pdf" ); CompareOptions compareOptions...

    docs.groupdocs.com/comparison/net/disable-image...
  8. Get extended information on the summary page | ...

    Learn how to enable extended information on the summary page using GroupDocs.Comparison for Python via .NET.... Comparer ( "source.docx" ) as comparer : comparer . add...extended_summary_page = True comparer . compare ( "result.docx" , options...

    docs.groupdocs.com/comparison/python-net/get-ex...
  9. Opacity and Fixed SVG Path Properties Introduce...

    GroupDocs team is excited to announce one more monthly release of document annotation API, where new properties are introduced, these properties are included on users demand to facilitate them as our users always expects something new and extra features form our APIs Compare to other available prodcts. The latest GroupDocs.Annotation for .NET 17.7.0 API now provides support to set Opacity and SVG Path for all major document formats like, PDF, Diagram, Slide and Words file formats etc....extra features form our APIs compare to other available prodcts...

    blog.groupdocs.com/annotation/opacity-and-fixed...
  10. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Java....Comparer ; import java.nio.file.Path...; // ... try ( Comparer comparer = new Comparer ( "source.pdf"...

    docs.groupdocs.com/comparison/java/load-file-fr...