Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 9,909 for

text

(0.04 sec)
  1. GroupDocs.Viewer for Java | Documentation

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your Java application.... Load text documents, spreadsheets, presentations...quality of output images, add text watermarks, and cache the results...

    docs.groupdocs.com/viewer/java/
  2. annotation.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/annotation/net/technical-support/weekly0.5https://docs.groupdocs.com/annotation/jav......com/annotation/java/add-search-text-annotation/weekly0.5https://docs...groupdocs.com/annotation/java/add-text-field-annotation/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/annotation.xml
  3. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....elements of an HTML page (including text, graphics, and stylesheets)...view ( viewOptions ); } Render text as an image GroupDocs.Viewer...

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  4. Use All Highlight Extraction Modes with Search ...

    Team GroupDocs is really delighted to announce the monthly release of version 17.02.0 of the GroupDocs.Text for .NET API. This version comes up with a number of new features along with an enhancement related to using highlight extraction modes with search functionality. GroupDocs.Text for .NET API has improved the search functionality by adding the ability to search for some Text using regular expression and searching a whole word. What’s more exciting is the addition of features dealing with the extraction of highlighted Text in documents....Text for .NET API. This version comes...search functionality. GroupDocs.Text for .NET API has improved the...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  5. 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...
  6. Product Overview | Documentation

    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...
  7. Sentiment classification usage | Documentation

    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...
  8. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email Text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a Text....the steps to extract an email text from email attachments: Instantiate...and obtain object to extract a text. The following example shows...

    docs.groupdocs.com/parser/java/extract-attachme...
  9. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Parser ( stream )) { // Extract a text into the reader try ( TextReader...{ // Print a text from the document // If text extraction isn't...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. GroupDocs.Redaction Overview | Documentation

    Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....Excel, redact PDF documents text, metadata and comments. Our...lines of code you can redact text, comments and metadata without...

    docs.groupdocs.com/redaction/net/groupdocs-reda...