Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 10,545 for

text

(0.11 sec)
  1. Locking watermark in word processing document |...

    Lock watermarks in a Word document to restrict editing using Python via .NET....pages This sample adds a locked text watermark across all pages using... TextWatermark ( "Watermark text" , gww . Font ( "Arial" , 19...

    docs.groupdocs.com/watermark/python-net/locking...
  2. Set Signature Position in Cells Document using ...

    We are pleased to announce another monthly release of GroupDocs.Signature for .NET 18.7 with multitude new features like ability for cancellation of signing process and additional search criteria for Digital Signatures of Words and Cells documents. Furthermore, this monthly release also covers some improvements and fixes, we therefore, recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Additional Search CriteriaNow users of this API can search Digital Signatures in Cells and Words documents with additional search criteria Following example demonstrates how to search Digital Signatures in Words document: // setup options with Text of signature WordsSearchDigitalOptions searchOptions = new WordsSearchDigitalOptions(); // setup additional search criteria searchOptions....document: # // setup options with text of signature WordsSearchDigitalOp...following signature types: # Text Signatures Image Signatures...

    blog.groupdocs.com/signature/groupdocs.signatur...
  3. About Search Engines | GroupDocs

    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...browser history, email archives, text documents, sound files, images...divided into: Full text search engines. Full-text search means searching...

    docs.groupdocs.com/search/net/about-search-engi...
  4. About Search Engines | GroupDocs

    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...browser history, email archives, text documents, sound files, images...divided into: Full text search engines. Full-text search means searching...

    docs.groupdocs.com/search/java/about-search-eng...
  5. Specify spreadsheet rendering options | GroupDocs

    Render spreadsheet files (Excel, etc.) to HTML, PDF, or images using GroupDocs.Viewer's Python API options....render grid lines, or adjust cell text overflow). To access these options...cell text overflow The option allows you to prevent text overflow...

    docs.groupdocs.com/viewer/python-net/specify-re...
  6. GroupDocs.Parser Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Parser for Python via .NET — API to extract Text, images, metadata, and structured data from documents....applications the feature of extracting text, images, metadata, and structured...documents, raw and formatted text extraction, and container processing...

    docs.groupdocs.com/parser/python-net/groupdocs-...
  7. System Requirements | GroupDocs

    On this page, you will find system requirements supported platforms, development environments. GroupDocs.Parser for Python via .NET does not require any external software or third party tool to be installed....NET can be used with any text editor or IDE that supports...Code Jupyter Notebook Sublime Text Atom Spyder Any other Python-compatible...

    docs.groupdocs.com/parser/python-net/system-req...
  8. GroupDocs.Signature Product Family on GroupDocs...

    GroupDocs.Signature Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Signature Product Family on GroupDocs Blog | Document Aut...... Search Text or Image Signatures in Documents...introduced the features of searching text signatures and image signatures...

    blog.groupdocs.com/categories/groupdocs.signatu...
  9. Features Overview | GroupDocs

    GroupDocs.Classification main feature is an ability to classify raw Text and documents with IAB-2, Documents, Sentiment or Sentiment3 taxonomies. Sentiment Classification (Analysis) supports 4 languages: English, Chinese, Spanish, and German. GroupDocs.Classification provides flexible set of settings to customize classification process: Name Description Default value bestClassesCount Select the number of results to return 1 taxonomy Select taxonomy (IAB-2, Documents, Sentiment or Sentiment3). Taxonomy.Iab2 precisionRecallBalance Select precision/recall balance for Documents taxonomy. If the classifier is not sure of the result, it will return Other class....is an ability to classify raw text and documents with IAB-2, Documents...PrecisionRecallBalan.Default Raw text classification GroupDocs.Classification...

    docs.groupdocs.com/classification/net/features-...
  10. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if Text extraction is supported if (!...( password ))) { // Check if text extraction is supported if (...{ System . out . println ( "Text extraction isn't supported."...

    docs.groupdocs.com/parser/java/password-protect...