This article explains that how to extract metadata from Microsoft Office Word (.doc, .docx) documents...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for .NET....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your .NET applications....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article shows that how Java redaction API allows you to replace or remove metadata using filters or search by regular expression....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article shows how to implement one or several interfaces for the document's features and required redaction....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
The page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents using GroupDocs.Annotation for .NET....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
GroupDocs.Metadata for Java 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 getDocumentProperties method defined in the DocumentRootPackage class.
The following code snippet extracts built-in metadata properties and displays them on the screen.
advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties
try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...