Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,569 for

metadata management

(0.05 sec)
  1. About Search Engines | GroupDocs

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...Metadata Product Solution GroupDocs...different from searching by metadata or by parts of original texts...

    docs.groupdocs.com/search/nodejs-java/about-sea...
  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. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Metadata for .NET version 1.7 is available...MP3 format. So management of audio format metadata is more easy...

    blog.groupdocs.com/categories/groupdocs.metadat...
  4. GroupDocs.Parser Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....extraction of images, text, and metadata from word-processing documents...extraction of images, text, and metadata from word-processing documents...

    blog.groupdocs.com/categories/groupdocs.parser-...
  5. Working with OpenType fonts | GroupDocs

    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...
  6. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET GroupDocs.......Metadata Tag Tags API Change Detection...watermarking 3D glTF Edit Metadata SVG XMP digital signature...

    blog.groupdocs.com/tags/index.xml
  7. 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...
  8. GroupDocs.Total Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....conversion, merging, metadata management, e-signing, and document...savings, and simplified license management for efficient development...

    blog.groupdocs.com/categories/groupdocs.total-p...
  9. GroupDocs.Metadata Product Family on GroupDocs ...

    GroupDocs.Metadata Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Metadata Product Family on GroupDocs Blog | Document Autom......Metadata Product Family on GroupDocs Blog | Document...Recent content in GroupDocs.Metadata Product Family on GroupDocs...

    blog.groupdocs.com/categories/groupdocs.metadat...
  10. 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-...