The following example demonstrates how to load a file from a local disk.
advanced_usage.loading_files.LoadFromLocalDisk
// Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for .NET examples
GroupDocs.Metadata for Java examples... Ex: @"C:\Docs\source.one" try ( Metadata...
This article explains how to set document password after files comparison within your .NET applications using GroupDocs.Comparison for .NET....output document with password: C# using GroupDocs.Comparison ;...
The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for .NET....to annotate document from FTP: C# using ( Annotator annotator =...