Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 10,750 for

text

(0.04 sec)
  1. Basic Usage | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......document from stream Classify Raw Text Get taxonomies Sentiment classification...

    docs.groupdocs.com/classification/net/basic-usage/
  2. Advanced document verification | GroupDocs

     This section contains examples with advanced electronic signatures verification across the document and its pages with GroupDocs.Signature API....QR-code signatures Verifying Text signatures Was this page helpful...

    docs.groupdocs.com/signature/java/verifying/
  3. Update signatures in documents | GroupDocs

    This section shows how to update electronic signatures in the documents....Barcode ✎ Image ✎ QR Code ✎ Text Was this page helpful? Not really...

    docs.groupdocs.com/signature/net/update-signatu...
  4. Loading | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or third-party storage for further processing with GroupDocs.Comparison for .NET API....documents Load custom fonts Load text from string Was this page helpful...

    docs.groupdocs.com/comparison/net/loading/
  5. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...the encoding of the current text document (see also page); Specifying...Specifying a custom text extractor for the current document (see...

    docs.groupdocs.com/search/java/search-index-eve...
  6. Working with Image Reports - Common List | Grou...

    Articles in this section...Document Common List Image in Text Document Common List Image in...

    docs.groupdocs.com/assembly/java/working-with-i...
  7. Single document operations | GroupDocs

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger for Java....Remove pages Split document Split text file Swap pages Extract pages...

    docs.groupdocs.com/merger/java/single-document-...
  8. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...indicating whether to recognize text in separate image files. The...indicating whether to recognize text in embedded images. The default...

    docs.groupdocs.com/search/java/indexing-options/
  9. Build search query | GroupDocs

    This page contains information about building Text search queries of various types. More examples on building search queries are provided on the page...contains information about building text search queries of various types...on the page . In addition to text search queries, there is also...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... Text ); Console . WriteLine ( annotation...applications are able to display simple text statistics for loaded documents...

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