Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 9,355 for

text

(0.12 sec)
  1. Changing Background Color Dynamically | Documen...

    Note This feature is supported by version 17.12 or greater You can set Text background color for document contents dynamically using backColor tags. The Code Note The code uses some of the objects defined in: The Business Layer Download Change Background Color Dynamically.docx...12 or greater You can set text background color for document...

    docs.groupdocs.com/assembly/net/changing-backgr...
  2. Document rendering basics | Documentation

    This section describes how to use GroupDocs.Viewer for .NET (C#) to convert different document types to PDF, HTML, PNG, and JPEG formats....Render XML documents Render text documents Render images Render...

    docs.groupdocs.com/viewer/net/document-renderin...
  3. Working with Image Reports - Common List | Docu...

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

    docs.groupdocs.com/assembly/net/working-with-im...
  4. Build search query | Documentation

    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...
  5. Indexing options | Documentation

    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/
  6. Java Fuzzy Search - Find in Files across Folders

    Discover how Java's fuzzy search can help you find things in files across folders! It's like a smart search that understands small mistakes....Efficient Text Search in Java Build your Full Text Search Solution...

    blog.groupdocs.com/search/fuzzy-search-java/
  7. Working with metadata in PDF documents | Docume...

    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...
  8. eSign document with QR-code signature | Documen...

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....document the main settings are text to be encoded and QR-code which...option with predefined QRCode text QrCodeSignOptions options =...

    docs.groupdocs.com/signature/java/esign-documen...
  9. Configuring search network | Documentation

    This page contains information about configuring the search network....extracted text storage, as well as the degree of text compression...

    docs.groupdocs.com/search/java/configuring-sear...
  10. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the document's features and required redaction....ITextualFormatInstan Required for document text redactions to work, replaces...given regular expression with text or a color block IMetadataAccess...

    docs.groupdocs.com/redaction/java/create-custom...