Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 9,690 for

text

(0.06 sec)
  1. Phrase search | Documentation

    This article gives the knowledge about phrase search definition as well as a phrase search description....words in the text of indexed documents. In text form, the following...phrase search with a query in text and object form. C# string indexFolder...

    docs.groupdocs.com/search/net/phrase-search/
  2. Search for standard entries in the QR-Code sign...

    This article explains how to search for VCard, MeCard, Email, Address, EPC, SEPA, Event data in QR-code electronic signatures from previously signed documents with GroupDocs.Signature API...."Found QRCode signature: {0} with text {1}" , qrSignature . EncodeType...EncodeType . TypeName , qrSignature . Text ); Email email = qrSignature...

    docs.groupdocs.com/signature/net/search-for-sta...
  3. Phrase search | Documentation

    This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....words in the text of indexed documents. In text form, the following...phrase search with a query in text and object form. const indexFolder...

    docs.groupdocs.com/search/nodejs-java/phrase-se...
  4. Java Regex - Search in Documents using Regular ...

    Unlock the power of programmatic search in Java! Learn how to search multiple Text-based documents across folders with precision using regular expressions....find specific information in text. This article will teach you... we can search for specific text in files of different formats...

    blog.groupdocs.com/search/search-in-documents-b...
  5. 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
  6. 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...
  7. Compare two documents - Control header and foot...

    Compare two documents but ignore or include header and footer content. Is this what you need in your document comparison application? Then you must try GroupDocs.Comparison for .NET. This back-end API can be implemented in any of your .NET application without any third party tool/software dependency. Those who are already using this API, we have some interesting features and few bug fixes introduced in GroupDocs.Comparison for .NET 19.11. Set output paper size A new property PaperSize is introduced in CompareOptions class using that you can adjust paper size of the resultant document (e....Multi comparer for Email and Text formats # API now allows you...compare more than one email and text (target) files. [gist id = ...

    blog.groupdocs.com/comparison/compare-two-docum...
  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. 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-...
  10. 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...