Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 10,016 for

text

(0.04 sec)
  1. GroupDocs.Annotation Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....major annotation types like (Text, Area, Point, Watermark, Strikeout...annotation types (Highlight Text, Area Annotation, and Strikeout...

    blog.groupdocs.com/categories/groupdocs.annotat...
  2. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...detect the following encodings of text files during indexing: UTF-32...the encoding auto detection of text files is disabled. But in any...

    docs.groupdocs.com/search/net/indexing-options/
  3. Editor- Error on loading word document - Free S...

    Hi, we got an error loading a Word file. We identify that the error is produced when the document contains a Textbox with specific layout options (with Text wrapping and in front of Text). groupdocs-editor.version: 23.…...options (with text wrapping and in front of text). groupdocs-editor...

    forum.groupdocs.com/t/editor-error-on-loading-w...
  4. Change Title and Background Color Dynamically u...

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard, we are excitedly announcing another monthly release of GroupDocs.Assembly for Java v17.12. Using the latest version, you can now change Text **background color **dynamically in word processing and email documents. You can also change chart axis title dynamically in word processing documents. Furthermore, you can **insert images and barcodes **dynamically in email messages (msg) with RTF body....version, you can now change text **background color **dynamically...<<[axis_title_expression]>> # Change text background color dynamically...

    blog.groupdocs.com/assembly/change-title-and-ba...
  5. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...information of the document: all texts from an original document are...rendered in a browser as real text, not images, while document...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  6. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....the plain text body content . setBody ( "Test plain text body" );...watermarker . close (); Searching text in email message body or subject...

    docs.groupdocs.com/watermark/java/email-messages/
  7. Detect Documents Encoding using GroupDocs.Searc...

    Like every month, team GroupDocs has released another version of the API and implements a number of new features and improvements in this monthly release. The latest version i-e 17.9.0 includes features like storing the Text of documents during indexing, filtering files before indexing, encoding detection of Text files etc. Not only this the API has also added support for CHM documents to the list of supported document formats. The API has removed some of the obsolete methods in this release as well....includes features like storing the text of documents during indexing...indexing, encoding detection of text files etc. Not only this the...

    blog.groupdocs.com/search/groupdocs.search-for-...
  8. Highlight PDF with Annotations using C# | Annot...

    Highlight Text in PDF with highlight annotations using C#. Document and image annotation .NET API allows to Annotate PDF files by highlighting any area....will learn how to highlight text and any area in PDF files using...using this API to highlight text in the PDF file in the example...

    blog.groupdocs.com/annotation/highlight-pdf-wit...
  9. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a Text into the reader try (TextReader reader = parser.getText()) { // Print a Text from the document // If Text extraction isn't supported, a reader is null System....( filePath )) { // 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. Extract attachments from PDF portfolios | Docum...

    This article explains that how to extract attachments from PDF documents...steps to extract an attachment text from PDF Portfolios: Instantiate...example shows how to extract a text from PDF Portfolios: // Create...

    docs.groupdocs.com/parser/net/extract-attachmen...