Sign files in any supported format using GroupDocs.Signature for Python via .NET to experience its simplicity and power in Python....Assembly Product Solution GroupDocs...
This article explains how to subscribe for signing electronic signatures events like start, progress and completion with GroupDocs.Signature API....Assembly Product Solution GroupDocs...
This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for .NET....Assembly Product Solution GroupDocs...
This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....Assembly Product Solution GroupDocs...
This article shows how to implement one or several interfaces for the document's features and required redaction....Assembly Product Solution GroupDocs...
Learn how to extract text from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract text from entire documents or specific pages with error handling in C#....Assembly Product Solution GroupDocs...
GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information.
Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class.
The following code snippet extracts built-in metadata properties and displays them on the screen.
AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties
using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....Assembly Product Solution GroupDocs...