Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 3,437 for

compare

(0.03 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. 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...
  5. 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 .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...
  6. Show gap lines instead of changes | Documentation

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Node.js via Java....document: Instantiate the Comparer object. Specify the source...LeaveGaps properties. Call the compare() method. Specify the CompareOptions...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  7. GroupDocs.Total for Java | Documentation

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....annotate, e-sign, convert, compare, assemble, search, parse, and...files to different formats, compare different versions of the same...

    docs.groupdocs.com/total/java/
  8. Uploading a Document to GroupDocs

    You’ve got a GroupDocs account and now what? This blog post is the first in a short series that walks you through how to use GroupDocs. In the coming weeks, well explain how to: use GroupDocs Signature, share documents with your colleagues, convert images to use as thumbnails, and assemble a document. But first, we’ll explain how to upload a file. That’s the first and most basic task that you can perform once you’ve logged in.... Compare it to another document. Document...GroupDocs Comparison lets you compare two documents and save a new...

    blog.groupdocs.com/total/uploading-a-document-t...
  9. Announcing Hotfix Release of GroupDocs.Comparis...

    GroupDocs.Comparison for Java 18.6.2 comes with few bug fixes. Comparison of presentation documents from stream to file is now fixed, please visit the release notes. We’d recommend you to Download the new release and enhance your document comparison experience. Bug Fixes Compare presentations from stream to file is not working properly Only first two pages Compared in result document Incorrect result when comparing two PDF files API ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.... Bug Fixes # Compare presentations from stream to...properly Only first two pages compared in result document Incorrect...

    blog.groupdocs.com/comparison/announcing-hotfix...
  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-...