The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
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); // ....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Merger Product Solution GroupDocs.Redaction 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....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to work with PDF attachments while using GroupDocs watermarking API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This guide explains how to scan barcode from RTF using Java. Moreover, you will get an example to ensure a smooth process of how to extract barcode from RTF in Java....Merger Product Family GroupDocs.Redaction Product Family Scan Barcode...
Learn how to highlight search results using Java with our guide, including a code example to efficiently highlight search results in Java for better management....Merger Product Family GroupDocs.Redaction Product Family Highlight...
Learn how to convert DOCX to TXT using Python with clear steps and sample code. Easily export DOCX to TXT using Python with GroupDocs.Conversion for automation....Merger Product Family GroupDocs.Redaction Product Family Convert...
Learn how to convert CSV to MD using Node.js for easy data transformation. Moreover, you can export CSV to MD in Node.js with clear, step-by-step instructions....Merger Product Family GroupDocs.Redaction Product Family Convert...