Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 11,966 for

text

(1.28 sec)
  1. 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...
  2. Working with formats | GroupDocs

    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...
  3. 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...
  4. 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-...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...article, we will learn to add text and image watermarks to images...watermark with the personalized text or add an image watermark over...

    blog.groupdocs.com/groupdocs.blog/page/35/
  6. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Watermark for Node.js via Java....Eliminate Watermark Containing Text with Particular Formatting Look...a Particular Image Identify Text Watermark Even if there are...

    docs.groupdocs.com/watermark/nodejs-java/featur...
  7. Count Words and Occurrences of each Word in a D...

    Count number of words and their occurrences in PDF, Word, Excel, PowerPoint, and Email documents in Java using document parsing API....for Java for the extraction of text from documents, and counting...After the extraction of the text, we can easily split its content...

    blog.groupdocs.com/parser/count-words-and-occur...
  8. Output4Worksheets-without-delete.xlsx

    Sheet1 Click me javascript:alert('xss') Sheet4 First row it is visible always Вид - Закрепить области - Закрепить верхнюю строку Edited 2nd row at 1st column 3rd row 4th row 5th row 6th row 7th row......very long text that definitely does not fit into it Text in 3rd...also does not fit 6th cell with text, while previous two are empty...

    docs.groupdocs.com/editor/net/sample-files/Outp...
  9. Load document from local disk | GroupDocs

    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. Sign document with extensions | GroupDocs

    This article shows how to create electronic signatures with additional visual extensions...numbers alternative extension for Text signature property Here are...with Text signature This example shows how to add Text signature...

    docs.groupdocs.com/signature/net/sign-document-...