Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 1,324 for

metadata management

(0.03 sec)
  1. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Metadata Product Solution GroupDocs...Word Document Content and metadata Microsoft Word 97+ Microsoft...

    docs.groupdocs.com/search/net/supported-documen...
  2. Perform Reverse Image Search using C#

    Efficiently perform reverse image search using C# to find similar images. Learn how to implement reverse image search in C# for content-based image retrieval....Metadata Product Family GroupDocs.Search...content rather than keywords or metadata. This capability is especially...

    kb.groupdocs.com/search/net/perform-reverse-ima...
  3. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Metadata Product Solution GroupDocs...Word Document Content and metadata Microsoft Word 97+ Microsoft...

    docs.groupdocs.com/search/java/supported-docume...
  4. 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 the OpenTypeRootPackage....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-o...
  5. 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....Metadata Product Family GroupDocs.Search...using Java In the context of managing and processing documents,...

    kb.groupdocs.com/metadata/java/get-document-inf...
  6. Perform Reverse Image Search using Java

    Quickly perform reverse image search using Java to locate similar images. Discover how to implement reverse image search in Java for content-based image retrieval....Metadata Product Family GroupDocs.Search...than relying on keywords or metadata. This feature is especially...

    kb.groupdocs.com/search/java/perform-reverse-im...
  7. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-op...
  8. Get supported file formats | Documentation

    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-...
  9. Remove Annotations from XLSX using C#

    Quickly learn how to remove annotations from XLSX using C#. Additionally, you will find a code example showing how to delete annotations in XLSX using C#....Metadata Product Family GroupDocs.Search...complexities of document management, particularly with XLSX files...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  10. Many PDF files result in System.ArgumentOutOfRa...

    Hello, We are getting the following exception… It seems to be caused by the extraction of Metadata… System.ArgumentOutOfRangeException: The added or subtracted value results in an un-representable DateTime. (Parameter…...caused by the extraction of metadata… System.ArgumentOutOfRangeEx:...extraction of metadata from PDF files, especially if the metadata contains...

    forum.groupdocs.com/t/many-pdf-files-result-in-...