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

compare

(0.87 sec)
  1. 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 .NET.... using ( Comparer comparer = new Comparer ( "source.docx"...)) { comparer . Add ( "target.docx" ); comparer . Compare ( "result...

    docs.groupdocs.com/comparison/net/load-file-fro...
  2. Save comparison result in different format | Gr...

    Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET.... Comparer ( "source.docx" ) as comparer : comparer . add...export result to PDF comparer . compare ( "result.pdf" , options...

    docs.groupdocs.com/comparison/python-net/save-c...
  3. An unhandled exception of type 'GroupDocs.Compa...

    I got the error as shown below when running sqk on a win 11 laptop with word file containing 529 pages, 8MB in size and running for about 30 minutes then ending with an error. image.png (25.8 KB) image.png (3.1 KB) Th…...WriteLine("Start comparing..."); stopwatch.Start(); string...SetLicense(licensePath); using (Comparer comparer = new Comparer(@"C:\Users\Tr...

    forum.groupdocs.com/t/an-unhandled-exception-of...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...NewsletterNovember 2018 Merge and Compare Business Documents of Same...APIs to efficiently merge and compare all popular business document...

    blog.groupdocs.com/groupdocs.blog/page/51/
  5. GroupDocs.Total Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, Compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....sign, annotate, assemble, compare, convert and share your Dropbox...allows you to view, annotate, compare, assemble, digitally sign and...

    blog.groupdocs.com/categories/groupdocs.total-p...
  6. Get a list of changes | GroupDocs

    This article explains how to get a collection of changes between Compared documents when using GroupDocs.Comparison for Node.js via Java....disk The following example compares two local documents and then...comparison' ); // Create a Comparer instance for the source document...

    docs.groupdocs.com/comparison/nodejs-java/get-l...
  7. Adjusting comparison sensitivity | GroupDocs

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when comparing documents with GroupDocs.Comparison for Node.js via Java....least one common letter in two compared words then these words are...common sub-sequence of two compared objects For a better understanding...

    docs.groupdocs.com/comparison/nodejs-java/adjus...
  8. Setting author of changes | GroupDocs

    This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for Java....Comparer ; import com.groupdocs.comparison...; // ... try ( Comparer comparer = new Comparer ( "source.docx"...

    docs.groupdocs.com/comparison/java/setting-auth...
  9. Get only summary page | GroupDocs

    This article explains how to get only summary page when comparing documents with GroupDocs.Comparison for .NET.... using ( Comparer comparer = new Comparer ( "source.docx"...docx" )) { comparer . Add ( "target.docx" ); CompareOptions options...

    docs.groupdocs.com/comparison/net/get-only-summ...
  10. Show gap lines instead of changes | GroupDocs

    Learn how to replace changed content with empty lines using GroupDocs.Comparison for Python via .NET.... Comparer ( "source.docx" ) as comparer : comparer . add...options . leave_gaps = True comparer . compare ( "result.docx" , options...

    docs.groupdocs.com/comparison/python-net/show-g...