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 ....Metadata ( stream )) { // Extract, edit or remove metadata here...
This article explains how to work with worksheet backgrounds while using GroupDocs watermarking Java API...Leave feedback On this page Extracting information about all worksheet...document The API allows you to extract about all the worksheet backgrounds...
This article explains how to work with worksheet headers and footers while using GroupDocs watermarking Java API...Leave feedback On this page Extracting information about all headers...an Excel document You can extract about all the headers and footers...
This section describes how to extract data from ZIP archives and document attachments using GroupDocs.Parser for Python via .NET....Attachments Leave feedback Extract data from ZIP archives Iterate...
Quick Start section about main features of GroupDocs.Annotation API, describes how to annotate documents with just couple lines of code....component to the document Extract annotations from document Remove...
Gérez les métadonnées EXIF de vos images en C#. Extrayez, mettez à jour, ajoutez ou supprimez les données EXIF de vos images par programmation à l'aide de l'API de métadonnées .NET.... A commencer par l’extraction des données EXIF de cette...dans l’exemple de code C#. // Extract EXIF Data Package Information...
This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for .NET....Email document info Article Extracting document metainfo describes...detect the document format and extract its metadata without editing...