Clean metadata from documents created by a particular author


/ Published in: C#
Save to your folder(s)

This source code uses public classes and interfaces exposed by GroupDocs.Metadata for .NET to clean metadata from the documents created by a particular author in some directory. Steps include:

1) Scan all documents from an author in a directory (input)
2) Clean metadata associated with the documents.
3) Save documents without metadata in a new directory (output)

URL: https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET/blob/master/Examples/GroupDocs.Metadata.Examples.CSharp/Utilities/DocCleaner.cs

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.