Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 3,764 for

compare

(0.08 sec)
  1. Setting author of changes | GroupDocs

    This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for .NET....NET using ( Comparer comparer = new Comparer ( "source.docx"...docx" )) { comparer . Add ( "target.docx" ); CompareOptions options...

    docs.groupdocs.com/comparison/net/setting-autho...
  2. Get changes coordinates | GroupDocs

    Learn how to obtain coordinates for detected changes on page previews using GroupDocs.Comparison for Python via .NET.... Comparer ( "source.docx" ) as comparer : comparer . add...True comparer . compare ( options ) changes = comparer . get_changes...

    docs.groupdocs.com/comparison/python-net/get-ch...
  3. Disable image comparison in PDF documents | Gro...

    This article explains how to disable image comparison in PDF documents as a built in feature in GroupDocs.Comparison for .NET.... using ( Comparer comparer = new Comparer ( "source.pdf"...pdf" )) { comparer . Add ( "target.pdf" ); CompareOptions compareOptions...

    docs.groupdocs.com/comparison/net/disable-image...
  4. Opacity and Fixed SVG Path Properties Introduce...

    GroupDocs team is excited to announce one more monthly release of document annotation API, where new properties are introduced, these properties are included on users demand to facilitate them as our users always expects something new and extra features form our APIs Compare to other available prodcts. The latest GroupDocs.Annotation for .NET 17.7.0 API now provides support to set Opacity and SVG Path for all major document formats like, PDF, Diagram, Slide and Words file formats etc....extra features form our APIs compare to other available prodcts...

    blog.groupdocs.com/annotation/opacity-and-fixed...
  5. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......PDF to Image in C# How to Compare PowerPoint Files using C# ««...

    kb.groupdocs.com/categories/page/40/
  6. 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 Node.js via Java API....the original state of the compared result after applying changes...disk The following example compares two DOCX files from disk,...

    docs.groupdocs.com/comparison/nodejs-java/accep...
  7. 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 Java....Comparer ; import java.nio.file.Path...; // ... try ( Comparer comparer = new Comparer ( "source.pdf"...

    docs.groupdocs.com/comparison/java/load-file-fr...
  8. 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...
  9. 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...
  10. Get extended information on the summary page | ...

    Learn how to enable extended information on the summary page using GroupDocs.Comparison for Python via .NET.... Comparer ( "source.docx" ) as comparer : comparer . add...extended_summary_page = True comparer . compare ( "result.docx" , options...

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