Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 9,651 for

text

(0.03 sec)
  1. Create custom format handler | Documentation

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

    docs.groupdocs.com/redaction/net/create-custom-...
  2. Add component to the document | Documentation

    The page describes how to add components to a document using GroupDocs.Annotation API.... Component is a text or graphic note, comment and...

    docs.groupdocs.com/annotation/java/add-componen...
  3. Get document information | Documentation

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....indicates count of pages for text processing document, worksheets...

    docs.groupdocs.com/merger/net/get-document-info...
  4. 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/nodejs-java/indexing-...
  5. Convert PDF files | Documentation

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Node.js via Java....PDF files is not limited to text only, it could be hyperlinks...content manipulations and editing text, tables, images, lists, etc...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  6. Working with Email Messages using GroupDocs.Wat...

    We are pleased to announce the release of version 17.11 of GroupDocs.Watermark for .NET API. This version enables you to work with Email Formats and obsolete SlidesBaseSlide.BackgroundImage property has been removed. Just download the latest release to get benefit from new features available in GroupDocs.Watermark for .NET API. Please continue to read more about version 17.11. Working with Email FormatsGroupDocs.Watermark for .NET 17.11 provides the ability to work with the Email formats....from Email message body Search text in email message body/subject...

    blog.groupdocs.com/watermark/working-with-email...
  7. 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...
  8. 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/
  9. Working with Image Reports - Common Master-Deta...

    Articles in this section...Common Master-Detail Image in Text Document Common Master-Detail...

    docs.groupdocs.com/assembly/java/working-with-i...
  10. 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...