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); // ....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article demonstrates how to convert Words to Markdown with GroupDocs.Markdown for Python via .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article demonstrates how to convert Ebook to Markdown with GroupDocs.Markdown for Python via .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Extract Word track-change revisions from a DOCX file, decide which to accept or reject, and save the updated document using GroupDocs.Comparison for Python via .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Inspect, clear, and watermark images in headers and footers using Python via .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to work with PDF attachments while using GroupDocs watermarking API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This short tutorial provides a step-by-step procedure to convert TeX to PDF using Java and how to create an application to convert LaTeX file to PDF in Java....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
This tutorial explains the process to convert EPS to JPG in C# using document converter APIs and provides a sample code for C# EPS to JPG converter application....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
This short article provides a stepwise procedure to convert EPUB to PDF using C# and a sample working application to convert EPUB file to PDF in C#....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
Add watermarks to PDF pages, images, and attachments using Python via .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...