Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for .NET API....Us Contact Customers Legal Security Events Acquisition Ask AI...
The following article indicates the file formats that GroupDocs.Comparison can work with....Us Contact Customers Legal Security Events Acquisition Ask AI...
This article explains how to get a type of a file with GroupDocs.Viewer for .NET using .NET / C#....Us Contact Customers Legal Security Events Acquisition Ask AI...
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#....Us Contact Customers Legal Security Events Acquisition Ask AI...
In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....Us Contact Customers Legal Security Events Acquisition Ask AI...
This article shows how to handle search queries if they contain special characters and separator characters....Us Contact Customers Legal Security Events Acquisition GroupDocs...
Compare Word, Excel, PowerPoint, PDF, image, HTML, AutoCAD, Visio, and OpenDocument files from file paths or streams with GroupDocs.Comparison for Python via .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...
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....Us Contact Customers Legal Security Events Acquisition Ask AI...