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); // ....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article explains how to work with PDF attachments while using GroupDocs watermarking API....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Learn how to export indexed documents to HTML using C# with easy-to-follow steps. Implement C# export indexed documents to HTML for better document management....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
Learn how to create search report using Java for indexed data. A sample code example will be provided to generate search report in Java without installing extra software....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
This guide details how to scan QR Code from ODT using C#. It includes a code example to assist you how to extract QR Code from ODT in C# for a smooth experience....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
Convert CSV to JSON format using free online conversion tool. Developers can use .NET, Java, and Cloud API to build CSV to JSON Converter....to JSON in C# using GroupDocs.Conversion for .NET: Integrate...
Learn how to render PPTX as PNG using Python. This tutorial shows how to convert PPTX to PNG in Python for generating slide images suitable for sharing and embedding....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
Let's learn how to render DOCX to PNG using Node.js with simple steps. There is no need to install any extra software to render DOCX to PNG in Node.js....Total Product Family GroupDocs.Conversion Product Family GroupDocs...