Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 6,158 for

file comparison

(0.41 sec)
  1. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Watermark for Node.js via Java without a license (Evaluation Limitations)...Comparison Product Solution GroupDocs...processor time. Set License from File The following code snippet shows...

    docs.groupdocs.com/watermark/nodejs-java/evalua...
  2. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Comparison Product Solution GroupDocs...to a file, use the method. To import synonyms from a file, use...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  3. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for Python via .NET. Complete guide with code examples for table extraction....Comparison Product Solution GroupDocs...sample.xlsx The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/extract-ta...
  4. Add image watermarks | GroupDocs

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....Comparison Product Solution GroupDocs...Watermarker class for a local file or file stream; an instance of the...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  5. Document preview | GroupDocs

    This article shows how to get document preview....Comparison Product Solution GroupDocs...Watermarker class for a local file or file stream; Instantiate the...

    docs.groupdocs.com/watermark/net/basic-usage/pr...
  6. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Comparison Product Solution GroupDocs...example of redaction policy XML file (code properties mapping is...

    docs.groupdocs.com/redaction/python-net/use-red...
  7. Saving documents | GroupDocs

    The articles explain that how to save documents in different ways after making redactions....Comparison Product Solution GroupDocs...same folder as the original file, renaming or rewriting original...

    docs.groupdocs.com/redaction/python-net/saving-...
  8. 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...
  9. 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-...
  10. Extract data from HTML documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....Comparison Product Solution GroupDocs...Language File Extensible Hypertext Markup Language File MIME HTML...

    docs.groupdocs.com/parser/net/extract-data-from...