Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 4,537 for

classification

(0.1 sec)
  1. 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...
  2. How to Run Examples | GroupDocs

    This article describes how to run Java digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/java/how-to-run-ex...
  3. Update Signatures in Documents | GroupDocs

    This section shows how to update electronic signatures in documents using GroupDocs.Signature for Python via .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/python-net/update-...
  4. 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 v21.3: 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/net/using-ocr/
  5. Saving documents | GroupDocs

    The articles explain that how to save documents in different ways after making redactions....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/net/saving-documents/
  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. System Requirements | GroupDocs

    On this page, you will find system requirements supported platforms, development environments. GroupDocs.Comparison for Java does not require any external software or third party tool to be installed....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/java/system-requi...
  8. GroupDocs.Total für .NET 25.8 – Aktuelle Update...

    Entdecken Sie, was es Neues bei GroupDocs.Total für .NET 25.8 gibt. Jetzt verfügbar auf NuGet und der GroupDocs‑Website....Classification nicht mehr im GroupDocs...

    blog.groupdocs.com/de/total/groupdocs-total-for...
  9. GroupDocs.Total for .NET 25.8 – Últimas Atualiz...

    Explore as novidades do GroupDocs.Total for .NET 25.8. Disponível agora no NuGet e no site da GroupDocs....Classification não será mais incluído...

    blog.groupdocs.com/pt/total/groupdocs-total-for...
  10. Add search text annotation | GroupDocs

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/net/add-search-te...