Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 34,163 for

metadata

(1.72 sec)
  1. Track Changes in a Word Document Using GroupDoc...

    We as members of GroupDocs team are immensely delighted to see our users community growing every day. Our whole team is always endeavoring to cater to your needs and requirements to our fullest possible potential thus providing the most innovative and enhanced solutions to our valuable customers. In this regard we are really pleased to announce yet another bit of our efforts for you; that is the release of version 17....Metadata for .NET API. As per our customers...in this version. GroupDocs.Metadata for .NET 17.05 - New Features...

    blog.groupdocs.com/metadata/track-changes-word-...
  2. Upcoming Release of GroupDocs.Parser for Java

    We are excited to announce that GroupDocs.Parser is coming soon to Java platform as GroupDocs.Parser for Java. It will be an easy to use back-end API that will permit the users to extractraw and formattedtext from the supported document formats. Besides, it will also allow the users to extract the Metadata from the popular document formats. GroupDocs.Parser for Java will soon be available for download. Salient Features of GroupDocs.Parser for Java GroupDocs....allow the users to extract the metadata from the popular document...Regular Expression Extracting Metadata from the Documents Working...

    blog.groupdocs.com/parser/upcoming-release-of-g...
  3. Create custom format handler | GroupDocs

    This article shows how to implement one or several interfaces for the document's features and required redaction....Metadata Product Solution GroupDocs...Required for metadata redactions, reads metadata and changes specific...

    docs.groupdocs.com/redaction/net/create-custom-...
  4. Searching for electronic signatures | GroupDocs

    This section explains how to search for electronic signatures across document and its pages with advanced options....Metadata Product Solution GroupDocs...Text 🌐 Image 🌐 Build-in metadata 🌐 Form field Search for embedded...

    docs.groupdocs.com/signature/net/searching/
  5. Extended Document Information Support - Introdu...

    We are glad to announce another release of GroupDocs.Conversion for .NET v17.4.0. In this monthly release new feature “Extended Document Information and Improved Performance” introduced, along with major fixes and improvements. We recommend our users to download the new release and use the new exciting features to enhance their application. GroupDocs.Conversion for .NET API 17.4.0This release of GroupDocs.Conversion for .NET 17.4.0 Implemented Metadata support for different supported document formats. Here is the list of changes made in new release....0 Implemented Metadata support for different supported...How to Get Source Document Metadata Information # Here are a few...

    blog.groupdocs.com/conversion/extended-document...
  6. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage Metadata and more, please refer to theadvanced usage section....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/get-supported-...
  7. Find Answers and Code About GroupDocs APIs! - G...

    Find answers about file formats processing in code. Knowledge base of all file format manipulation examples in .NET C# and Java....Metadata Product Family Find answers...answers about handling metadata of documents, images and other files...

    kb.groupdocs.com/
  8. Basic Usage | GroupDocs

    Articles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...Metadata Product Solution GroupDocs...you need to inspect document metadata first with get_document_info()...

    docs.groupdocs.com/markdown/python-net/basic-us...
  9. Basic Usage | GroupDocs

    Artcles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...Metadata Product Solution GroupDocs...you need to inspect document metadata first with GetDocumentInfo()...

    docs.groupdocs.com/markdown/net/basic-usage/
  10. Signing | GroupDocs

    This section contains advanced examples and demonstrates all possible features for signing documents with various electronic signature types, setup different options and visual effects....Metadata Product Solution GroupDocs...advanced Sign document with Metadata signature - advanced Sign...

    docs.groupdocs.com/signature/java/signing/