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); // ....Classification Product Solution Purchase...
Work with containers such as ZIP archives, email stores, and PDF portfolios using GroupDocs.Parser for Python via .NET....Classification Product Solution Purchase...
Extract embedded images from PDF, Word, Excel, presentations, emails, and archives using GroupDocs.Parser for Python via .NET....Classification Product Solution Purchase...
This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....Classification Product Solution Purchase...
Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Classification Product Solution Purchase...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary....Classification Product Solution Purchase...