Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 6,033 for

file comparison

(0.21 sec)
  1. Load document from local disk | GroupDocs

    This section explains how to load document from local disk with GroupDocs.Signature API....Comparison Product Solution GroupDocs...over the file class constructor. instance will open file for reading...

    docs.groupdocs.com/signature/java/load-document...
  2. How to Add Point Annotation in PDF using C#

    This article offers guidance on how to add point annotation in PDF using C#. Additionally, it includes code and steps to insert point annotation to PDF in C#....Comparison Product Family GroupDocs...usability and clarity of your PDF files. We will guide you through the...

    kb.groupdocs.com/annotation/net/how-to-add-poin...
  3. Optimize output for printing | GroupDocs

    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...
  4. Classify document by path | GroupDocs

    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-...
  5. Convert XLSX to DOCX using Python

    Convert XLSX to DOCX using Python to automate document generation. Learn how to export XLSX to DOCX in Python while retaining structured layout and formatting....Comparison Product Family GroupDocs...templates from data-driven Excel files. Many developers choose to export...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  6. Add Text Watermark to RTF using C#

    Let's learn how to add text watermark to RTF using C#. Furthermore, you'll receive a code example that demonstrates how to insert text watermark to RTF in C#....Comparison Product Family GroupDocs...applying a watermark to a RTF file Create an instance of the Watermarker...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  7. Convert XLSX to EMF using Python

    Convert XLSX to EMF using Python with simple steps. Easily export XLSX to EMF in Python for seamless integration and sharing of spreadsheet data....Comparison Product Family GroupDocs...package to support XLSX to EMF file transformation Import Converter...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  8. Add document to Word processing via OLE | Group...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....Comparison Product Solution GroupDocs...and pass object with embedded file path and page number; Call method...

    docs.groupdocs.com/merger/java/add-document-to-...
  9. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Comparison Product Solution GroupDocs...recognized metadata properties from a file Sometimes you may need to just...

    docs.groupdocs.com/metadata/java/clean-metadata/
  10. Get default load options for a source format | ...

    In this article, you will learn how to get default load options for a source format with GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...method of the class with source file extension as a parameter. From...

    docs.groupdocs.com/conversion/java/get-default-...