This article demonstrates how to convert file stored in Azure Blob storage using GroupDocs.Conversion for .NET API....Assembly Product Solution GroupDocs...
The page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET....Assembly Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Assembly Product Solution 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
JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iAssembly Product Solution GroupDocs...
Add metadata properties — one of the most powerful features of the GroupDocs.Metadata for Python via .NET search engine....Assembly Product Solution GroupDocs...
Locate and remove the metadata properties you don't want — by tag, category, name, type or value — with GroupDocs.Metadata for Python via .NET....Assembly Product Solution GroupDocs...
Extract information about the known properties available in a particular package using GroupDocs.Metadata for Python via .NET....Assembly Product Solution GroupDocs...