If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions.
Below is an example of redaction policy XML file (code properties mapping is obvious):
RedactionPolicy.xml
You can use RedactionPolicy....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Follow this guide and learn how to set document metadata when saving output document after files comparison within your Python applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article explains how to provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Modify message body/subject, embed/remove images, search text, and list recipients using Python via .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...