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....Annotation Product Solution GroupDocs...
GroupDocs.Editor for .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Annotation Product Solution GroupDocs...
Bu makalede, C# kullanarak TIFF dosyalarını birleştirmek için önemli adımlar sunacağız. Ayrıca, C#'ta TIFF dosyalarını birleştirmek için örnek bir kod örneği sağlanacaktır....Annotation Product Family GroupDocs...
In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....Annotation Product Solution GroupDocs...
GroupDocs.Editor for Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Annotation Product Solution GroupDocs...
Bu öğretici, Outlook e-postasını C# dilinde Word'e dönüştürmek için gerekli tüm prosedürleri ve C# E-postadan Word'e dönüştürme için örnek bir çalışma uygulamasını sağlar....Annotation Product Family GroupDocs...
Learn how to merge archive files, combine archive files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Annotation Product Solution GroupDocs...
Ekstra araçlara ihtiyaç duymadan Java kullanarak EML'yi verimli bir şekilde XPS'ye dönüştürün. Java kullanarak EML'yi XPS'ye nasıl aktaracağınızı anlatan bu kılavuzla belge işleme sürecinizi geliştirin....Annotation Product Family GroupDocs...
Herhangi bir ekstra yazılım yüklemeden C# kullanarak ODT'yi HTML'ye nasıl dönüştüreceğimizi öğrenelim. Ayrıca, dönüştürme kitaplığını kullanarak C# dilinde ODT'yi HTML'ye dışa aktarmak için kod örneği yazın....Annotation Product Family GroupDocs...