Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 3,621 for

compare

(0.03 sec)
  1. Accept or Reject detected changes | Documentation

    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...
  2. Set password for output document | Documentation

    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-...
  3. Load file from local disk | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Python via .NET....allows you to load it using the Comparer class constructor by specifying...Initialize comparer with the source document with gc . Comparer ( source_file_path...

    docs.groupdocs.com/comparison/python-net/load-f...
  4. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built-in feature in GroupDocs.Comparison for Node.js via Java....of changes received when comparing documents using built-in Word...Track Changes: Instantiate the Comparer object. Specify the source...

    docs.groupdocs.com/comparison/nodejs-java/word-...
  5. Show Revisions | Documentation

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for .NET....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/net/show-revisions/
  6. Set password for output document | Documentation

    This article explains how to set document password after files comparison within your Java applications using GroupDocs.Comparison for Java....code snippet shows how to compare documents and protect the output...import com.groupdocs.comparison.Comparer ; import com.groupdocs.comparison...

    docs.groupdocs.com/comparison/java/set-password...
  7. Setting author of changes | Documentation

    This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for Node.js via Java....these steps: Instantiate the Comparer object. Specify a source file...RevisionAuthorName property. Call the compare() method. Specify the CompareOptions...

    docs.groupdocs.com/comparison/nodejs-java/setti...
  8. 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-...
  9. Get list of changes | Documentation

    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-...
  10. Get source and target text from files | Documen...

    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...