The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....metadata properties Check the number of properties that were actually...
This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java.... To get the number of existing aliases, use the...
This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary.... To get the number of existing aliases, use the...
Entdecken Sie die Neuerungen in GroupDocs.Viewer für .NET 25.11. Jetzt verfügbar auf NuGet und der GroupDocs‑Website....presentations and resolves a large number of bugs across all supported...
free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations....details such as the product name, number of developers it is licensed...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java.... To get the number of homophones in the dictionary...
The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are:
DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property.
The following code snippet reads metadata associated with a CAD file.
AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....PropertyValue ( "test revision number" )); root . CadPackage . SetProperties...