Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 30,927 for

groupdocs metadata

(0.08 sec)
  1. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by Groupdocs.Metadata for Java starting from version 20.2: The* Metadata* class is introduced as a single entry point to manage Metadata in files of all supported formats. Extracting and updating Metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with Metadata properties. Getting document information and preview generation procedures were simplified....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/migration-notes/
  2. Get Document Information using Java

    Learn how to get document information using Java. Improve the efficiency of document management by mastering the technique of how to get file properties using Java....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/metadata/java/get-document-inf...
  3. Get document info | Documentation

    This article shows that how to get meta information of a document....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/get-document-info/
  4. How to Extract Text from Excel in C#

    This article provides stepwise instructions to extract Text from Excel in C# using simple API calls and a sample application to read Text from Excel file using C#....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  5. GroupDocs.Parser for .NET

    This API allows you to perform text search and index any type of file format using C# .NET language on any platform....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/net/page/3/
  6. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType Metadata The Groupdocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root Metadata package Extract the native Metadata package using OpenTypeRootPackage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-op...
  7. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired Metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata Metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = Metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/getting-known-...
  8. Handling the ID3v2 tag | Documentation

    This article explains how to handle ID3v2 tag....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/handling-the-id...
  9. Announcing Hotfix release of GroupDocs Signatur...

    This blog post covers the hotfix introduced in Groupdocs.Signature for .NET 18.9.1. In previous version of the API there was a issue while signing PDF with Metadata Signatures. But now this issue has been fixed, we therefore, recommend you to download the new release and enhance document e-signing experience. Bug Fix Exception is thrown while signing PDF with Metadata Signatures Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on Groupdocs....the hotfix introduced in GroupDocs.Signature for .NET 18.9.1...issue while signing PDF with Metadata Signatures. But now this issue...

    blog.groupdocs.com/signature/groupdocs-signatur...
  10. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by Groupdocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage Metadata in files of all supported formats. Extracting and updating Metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with Metadata properties. Getting document information and preview generation procedures were simplified....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/migration-notes/