Load from a stream

This example demonstrates how to load a file from a stream.

advanced_usage.loading_files.load_from_stream

def run():
    # constants.input_doc is an absolute or relative path to your document. Ex: r"C:\\Docs\\source.doc"
    with open(constants.input_doc, 'rb') as stream:
        with gm.Metadata(stream) as metadata:
            # Extract, edit or remove metadata here
            # ...
            pass

More resources

GitHub examples

You may easily run the code above and see the feature in action in our GitHub examples:

Free online document metadata management App

Along with full featured Python via .NET library we provide simple, but powerful free Apps. You are welcome to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free online Free Online Document Metadata Viewing and Editing App.