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); // ....app conholdate.com conholdate.cloud conholdate.app containerize...
Add shape-based watermarks to Word documents with additional options using Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....app conholdate.com conholdate.cloud conholdate.app containerize...
Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....app conholdate.com conholdate.cloud conholdate.app containerize...
GroupDocs.Redaction for Python via .NET offers flexible licensing options, including a Free Trial and a 30-day Temporary License for evaluation purposes....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....app conholdate.com conholdate.cloud conholdate.app containerize...
The following article indicates the file formats that GroupDocs.Parser for Python via .NET can work with....app conholdate.com conholdate.cloud conholdate.app containerize...