This article shows how to save a file to the specified stream using GroupDocs.Metadata for Python via .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
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 ....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for .NET API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
GroupDocs.Metadata for Java supports any 32-bit or 64-bit operating system that run the Java runtime including...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Enumerate, filter, and save images extracted with GroupDocs.Parser for Python via .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
GroupDocs.Assembly for Python supports any 32-bit or 64-bit operating system that run the Python runtime including...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...