Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 10,280 for

text

(0.36 sec)
  1. Regular expression search | GroupDocs

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low....separately, and not the entire text of a document field. Queries...query. A regex search query in text form cannot be combined with...

    docs.groupdocs.com/search/net/regular-expressio...
  2. 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...
  3. 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-...
  4. 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...
  5. 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...
  6. 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...
  7. Convert DOCX to TXT using Node.js

    Learn how to convert DOCX to TXT using Node.js efficiently. Discover methods to export DOCX to TXT in Node.js for streamlined Text extraction....for applications dealing with text processing, data extraction...document processing workflows where text data extraction is required...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  8. Highlight Search Results using C#

    Learn how to highlight search results using C# with our guide. Moreover, we will provide code example to highlight search results in C# for better document management....High to store the extracted text efficiently Use the Index class...index, which stores extracted text from documents. This index is...

    kb.groupdocs.com/search/net/highlight-search-re...
  9. Issue with Footnote Number is Resolved

    If you worked with earlier versions of the API, you are probably aware that there was issue in footnote number conversion. A Word document with such footnotes was converted to PDF or any other supported file format successfully but the footnote number order was disturbed. There was one more issue reported in the forum. It was about converting a PowerPoint document with black SmartArt Text to PDF. And the SmartArt Text in the resultant document was changed to white Text....black SmartArt text to PDF. And the SmartArt text in the resultant...document was changed to white text. What else is fixed? Issue with...

    blog.groupdocs.com/conversion/issue-with-footno...
  10. Enabling language information | GroupDocs

    Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for .NET API....WordProcessing formats can contain text in different languages. But...But, unlike the plain text documents (TXT), WordProcessing documents...

    docs.groupdocs.com/editor/net/enabling-language...