Sort Score
Result 10 results
Languages All
Labels All
Results 5,351 - 5,360 of 5,591 for

editor

(0.07 sec)
  1. Working with XML Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-x...
  2. Document filtering during indexing | GroupDocs

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/document-filteri...
  3. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/indexing-from-di...
  4. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  5. Install GroupDocs.Total for .NET | GroupDocs

    This topic describes how to install GroupDocs.Total for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/total/net/installation/
  6. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for Python via .NET. Search text with case sensitivity and whole word options....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/python-net/search-text/
  7. GroupDocs.Parser for .NET | GroupDocs

    A convenient text extractor API that permits users to extract raw or formatted text from different document formats. Besides, it is not only a text extractor API, the user can extract metadata from the document as well....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/
  8. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/implement-cus...
  9. 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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/implement-cus...