Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 25,605 for

may

(0.1 sec)
  1. Indexing additional fields | Documentation

    Sometimes when indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  2. psd to photoshop

    Manipulate Photoshop PSD Images using C#|Documentation,Manipulate Photoshop PSD Files using C# | Photoshop Library for .NET,Open PSD file online |...so you may need to compress a PSD image...

    search.aspose.com/q/PSD-to-Photoshop.html
  3. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/synonym-dictionary/
  4. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/query-language-s...
  5. content/files/en-us/web/html/element/img/index....

    The content behind MDN Web Docs. Contribute to mdn/content development by creating an account on GitHub....{{glossary("user agent","user agents")}} may support different formats. >...In these cases, the browser may replace the image with the text...

    github.com/mdn/content/blob/main/files/en-us/we...
  6. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-ca...
  7. Learn about Word Processing File Formats and AP...

    Learn about Word Processing File Formats and APIs that can open and create Word files on File Format Docs Recent content in Learn about Word Processing File Formats and APIs that can open and creat......You may still have archived your old DOC files that may need...Microsoft word, the document size may get huge if the contents are...

    docs.fileformat.com/word-processing/index.xml
  8. GroupDocs.Search for .NET 18.01 Release Notes |...

    Note This page contains release notes for GroupDocs.Search for .NET 18.01. Major Features There are 5 enhancements in this regular monthly release. The most notable are:: Implement breaking of search process Implement search method with query in the form of an object tree as a parameter Implement ability to set a collection of date formats for date range search Change date format in date range search query in accordance with ISO 8601 Implement use of wildcards in phrase search All Changes Key Summary Category SEARCHNET-1100 Implement breaking of search process Enhancement SEARCHNET-1204 Implement search method with query in the form of an object tree as a parameter Enhancement SEARCHNET-1319 Implement ability to set a collection of date formats for date range search Enhancement SEARCHNET-1320 Change date format in date range search query in accordance with ISO 8601 Enhancement SEARCHNET-1299 Implement use of wildcards in phrase search Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Search which may affect existing code. Any behavior...searchParameters ); // The results may contain the following word sequences:...

    docs.groupdocs.com/search/net/groupdocs-search-...
  9. About Search Engines | Documentation

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...return many results, which may or may not be relevant. Metasearch...

    docs.groupdocs.com/search/nodejs-java/about-sea...
  10. The event loop - JavaScript | MDN

    JavaScript has a runtime model based on an event loop, which is responsible for executing the code, collecting and processing events, and executing queued sub-tasks. This model is quite different from models in other languages like C and Java....arguments and local variables may continue to exist, as they are...function runs in a thread, it may be stopped at any point by the...

    developer.mozilla.org/en-US/docs/Web/JavaScript...