Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 4,071 for

compare

(0.06 sec)
  1. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to Compare documents of any supported file format with various options and ability to accept/reject found differences in resultant document. Document Compare options for all document types. Instead of using document related options now options are related to Compare type only....4: Comparer class introduced as a single...single entry point to compare documents of any supported file format...

    docs.groupdocs.com/comparison/java/migration-no...
  2. Comparing Folders | GroupDocs

    This page describes how to Compare two folders and find out which files/folders were deleted, added or modified....Advanced usage / Comparing Folders Comparing Folders Leave feedback...On this page allows you to compare the contents of a folder (directory)...

    docs.groupdocs.com/comparison/java/compare-fold...
  3. Comparing Folders | GroupDocs

    This page describes how to Compare two folders and find out which files/folders were deleted, added or modified....Advanced usage / Comparing Folders Comparing Folders Leave feedback...On this page allows you to compare the contents of a folder (directory)...

    docs.groupdocs.com/comparison/net/compare-folders/
  4. Set shape color independently of font color | G...

    Following this guide you will learn how to set shape color independently of font color and modify appearance of detected changes when use GroupDocs.Comparison for .NET.... To compare two documents with custom change...code snippets show how to compare documents with specific color...

    docs.groupdocs.com/comparison/net/set-shape-col...
  5. Accept or reject detected changes | GroupDocs

    Learn how to apply or discard detected changes and save the result using GroupDocs.Comparison for Python via .NET....reject changes (files on disk) Compare files, update change actions...gc . Comparer ( "source.docx" ) as comparer : comparer . add...

    docs.groupdocs.com/comparison/python-net/accept...
  6. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET.... Comparer ( "source.docx" ) as comparer : comparer . add..."target.docx" ) comparer . compare () changes = comparer . get_changes...

    docs.groupdocs.com/comparison/python-net/get-li...
  7. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your .NET applications.... using ( Comparer comparer = new Comparer ( "source.docx"...)) { comparer . Add ( "target.docx" ); comparer . Compare ( "result...

    docs.groupdocs.com/comparison/net/set-document-...
  8. Work with Word Track Changes | GroupDocs

    Learn how to Compare Word documents while respecting Track Changes using GroupDocs.Comparison for Python via .NET.... Comparer ( "source-with-revisions.docx" ) as comparer : comparer...include tracked revisions comparer . compare ( "result.docx" , options...

    docs.groupdocs.com/comparison/python-net/word-t...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... If you need to compare and merge two Word documents...article, we will discuss how to compare two Word documents and highlight...

    blog.groupdocs.com/groupdocs.blog/page/26/
  10. Get source and target text from files | GroupDocs

    Learn how to read source and target texts of detected changes using GroupDocs.Comparison for Python via .NET....target text from local disk Compare two files and print the source/target...gc . Comparer ( "source.docx" ) as comparer : comparer . add...

    docs.groupdocs.com/comparison/python-net/get-so...