Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 2,298 for

text signature

(0.03 sec)
  1. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java....Signature Product Solution GroupDocs...case-sensitive search with a query in text form. const indexFolder = 'c:/MyIndex/'...

    docs.groupdocs.com/search/nodejs-java/case-sens...
  2. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java....Signature Product Solution GroupDocs...case-sensitive search with a query in text form. String indexFolder = "c:\\MyIndex\\"...

    docs.groupdocs.com/search/java/case-sensitive-s...
  3. Comparison | Documentation

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Python via .NET...Signature Product Solution GroupDocs...array of delimiters to split text into words. CompareBookmarks...

    docs.groupdocs.com/comparison/python-net/compar...
  4. Edit Email | Documentation

    This guide demonstrates how to edit content of the documents from Email format family like a common Text documents using a GroupDocs.Editor for Java....Signature Product Solution GroupDocs...differs from editing common text documents. Loading Loding of...

    docs.groupdocs.com/editor/java/edit-email/
  5. Adding image watermarks | Documentation

    GroupDocs.Watermark API supports adding the following image file types as image watermark...Signature Product Solution GroupDocs...the following article about text watermarks, however, the same...

    docs.groupdocs.com/watermark/net/adding-image-w...
  6. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Signature Product Solution GroupDocs...found can be highlighted in the text of the document. For more information...

    docs.groupdocs.com/search/java/build-your-first...
  7. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Signature Product Solution GroupDocs...found can be highlighted in the text of the document. For more information...

    docs.groupdocs.com/search/nodejs-java/build-you...
  8. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to Text or PDF using OCR with GroupDocs.Conversion for Java....Signature Product Solution GroupDocs...recognitionAreasText . size (); i ++) { String text = result . recognitionAreasText...

    docs.groupdocs.com/conversion/java/convert/imag...
  9. How to run examples | Documentation

    This article describes how to run Java file conversion API code examples....Signature Product Solution GroupDocs...java file using your favorite text editor. Uncomment examples that...

    docs.groupdocs.com/conversion/java/how-to-run-e...
  10. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Signature Product Solution GroupDocs...Console . WriteLine ( chunk . Text ); var compressedChunk = chunk...

    docs.groupdocs.com/metadata/net/working-with-me...