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); // ....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
This article explains how to work with PDF attachments while using GroupDocs watermarking API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
This topic provides guidance on how to add digital signature to DOCX using Java. You will also find a code example to insert digital signature into DOCX using Java....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
This manual provides detailed instructions to convert Excel to Image in C# and how to develop code to implement the convert Excel to Image C# application....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
This article offers a step-by-step guide on how to extract text from EPUB using Java, with the sample code example to assist you in text extraction from EPUB in Java....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
Discover how to add text watermark to JPG using C#. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in C# programming....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
In this tutorial, we will learn how to render TXT as HTML using C# without installing extra tools. Moreover, we will provide you C# code for rendering TXT to HTML....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
Explore the method how to add text watermark to PNG using Java. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in Java....Metadata Product Family GroupDocs.Search Product Family GroupDocs...