Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 2,724 for

feature

(0.04 sec)
  1. Working with Word Processing Documents | Docume...

    Note This Feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Word Processing Documents GroupDocs.Assembly allows you to use data bands in table rows in Word Processing Documents. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Documents Leave feedback Note This feature is supported by version 18...

    docs.groupdocs.com/assembly/net/working-with-wo...
  2. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customizations - style detection, change comparison detalization level and more....feedback On this page Note This feature is available for Microsoft...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  3. GroupDocs' Online Signature App Dashboard: The ...

    We’re constantly working to improve the functionality and user interface of our online document management apps. Today we introduce our online signature app’s new user interface. The changes we are about to discuss are coming within the next weeks. An Overview of the New Online Signature App Interface The new GroupDocs Signature dashboard will look a lot like the main GroupDocs dashboard so it will feel familiar to GroupDocs users. [caption id=“attachment_216” align=“aligncenter” width=“650” caption=“GroupDocs’ online signature app - the new dashboard”] [/caption] We developed a completely new workflow which leads you through the signing process step by step:...use the new Drag and Drop feature to add it to an envelope. [caption...

    blog.groupdocs.com/signature/groupdocs-online-s...
  4. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....WordProcessing documents The inspection feature that is introduced in this...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customisations - style detection, change comparison detalisation level and more....feedback On this page Note This feature available for Microsoft Word...

    docs.groupdocs.com/comparison/net/compare-multi...
  6. Extract table of contents | Documentation

    This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB).... Features . Text ) { Console . WriteLine...is supported if (! parser . Features . Toc ) { Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-table-of-...
  7. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....more information on supported features of the GroupDocs.Metadata...To learn more about library features and get familiar how to manage...

    docs.groupdocs.com/metadata/python-net/remove-m...
  8. 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....PDF documents The inspection feature that is introduced in this...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Perform Regex Search in Documents Online

    Unlock the power of regex search using GroupDocs.Search! Learn how to search text-based documents using regular expressions....Tool – Key Features # Here are some of the key features of this...full-text search solution with a feature to search within documents...

    blog.groupdocs.com/search/online-regex-search/
  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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....PDF documents The inspection feature that is introduced in this...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/java/working-with-m...