Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 3,884 for

classification

(0.1 sec)
  1. Show Revisions | Documentation

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/show-revisions/
  2. Business Case of Manager-Client Contract System...

    Note This business case has been conceived for the demonstration purpose and serves well for a typical manager-client system. There may be simpler or complex scenarios in real life businesses. Business Case There are many managers offering their services. There are multiple clients in the market. A manager can sign multiple contracts and start working. A contract may contain multiple clients. The data is fetched from custom objects and report is generated....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/business-case-...
  3. In-Paragraph List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate In-ParagraphList report in Text Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: A descriptive or informative line like “We provide support for the following clients:”. Show all the clients along with the above sentence....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  4. Generate sample report for document with variab...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.XmlDataSource("datasource.xml") DataSourceInfo = ga.DataSourceInfo(dataSource) array = [DataSourceInfo] print(assembler.assemble_document(input.ppt, output.ppt, array)) DataSource XML 0 1 LG Nexus 5 350 5 123456789qwertyu0025 The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/python-net/barcode/
  5. Merge pages from various documents | Documentation

    This article explains how to merge some pages from different documents into single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/java/merge-pages-from...
  6. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/load-document-fr...
  7. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/net/update-annota...
  8. Get supported file formats | Documentation

    This page describes how the search api is used to obtain a list of supported file types....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/get-supported-fil...
  9. Load password-protected file | Documentation

    Learn how to load a password-protected file by using .NET redaction API...Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/net/load-password-...
  10. How to run examples | Documentation

    How to run examples....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/python-net/how-to-...