Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 32,288 for

groupdocs.metadata

(0.18 sec)
  1. Getting known property descriptors | GroupDocs

    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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Get document info | GroupDocs

    Groupdocs.metadata allows users to get meta information of a document....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/get-document-i...
  4. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/net/save-a-modified...
  5. Python 3.14 on GroupDocs Blog | Document Automa...

    Python 3.14 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Python 3.14 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers G......NET & Java Developers GroupDocs.Metadata for Python 26.5 – 2026年5月发布亮点...2026年5月发布亮点 GroupDocs.Metadata for Python 26.5 添加了带 .pyi 存根的类型化...

    blog.groupdocs.com/zh/tag/python-3.14/index.xml
  6. v26.5 on GroupDocs Blog | Document Automation S...

    v26.5 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in v26.5 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Met......NET & Java Developers GroupDocs.Metadata for Python 26.5 – 2026年5月...2026年5月 リリースハイライト GroupDocs.Metadata for Python 26.5 は、.pyi スタブを備えた型付き...

    blog.groupdocs.com/ja/tag/v26.5/index.xml
  7. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream JavaScript try { const fileStream = fs.createReadStream("input.one") const metadata = new Groupdocs.metadata.Metadata(fileStream); } 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. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  8. Loading files | GroupDocs

    Load files from a local disk, a stream, a specific format, or a password-protected document with Groupdocs.metadata for Python via .NET....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/python-net/loading-...
  9. Remove metadata properties | GroupDocs

    The easiest way to remove metadata properties from a file is to use the corresponding tags that let you locate the desired properties across all metadata packages with Groupdocs.metadata for Python via .NET....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/python-net/remove-m...
  10. GroupDocs.Search for Java

    此 API 允许您在任何平台上使用 Java 语言执行文本搜索和索引任何类型的文件格式。...Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/zh/search/java/page/2/