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....Editor Product Solution GroupDocs...
This article explains how to save signed Presentation documents with various file formats by GroupDocs.Signature API....Editor Product Solution GroupDocs...
This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...
GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Total pro .NET 26.4 –......Editor for .NET 26.3 – Klíčové body...vydání března 2026 GroupDocs.Editor for .NET 26.3 přidává podporu...
GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Total for .NET 26.4 –......Editor for .NET 26.3 – Sorotan Rilis...Rilis Maret 2026 GroupDocs.Editor for .NET 26.3 menambahkan dukungan...
Learn how to remove image watermark from RTF using Python. This tutorial shows how to detect and delete image watermarks in RTF documents programmatically....compatibility across various text editors, office tools, and platforms...
Learn how to convert DOCX to MHTML using Python without installing extra software. Step-by-step guide with sample code to export DOCX to MHTML using Python....Microsoft Office or other bulky editors. This conversion is particularly...