Discover the process of how to get document information using C#. Enhance document management efficiency by learning how to get file properties using C#....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...
Artcles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using Groupdocs.Metadata API...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
We are happy to share that another monthly release of Groupdocs.Metadata for .NET with a bunch of new features is available for the .NET community. Groupdocs.Metadata for .NET 16.10 has come with the support of WAV audio format. Not only this, the API has also brought some new features related to PSD, JPEG, TIFF and MP3 file formats. We recommend you to download this latest version and check out its exciting features....another monthly release of GroupDocs.Metadata for .NET with a bunch...for the .NET community. GroupDocs.Metadata for .NET 16.10 has come...
This article shows how to save a document to a specified location on a local disk in Java...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
This article shows how to save a file to the specified stream...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
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 (MetadataMetadata = 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Why To Migrate? Here are the key reasons to use the new API provided by Groupdocs.Metadata for .NET starting from version 19.11:
The* Metadata* class is introduced as a single entry point to manage Metadata in files of all supported formats. Extracting and updating Metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with Metadata properties. Getting document information and preview generation procedures were simplified....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Groupdocs team is proudly announcing the release of version 17.10.1 of the Groupdocs.Metadata for .NET API. Based on our customer’s feedback provided on our public forums, we have fixed number of bugs in this hotfix release. We recommend you to download or update your applications to use the latest version of the API for a better and smoother experience.
Version 17.10.1 of the Metadata Extraction API - Bug Fixes Following are the bug fixes in this new version....GroupDocs team is proudly announcing the release of version 17...17.10.1 of the GroupDocs.Metadata for .NET API. Based on our...