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); // ....Assembly Product Solution GroupDocs...
Install GroupDocs.Viewer for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting....Assembly Product Solution GroupDocs...
Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API....Assembly Product Solution GroupDocs...
This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications....Assembly Product Solution GroupDocs...
Khám phá những tính năng mới trong GroupDocs.Viewer cho .NET 25.11. Hiện đã có trên NuGet và trang web GroupDocs....11 Tải trực tiếp – Các assembly cho .NET và .NET Framework...
Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for .NET...Assembly Product Solution GroupDocs...
This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....Assembly Product Solution GroupDocs...