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

compare

(0.11 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...sign, annotate, assemble, compare, convert and share your Dropbox...allows you to view, annotate, compare, assemble, digitally sign and...

    blog.groupdocs.com/groupdocs.blog/page/104/
  2. 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 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...
  3. Show Revisions | GroupDocs

    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/
  4. Set password for output document | GroupDocs

    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...
  5. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for Java API....the original state of the compared result after applying changes...import com.groupdocs.comparison.Comparer ; import com.groupdocs.comparison...

    docs.groupdocs.com/comparison/java/accept-or-re...
  6. Set password for output document | GroupDocs

    This article explains how to set document password after files comparison within your .NET applications using GroupDocs.Comparison for .NET....code snippet shows how to compare documents and protect the output...// ... using ( Comparer comparer = new Comparer ( "source.docx"...

    docs.groupdocs.com/comparison/net/set-password-...
  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 Java applications....docx' ; // Create a Comparer instance for the source document...document const comparer = new groupdocs . Comparer ( sourceFile...

    docs.groupdocs.com/comparison/nodejs-java/set-d...
  8. 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...
  9. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Comparison for Python via .NET....source file stream to the Comparer class constructor or pass...: with gc . Comparer ( source_stream ) as comparer : # Add the...

    docs.groupdocs.com/comparison/python-net/load-f...
  10. 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/