Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 4,141 for

classification

(0.17 sec)
  1. GroupDocs.Total untuk .NET 25.8 – Pembaruan Ter...

    Jelajahi apa yang baru di GroupDocs.Total untuk .NET 25.8. Tersedia sekarang di NuGet dan situs web GroupDocs....Classification tidak lagi disertakan dalam...

    blog.groupdocs.com/id/total/groupdocs-total-for...
  2. How to Run | Documentation

    Download from GitHub The complete examples package of GroupDocs.Metadata is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favourite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like the following image: Open IntelliJ Idea and import the project to get started with it....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/how-to-run/
  3. How to run examples | GroupDocs

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

    docs.groupdocs.com/watermark/python-net/how-to-...
  4. Get only summary page | GroupDocs

    This article explains how to get only summary page when comparing documents with GroupDocs.Comparison for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/java/get-only-sum...
  5. Get extended information on the summary page | ...

    This article explains how to get extended information about comparison of documents on the summary page with GroupDocs.Comparison for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/get-extended-...
  6. Set password for output document | GroupDocs

    This article explains how to set document password after files comparison within your .NET applications using GroupDocs.Comparison for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/set-password-...
  7. Compare PDF documents | GroupDocs

    Learn how to compare PDF documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences between PDF files with Python code....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/python-net/compar...
  8. Business Case of a Shopping Store | GroupDocs

    Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/business-case-o...
  9. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/save-overwrit...
  10. Search thread safety | GroupDocs

    This article shows that how search thread safety works....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/search-thread-saf...