Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 4,071 for

compare

(0.19 sec)
  1. 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...
  2. 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/
  3. Get list of changes | GroupDocs

    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...
  4. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when Compare documents with GroupDocs.Comparison for .NET...code snippet shows how to compare multiple documents with specific...// ... using ( Comparer comparer = new Comparer ( "source.docx"...

    docs.groupdocs.com/comparison/net/get-changes-c...
  5. 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...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...world, it is often required to compare two versions of the same document...article discusses, how to compare two PDF documents and highlight...

    blog.groupdocs.com/groupdocs.blog/page/25/
  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. Add ParagraphMerger Using GroupDocs.Comparison ...

    Team GroupDocs is really pleased to announce the release of version 17.10 of GroupDocs.Comparison for .NET API which not only adds a number of new features to the API, but also adds numerous enhancements along-with some bug fixes. The API now allows adding password to PDF documents. It also adds ParagraphMerger to the API. Not only this; the API has also made improvements related to the PDF document format beside improving Comparison....Pdf Improvements: # Check compare and add HeaderFooter to document...Cells Improvements: # Improve compare of comments in Comparison.Cells...

    blog.groupdocs.com/comparison/add-paragraphmerg...
  10. Get changes coordinates | GroupDocs

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