Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 6,420 for

document classification

(0.08 sec)
  1. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form using Java search API....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/nesting-search-q...
  2. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form using Java search API....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/nesting-s...
  3. GroupDocs.Search for .NET | Documentation

    GroupDocs.Search for .NET is a fascinating Document search API. It extracts text and metadata from Documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/
  4. Render N consecutive pages | Documentation

    This article explains how to view n consecutive pages when processing Documents with GroupDocs.Viewer within your Java applications....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/view-n-consecuti...
  5. Load from URL | Documentation

    This article explains how to load a Document from a URL with GroupDocs.Viewer within your Python applications....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/load-docum...
  6. Advanced Usage | Documentation

    Learn about advanced GroupDocs.Watermark usage. Please find advanced details on how to customize your watermarks, search, modify, and remove existing watermarks. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Watermark for .NET examples GroupDocs.Watermark for Java examples Free online Document watermarking App Along with a full-featured Java library, we provide simple, but powerful free Apps. You are welcome to add watermark to PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, and more with our Free Online Document Watermarking Apps....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/advanced-usage/
  7. Working with CSV Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template Documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-cs...
  8. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-password...
  9. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/nesting-search-qu...
  10. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of Document. This feature improves programmability while working with strings instead of Documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/working-with-s...