Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 37,329 for

documents

(0.06 sec)
  1. GroupDocs.Assembly for .NET 20.4 Release Notes ...

    Major Features Provided an option to fit an image within textbox bounds while maintaining ratio. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-149  Provide an option to fit an image within textbox bounds while maintaining ratio for Word Processing Documents  Feature  ASSEMBLYNET-150  Provide an option to fit an image within textbox bounds while maintaining ratio for emails with RTF bodies  Feature  ASSEMBLYNET-151  Provide an option to fit an image within textbox bounds while maintaining ratio for Spreadsheet Documents  Feature  ASSEMBLYNET-152  Provide an option to fit an image within textbox bounds while maintaining ratio for Presentation Documents  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....ratio for Word Processing documents Feature ASSEMBLYNET-150 Provide...maintaining ratio for Spreadsheet documents Feature ASSEMBLYNET-152 Provide...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  2. Index Browser | Documentation

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...Create and delete indexes. Add documents to opened index. Search opened...

    docs.groupdocs.com/search/java/index-browser/
  3. Index Browser | Documentation

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...Create and delete indexes. Add documents to opened index. Search opened...

    docs.groupdocs.com/search/net/index-browser/
  4. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...single word in the text of a document. The example is presented...

    docs.groupdocs.com/search/java/build-search-query/
  5. Evaluation Limitations and Licensing | Document...

    Free search api version is available to evaluate the API which will be similar as licensed but with few limitations....Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...: Total number of indexed documents in one index or in several...

    docs.groupdocs.com/search/nodejs-java/evaluatio...
  6. Features Overview | Documentation

    The main feature of GroupDocs.Editor for Java is an ability to edit most popular document formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit Word Processing Documents, Spreadsheets or Presentations....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...allows you to edit files and documents across wide range of . Below...

    docs.groupdocs.com/editor/java/features-overview/
  7. Features Overview | Documentation

    The main feature of GroupDocs.Editor is an ability to edit most popular document formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit Word Processing Documents, Spreadsheets or Presentations....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...allows you to edit files and documents across wide range of . Below...

    docs.groupdocs.com/editor/net/features-overview/
  8. Phrase search | Documentation

    This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...allows users to search for documents containing an exact sentence...

    docs.groupdocs.com/search/java/phrase-search/
  9. eSign document with Metadata signature | Docume...

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Metadata signatures eSign document with Metadata signature Leave...

    docs.groupdocs.com/signature/net/esign-document...
  10. Classify document by path | Documentation

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...Usage / Classify document by path Classify document by path Leave...

    docs.groupdocs.com/classification/net/classify-...