Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 4,229 for

classification

(0.04 sec)
  1. Load password-protected document | GroupDocs

    Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for Node.js via Java API....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  2. Load document from local disk | GroupDocs

    This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Node.js via Java API....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  3. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  4. Single Row in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row report in Text Document format. Single Row in Text Document Note This feature is supported by version 17.03 or greater. Reporting Requirement As a report developer, you are required to represent information of first single customer with the following key requirements: It must show Name and Contact Number of the customer Report must be generated in the Text Document Adding Syntax to be evaluated by GroupDocs....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/single-row-in-t...
  5. Working with Template Syntax Formatting | Group...

    Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <>
    <<[getName()]:upper>> <<[getContracts().sum(
    c =>
    c.getPrice())]:arabicDash>>
    <
    > Total: <<[getManagers().sum(
    m => m.getContracts().sum(
    c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code...Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/working-with-t...
  6. Load document from local disk | GroupDocs

    This section explains how to load document from local disk with GroupDocs.Signature API....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/java/load-document...
  7. Electronic Signatures | GroupDocs

    This section contains articles with explanation how to sign documents with electronic signatures using .Net c#...Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/electronic-sig...
  8. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/using-ocr/
  9. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/python-net/get-sup...
  10. Search flow | GroupDocs

    This article shows the internal stages of each search operation using Java search API....Classification Product Solution Purchase...

    docs.groupdocs.com/search/nodejs-java/search-flow/