Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 5,634 for

file comparison

(0.07 sec)
  1. 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-...
  2. 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...
  3. 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-...
  4. 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...
  5. How to Add Digital Signature to DOCX using Java

    This topic provides guidance on how to add digital signature to DOCX using Java. You will also find a code example to insert digital signature into DOCX using Java....Comparison Product Family GroupDocs...digital signature into DOCX file format Include the necessary...

    kb.groupdocs.com/signature/java/how-to-add-digi...
  6. Add Text Watermark to PNG using Java

    Explore the method how to add text watermark to PNG using Java. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in Java....Comparison Product Family GroupDocs...to add a watermark to a PNG file Create an instance of the Watermarker...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  7. Remove Metadata from PDF using C#

    Quickly learn how to remove metadata from PDF using C#. Also, you'll be provided a code example to clean metadata from PDF in C# without installing extra software....Comparison Product Family GroupDocs...additional information about files. However, there are times when...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  8. Add Text Watermark to JPG using C#

    Discover how to add text watermark to JPG using C#. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in C# programming....Comparison Product Family GroupDocs...adding a watermark to a JPG file Create an instance of the Watermarker...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  9. How to Convert PDF to Excel using Java

    This tutorial provides detailed instructions to convert PDF to Excel using Java and generated Java code to convert PDF to Excel for document conversion....Comparison Product Family GroupDocs...the name of the output Excel file The steps to export PDF as Excel...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert Markdown to HTML in C#

    This article explains the document conversion process, provides instructions to convert Markdown to HTML in C#, and an example for C# Markdown to HTML application....Comparison Product Family GroupDocs...for loading the input Markdown file Create an object of the MarkupConvertOptions...

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