Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 4,305 for

compare

(3.98 sec)
  1. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Comparison for Java....Comparer ; import java.nio.file.Path...; // ... try ( Comparer comparer = new Comparer ( sourceInputStream...

    docs.groupdocs.com/comparison/java/load-file-fr...
  2. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Comparison for .NET....docx" )) { using ( Comparer comparer = new Comparer ( sourceStream...)) { comparer . Add ( targetStream ); comparer . Compare ( File...

    docs.groupdocs.com/comparison/net/load-file-fro...
  3. Unicode Font(Bangla) Support Issue - Free Suppo...

    Bangla Sample Text 01.docx (22.6 KB) Bangla Sample Text 02.docx (12.9 KB) Distorted Text in Group Docs Viewer.pdf (1.6 MB) We were trying to render Bangla Unicode font in Group Docs viewer but we found it get distorte…...share the output so we could compare your output with the one that...

    forum.groupdocs.com/t/unicode-font-bangla-suppo...
  4. 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...
  5. 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...
  6. 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...
  7. 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 Node.js via Java....disk The following example compares two DOCX files from disk and...Initialize the comparer with the source document const comparer = new...

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  8. 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...
  9. Get only summary page | GroupDocs

    Learn how to generate only the summary page in the comparison result using GroupDocs.Comparison for Python via .NET.... Comparer ( "source.docx" ) as comparer : comparer . add...show_only_summary_page = True comparer . compare ( "result.docx" , options...

    docs.groupdocs.com/comparison/python-net/get-on...
  10. Setting author of changes | GroupDocs

    Learn how to set the author name for revisions in the result using GroupDocs.Comparison for Python via .NET.... Comparer ( "source.docx" ) as comparer : comparer . add...revision_author_name = "New author" comparer . compare ( "result.docx" , options...

    docs.groupdocs.com/comparison/python-net/settin...