Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 4,275 for

secure

(0.05 sec)
  1. Indexing with stop words | GroupDocs

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/net/indexing-with-sto...
  2. Optimize index | GroupDocs

    This article explains that how to optimize index to reduce the number of segments in an index using Java....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/optimize-index/
  3. Managing dictionaries in network | GroupDocs

    This page contains information about managing dictionaries of shards in the search network....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/managing-diction...
  4. Search for different word forms | GroupDocs

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/net/search-for-differ...
  5. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/net/spelling-corrector/
  6. Document renaming | GroupDocs

    This article demonstrate that how to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/net/document-renaming/
  7. Managing dictionaries in network | GroupDocs

    This page contains information about managing dictionaries of shards in the search network....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/net/managing-dictiona...
  8. Keyboard layout correction | GroupDocs

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/keyboard-layout-...
  9. Remove Password Protection form PowerPoint File...

    Remove password from PowerPoint presentations. Unlock password protected PPT/PPTX files using free online password remover app & programmatically....number of files that require security removal, you better consider...

    blog.groupdocs.com/merger/unlock-powerpoint-ppt...
  10. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/working-with-b...