Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 5,168 for

file comparison

(0.05 sec)
  1. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....Comparison Product Solution GroupDocs...VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  2. Classify document by path | Documentation

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” File in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Comparison Product Solution GroupDocs...Call method for “document.pdf” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...
  3. How to Extract Metadata from Word Document usin...

    This short tutorial describes the process to extract metadata from Word document using Java, and how to iterate through the metadata word document in Java....Comparison Product Family GroupDocs...class and pass the source Word file to its constructor Call the...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  4. How to Convert HTML to Text in C#

    This short tutorial describes the detailed process to convert HTML to Text in C# and provides a working example to get plain text from HTML C# capability....Comparison Product Family GroupDocs...class and pass the input HTML file to its constructor Initialize...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Convert PDF to Text in C#

    Review the procedure to convert PDF to Text in C#, easily follow this guide to save PDF as text using C# on any operating system like MS Windows, Linux, and Mac OS....Comparison Product Family GroupDocs...class and pass the source PDF file to its constructor Initialize...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Loading | Documentation

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local File path, stream or third-party storage for further processing with GroupDocs.Comparison for .NET API....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/loading/
  7. How to Render DOCX as HTML using C#

    Let's learn how to render DOCX as HTML using C# without installing extra tools. We will also provide code to create HTML with embedded resources from DOCX using C#....Comparison Product Family GroupDocs...Viewer class by passing the DOCX file path as an argument to its constructor...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...
  8. How to run examples | Documentation

    This article describes how to run .NET File conversion API code examples....Comparison Product Solution GroupDocs...Open Visual Studio and go to File -> New -> Project . Select the...

    docs.groupdocs.com/conversion/net/how-to-run-ex...
  9. Set image resolution | Documentation

    This topic describes how to set image resolution in PDF File using the GroupDocs.Viewer Java API....Comparison Product Solution GroupDocs...PDF / Optimize the output PDF file / Optimize images in Java /...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. How to Convert Text to HTML in Java

    Let's quickly review the step-by-step procedure to convert Text to HTML in Java and learn how to write the Text to HTML Java code for converting documents....Comparison Product Family GroupDocs...Converter class and load the text file for transforming to HTML format...

    kb.groupdocs.com/conversion/java/how-to-convert...