Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 4,565 for

classification

(0.61 sec)
  1. Single Row Image in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in HTML Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must show image of the manager It must show Name and age of manager Report must be generated in the HTML Document....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/single-row-ima...
  2. Common List Image in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Common List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show multiple managers’ picture and name. Report must be generated in the HTML Document format. Adding Syntax to be evaluated by GroupDocs....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/common-list-im...
  3. Embedded QR data | GroupDocs

    This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/sign-document-...
  4. Synchronizing shards | GroupDocs

    This page contains information about synchronizing shards in the search network....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/synchronizing-sh...
  5. Load document from local disk | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/java/load-documen...
  6. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/save-in-origi...
  7. 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/net/load-document-...
  8. Save specific page range | GroupDocs

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API....Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/net/save-specific...
  9. Advanced usage | GroupDocs

    Learn about GroupDocs.Markdown advanced usage and its multiple powerful features like document markdown process customization, track markdown progress, load documents from different sources etc....Classification Product Solution Purchase...

    docs.groupdocs.com/markdown/python-net/advanced...
  10. Nesting search queries in object form | GroupDocs

    This article gives the knowledge about nesting search queries in object form using Java search API....Classification Product Solution Purchase...

    docs.groupdocs.com/search/nodejs-java/nesting-s...