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); // ....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn how to install GroupDocs.Assembly via NuGet and apply a license to remove evaluation limitations in your .NET applications....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Free conversion API version for java developers is available to evaluate the API which will be similar to licensed version but with few limitations....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article describes how to generate a preview for any worksheet (tab) from an existing Excel spreadsheet in SVG format using GroupDocs.Editor for Node.js....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn how to extract text in Accurate mode from documents using GroupDocs.Parser for .NET. High-quality text extraction with best accuracy from PDF, Word, Excel and 50+ formats in C#....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for .NET without a license (Evaluation Limitations)...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article demonstrates how to convert Ebook to Markdown with GroupDocs.Markdown for Python via .NET....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article demonstrates how to convert Words to Markdown with GroupDocs.Markdown for Python via .NET....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Numbered List in Email Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Outlook 2013.
Create a new Email. Write a sentence like “We provide support for the following clients:”....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...