Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 10,915 for

text

(0.07 sec)
  1. New Version for SharePoint Modern WebPart for G...

    GroupDocs team is proudly releasing new version for SharePoint Modern WebPart for GroupDocs.Viewer for .NET. Using this Modern WebPart user can embed and use API’s salient features in their own custom SharePoint Sites. In this new version **v1.2 **user can add **Watermark **in the document and **Navigate **through the file browser’s documents using next and previous buttons. We recommend you to download and explore this new version. Let’s have a look at it....set watermark properties like text, color, position, width and...constant('Watermark', { Text: "Watermark Text", Color: 16711680, Position:...

    blog.groupdocs.com/viewer/new-version-sharepoin...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...use solution for extracting text, images, and metadata from PDF...classified information from text, metadata, and the annotations...

    blog.groupdocs.com/groupdocs.blog/page/40/
  3. Introducing Metered License Support in GroupDoc...

    We are glad to announce another monthly release of GroupDocs.Editor for Java 18.9. This release comes up with multitude of new features. Now, you can manipulate documents by applying Metered License. Moreover, improvements like security update and few fixes are also introduced in this release. We’d recommend you to download latest version of the API and share your feedback. Features Following features for Cell documents are introduced: Conversion to HTML format...Additional parameters when processing text-based spreadsheet Adjust memory...processing for bidirectional text List processing in round-trip...

    blog.groupdocs.com/editor/groupdocs.editor-for-...
  4. Improvements and Fixes in GroupDocs.Viewer for ...

    GroupDocs team always takes care of customers. Our customers provide us with their valuable feedback which help us improve day by day, keeping it in mind, we are proudly announcing version v1.2 of **GroupDocs.Viewer for .NET**MVC Front End. This new front end includes improvements and fixes for a bunch of issues reported by our customers. Please feel free to download and investigate this new version. GroupDocs.Viewer for .NET MVC Front End - ImprovementsFollowing are the improvents introduced in this version of the Front End Search and highlight a Text passed from main page while loading the document....End # Search and highlight a text passed from main page while...Dragging Issue when Selecting Text Inside the Viewer Error when...

    blog.groupdocs.com/viewer/improvements-fixes-gr...
  5. Find Answers and Code About GroupDocs APIs! - G...

    Find answers about file formats processing in code. Knowledge base of all file format manipulation examples in .NET C# and Java....Product Family Find answers about text search and indexing of different...Find answers about extracting text, images, and metadata of different...

    kb.groupdocs.com/
  6. GroupDocs.Search for .NET | GroupDocs

    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... It extracts text and metadata from documents...algorithms. API also supports full-text search. Information retrieval...

    docs.groupdocs.com/search/net/
  7. search in chunk on GroupDocs Blog | Document Au...

    search in chunk on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in search in chunk on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......Prohledávejte text podle částí, indexujte text, určete počet...

    blog.groupdocs.com/cs/tag/search-in-chunk/index...
  8. GroupDocs.Annotation for Java Library - Annotat...

    We are pleased to inform developers, especially those of you who prefer the Linux platform, about the release of the GroupDocs.Annotation for Java library. It is an HTML5 standard compliant library that allows you to display PDF, Microsoft Office and image files and comes with a comprehensive set of document commenting and markup tools. The viewer can work two ways: by rasterizing documents or by converting them to a combination of SVG, HTML and CSS....), plain text documents, CAD and raster images...Documents can be rendered as real text files (HTML5 based technology...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  9. Product Overview | GroupDocs

    Apply annotations to your documents in the form of Textual comments, explanations with highlighted notes, watermarks, polylines, Text/resource redactions and much more....applications the ability to annotate text or images in files of . Annotations...notes, watermarks, polylines, text or resource redactions, and...

    docs.groupdocs.com/annotation/net/product-overv...
  10. Sentiment classification usage | GroupDocs

    Create an instance of SentimentClassifier class. It is multilingual and supports English, Chinese, Spanish, and German. Creates SentimentClassifier instance var sentimentClassifier = new SentimentClassifier(); and call PositiveProbability method Classifies sentiment by Text var positiveProbability = sentimentClassifier.PositiveProbability("This is a new must-have thing."); Console.WriteLine($"The probability of a positive sentiment is { positiveProbability }"); or call Classify method Classifies sentiment by Text var response = sentimentClassifier.Classify("This is a new must-have thing."); Console.WriteLine($"The best class name:{response....method Classifies sentiment by text var positiveProbability = sentimentClassifier...method Classifies sentiment by text var response = sentimentClassifier...

    docs.groupdocs.com/classification/net/sentiment...