Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 29,163 for

groupdocs.metadata

(0.09 sec)
  1. Working with metadata in ProjectManagement form...

    Groupdocs.metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Handling the ID3v2 tag | Documentation

    This article explains how to handle ID3v2 tag....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/handling-the-i...
  3. Find metadata properties | Documentation

    Using the Groupdocs.metadata for Python via .NET you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/python-net/find-met...
  4. GroupDocs.Conversion for Python via .NET

    该 API 可以使用 Python 轻松转换流行文件格式,包括 DOCX、XLSX、PPTX、PDF、CAD 图纸等,而无需安装额外的软件。...Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/zh/conversion/python/
  5. GroupDocs.Comparison for .NET

    Find answers about comparing similar documents on using C# .NET platforms....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/comparison/net/
  6. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Сем......Viewer Product Family GroupDocs.Metadata Product Family GroupDocs...

    blog.groupdocs.com/ru/categories/index.xml
  7. Categories on GroupDocs Blog | Document Automat...

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

    blog.groupdocs.com/ko/categories/index.xml
  8. GroupDocs.Total Product Family

    Գտեք պատասխաններ .NET և Java լեզուներով փաստաթղթերը դիտելու, ցուցադրելու, ծանոթագրելու, փոխակերպելու, էլեկտրոնային ստորագրելու, համեմատելու և հավաքելու համար:...Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/hy/total/
  9. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/exporting-meta...
  10. 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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/get-supported-...