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 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...
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...
Inspect, clear, and watermark images in headers and footers using Python via .NET....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...
The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Add watermarks to PDF pages, images, and attachments using Python via .NET....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Learn how to extract metadata from PDF files in C# using GroupDocs.Parser for .NET. Get document properties such as title, author, subject, creation date, and more....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...