Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 3,764 for

compare

(0.05 sec)
  1. Set password for output document | GroupDocs

    This article explains how to set document password after files comparison within your .NET applications using GroupDocs.Comparison for .NET....code snippet shows how to compare documents and protect the output...// ... using ( Comparer comparer = new Comparer ( "source.docx"...

    docs.groupdocs.com/comparison/net/set-password-...
  2. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for Java API....the original state of the compared result after applying changes...import com.groupdocs.comparison.Comparer ; import com.groupdocs.comparison...

    docs.groupdocs.com/comparison/java/accept-or-re...
  3. Save comparison result in different format | Gr...

    This article explains how to save comparison result in different format after files comparison within your .NET applications using GroupDocs.Comparison for .NET.... using ( Comparer comparer = new Comparer ( "source.txt"...document comparer . Add ( "target.txt" ); // Compare and save...

    docs.groupdocs.com/comparison/net/save-comparis...
  4. GroupDocs Comparison Plugin for TextPattern Rel...

    GroupDocs is excited to announce the launch of the GroupDocs Comparison plugin for TextPattern. With this plugin, you can Compare two documents in a browser. Select source and target files and run the comparison. Embed the Compared documents to your TextPattern pages and easily share them with peers. GroupDocs Comparison generates a summary of any changes made to the document. Tracking insertions or deletions is easy. GroupDocs Comparison runs on a web-browser so no new software installations is needed....With this plugin, you can compare two documents in a browser...the comparison. Embed the compared documents to your TextPattern...

    blog.groupdocs.com/comparison/groupdocs-plugin-...
  5. Show Revisions | GroupDocs

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java....On this page allows you to compare and customize the display of...of changes received when comparing documents using built-in Word...

    docs.groupdocs.com/comparison/java/show-revisions/
  6. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....the original state of the compared result after applying changes...// ... using ( Comparer comparer = new Comparer ( "source.docx"...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  7. Get list of changes | GroupDocs

    This article explains how to get collection of changes between Compared documents when using GroupDocs.Comparison for Java....Comparer ; import com.groupdocs.comparison...; // ... try ( Comparer comparer = new Comparer ( "source.docx"...

    docs.groupdocs.com/comparison/java/get-list-of-...
  8. 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 .NET.... using ( Comparer comparer = new Comparer ( "source.docx"...)) { comparer . Add ( "target.docx" ); comparer . Compare ( "result...

    docs.groupdocs.com/comparison/net/get-source-an...
  9. Adjusting comparison sensitivity | GroupDocs

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when Compare documents with GroupDocs.Comparison for Java....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/java/adjusting-co...
  10. Specify file type for comparison manually | Gro...

    Learn how to manually specify the file type when comparing documents using GroupDocs.Comparison for Python via .NET.... Compare documents from local disk and...gc . Comparer ( source_path , load_options ) as comparer : comparer...

    docs.groupdocs.com/comparison/python-net/specif...