Created with evaluation version of GroupDocs.Editor Aspose Pty Ltd 2001-2026. All Rights Reserved. Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and fin......Editor Aspose Pty Ltd 2001-2026. All...
This article explains how to search for barcode electronic signatures within document pages using GroupDocs.Signature for Python via .NET API...Editor 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#....Editor Product Solution GroupDocs...
Run GroupDocs.Comparison for .NET examples from scratch, from the GitHub back-end examples project, or using MVC, WebForms, or Docker sample applications....Editor Product Solution GroupDocs...
Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Python via .NET API and couple lines of code...Editor Product Solution GroupDocs...
This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....Editor Product Solution GroupDocs...
This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....Editor 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....Editor Product Solution GroupDocs...