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); // .... We value your opinion. Your feedback...
Render documents to HTML, PDF, PNG, or JPEG; extract text; list attachments; and apply rotations, reorders, and watermarks with GroupDocs.Viewer for Python via .NET.... We value your opinion. Your feedback...
This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications.... We value your opinion. Your feedback...
Choose the metadata source (source document, target document, or custom file-author metadata) when saving the comparison result using GroupDocs.Comparison for Python via .NET.... We value your opinion. Your feedback...
free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations.... We value your opinion. Your feedback...
Install GroupDocs.Viewer for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting.... We value your opinion. Your feedback...
Converta XLS e XLSX para CSV e CSV para formatos Excel em aplicativos Java. Automatize a conversão de seus arquivos usando a API Java para conversão de documentos....Converter("path/comma-sparated-values.csv", loadOptions); SpreadsheetConvertOp...
This article explains how to save an edited document in HTML form to a folder on local disk using GroupDocs.Editor for Node.js via Java features.... We value your opinion. Your feedback...
Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of GroupDocs.Editor for Java without third party software installed.... We value your opinion. Your feedback...