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); // ....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to work with PDF attachments while using GroupDocs watermarking API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
The search api allow you to optimize, merge, delete, update and create indexes along with many other fascinating features...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to locate signature in the footer and header of Word document....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Learn how to merge TEX files, combine TEX files into one file programmatically in java language using GroupDocs.Merger for Java library....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Learn how to merge archives to ZIP file, combine archives into one ZIP file programmatically in Java language using GroupDocs.Merger for Java library....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...