Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 4,206 for

classification

(0.41 sec)
  1. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Classification Product Family GroupDocs...

    blog.groupdocs.com/zh/categories/index.xml
  2. Klasyfikuj tekst za pomocą IAB-2 i dokumentuj t...

    Klasyfikacja taksonomiczna dokumentów przy użyciu języka C# w aplikacjach .NET. Klasyfikuj tekst za pomocą taksonomii IAB-2 lub Documents, korzystając z interfejsu API klasyfikacji....Classification for .NET to interfejs API...Install-Package GroupDocs.Classification Klasyfikacja tekstu z taksonomią...

    blog.groupdocs.com/pl/classification/taxonomic-...
  3. In-Paragraph List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Email Document format. In-Paragraph List in Email Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. A descriptive or informative line like “We provide support for the following clients:”....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  4. Features overview | GroupDocs

    GroupDocs.Merger for Python via .NET is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as images and more....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/python-net/features-o...
  5. Add text watermarks | GroupDocs

    Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/python-net/add-text-w...
  6. GroupDocs.Comparison for Node.js via Java | Gro...

    GroupDocs.Compairson for Java developer documentation. Learn how to diff docx, pptx, and pdf files using Java....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/nodejs-java/
  7. GroupDocs.Redaction Product Family | GroupDocs

    GroupDocs.Redaction - Redact Sensitive Content from Documents Documentation .NET Java Python GroupDocs.Redaction for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Redact content from documents Articles and guidelines Basic redactions Basic usage .NET code examples Open-source projects for APIs example usage GroupDocs.Redaction for .NET More GroupDocs.Redaction for Java More Getting started Get up and running fast with our getting started guide Features overview Supported document formats System requirements Installation Remove sensitive information Articles and guides for both basic and advanced development Redact content using optical character recognition (OCR) Advanced usage scenarios Java code examples Open-source projects for APIs example usage GroupDocs....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/
  8. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/exporting-meta...
  9. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // 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:...Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  10. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/get-supported-...