Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 9,684 for

text

(0.07 sec)
  1. GroupDocs.Text For .NET 17.01.0 Introduces Supp...

    We are really pleased to announce the monthly release of GroupDocs.Text for .NET API. In this release, we have introduced four new features along with an enhancement related to setting extraction mode. GroupDocs.Text now supports extraction from ZIP containers. Not only this, the latest release provides its users with the functionality to search for some Text in documents, extracting highlighted Text from documents and opening password-protected OneNote sections. Simply Download the latest version and try out all the amazing features of GroupDocs....Text for .NET API. In this release...setting extraction mode. GroupDocs.Text now supports extraction from...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  2. C# Regex - Search in Documents using Regular Ex...

    Unlock the power of programmatic search in C#! Learn how to search multiple Text-based documents across folders with precision using regular expressions....find specific information in text. This article will show you...API. This allows us to search text within files of various formats...

    blog.groupdocs.com/search/search-in-documents-b...
  3. GroupDocs Watermark Overview | Documentation

    What Is GroupDocs.Watermark? GroupDocs.Watermark for Java is a powerful API for managing watermarks in the documents of different file formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats....Eliminate Watermark Containing Text with Particular Formatting Look...a Particular Image Identify Text Watermark Even if there are...

    docs.groupdocs.com/watermark/java/groupdocs-wat...
  4. Working with formats | Documentation

    This article explains document formats and format families supported by GroupDocs.Editor for Java and how to operate them in Java code....also known as delimited text, that are text-based form of spreadsheets...PPT, PPS, POT, PPTX, PPTM etc. Text-based formats, which includes...

    docs.groupdocs.com/editor/java/working-with-for...
  5. GroupDocs.Conversion for .NET

    Find answers about converting documents and images of various types using .NET code on any platform....to Image in C# How to Convert Text to PDF in C# How to Convert...Convert PDF to Text in C# How to Convert HTML to Text in C# How to...

    kb.groupdocs.com/conversion/net/page/6/
  6. Specify spreadsheet rendering options | Documen...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering spreadsheet files to HTML, PDF, and image formats....render grid lines, or adjust cell text overflow). To access these options...cell text overflow The method allows you to prevent text overflow...

    docs.groupdocs.com/viewer/java/specify-renderin...
  7. 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...
  8. 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-...
  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. Convert DOCX to RTF using Node.js

    Learn how to convert DOCX to RTF using Node.js with GroupDocs.Conversion for seamless document formatting. Easily export DOCX to RTF in Node.js with simple steps....contrast, RTF (Rich Text Format) maintains text formatting while...applications that need formatted text without depending on complicated...

    kb.groupdocs.com/conversion/nodejs/convert-docx...