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.Merger Product Solution GroupDocs...
Add text and image watermarks to documents from GroupDocs.Total for Java, across Word, PDF and spreadsheets — runnable Java examples with downloadable input and output files....Parser Product Solution GroupDocs.Merger Product Solution GroupDocs...
Add watermarks to specific PDF pages, images, and attachments using GroupDocs.Watermark for Python via .NET....Parser Product Solution GroupDocs.Merger 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....Parser Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article explains how to work with PDF attachments while using GroupDocs watermarking API....Parser Product Solution GroupDocs.Merger Product Solution GroupDocs...
Effortlessly learn how to search special characters in documents using Java. Improve the accuracy and relevance of text search with special characters in Java....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
Easily convert MSG to HTML using Node.js with a few simple steps. This tutorial also explains how to export MSG to HTML in Node.js using a reliable conversion library....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
Easily perform case-sensitive search using C# to retrieve precise results. Learn how to search case-sensitive text in files using C# with step-by-step instructions....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
Quickly perform reverse image search using Java to locate similar images. Discover how to implement reverse image search in Java for content-based image retrieval....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...