Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 3,568 for

compare

(0.06 sec)
  1. Celebrate New Year with 25% Off GroupDocs.Total...

    Share this issue: Monthly NewsletterJanuary 2018 Hurry! Offer ends January 31st Get 25% off GroupDocs.Total for .NET and Java. Quote HOL2017WBS when placing your order. This offer is only available on new GroupDocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from GroupDocs.com, not through third parties or resellers. Product News New Product Launched: GroupDocs.Metadata for Java GroupDocs.Metadata is a Java metadata management API that empowers Java developers to perform all useful metadata operations (view, add, modify, remove, Compare, search and remove) of popular file formats....(view, add, modify, remove, compare, search and remove) of popular... Read more details here . Compare OneNote Documents with Tables...

    blog.groupdocs.com/total/celebrate-new-year-25-...
  2. Password Protected Files Comparison Issue is Re...

    GroupDocs.Comparison for Java 19.3 rolls out with major bug fixes. When password protected files were Compared, result was null. This might be a showstopper for you but not anymore. Moving ahead, comparing a PDF with itself was not working, result was null. We fixed this issue. Most importantly, MultiCompare was also returning null. Code below explains how it works. You can Compare a source file with multiple target files. Sounds appealing, isn’t it?...password protected files were compared, result was null. This might...not anymore. Moving ahead, comparing a PDF with itself was not...

    blog.groupdocs.com/comparison/password-protecte...
  3. Save comparison result in different format | Do...

    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. 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...
  5. 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-...
  6. 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/
  7. 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...
  8. 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...
  9. Get list of changes | Documentation

    This article explains how to get collection of changes between Compared documents when using GroupDocs.Comparison for .NET.... using ( Comparer comparer = new Comparer ( "source.docx"...)) { comparer . Add ( "target.docx" ); comparer . Compare ();...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  10. Get changes coordinates | Documentation

    This article explains how to obtain coordinates for detected changes at a document pages preview when Compare documents with GroupDocs.Comparison for Java...code snippet shows how to compare multiple documents with specific...import com.groupdocs.comparison.Comparer ; import com.groupdocs.comparison...

    docs.groupdocs.com/comparison/java/get-changes-...