This article shows how to extract images from PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others.... GitHub examples You may easily run the code above and...
This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
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....resources GitHub examples You may easily run the code above and...
This article shows how to handle search queries if they contain special characters and separator characters....resources GitHub examples You may easily run the code from documentation...
This article explains how to search for barcode electronic signatures within document pages using GroupDocs.Signature for Python via .NET API...Resources GitHub Examples You may easily run the code above and...
We are pleased to announce the release of version 17.12 of GroupDocs.Search for .NET. GroupDocs.Search for .NET 17.12 has come with 4 enhancements. We have introduced the feature of getting highlighted results of exact phrase search in text. Furthermore, we have improved the calculation of relevance of search results as well as redesigned the syntax of the search query. We would recommend you to enhance your applications using this latest version....WriteLine(); } } } // The results may contain the following phrases:...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary....resources GitHub examples You may easily run the code from documentation...