This example demonstrates how to load a file from a stream.
advanced_usage.loading_files.LoadFromStream
// Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // 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 ....Assembly Product Solution GroupDocs...
This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Java API....Assembly Product Solution GroupDocs...
This section contains articles with explanation how to sign documents with electronic signatures using .Net c#...Assembly Product Solution GroupDocs...
Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or URL for further processing with GroupDocs.Conversion for Node.js via Java API....Assembly Product Solution GroupDocs...
Explains GroupDocs.Editor for .NET file editor features and shows how to edit Word, XML and text documents, Excel spread sheets, PowerPoint presentations inside your .NET applications...Assembly Product Solution GroupDocs...