load method
load(input_stream, load_options)
Load the document using the specified load options.
def load(self, input_stream: io.BytesIO, load_options: aspose.words.loading.LoadOptions):
...
Parameter | Type | Description |
---|---|---|
input_stream | io.BytesIO | The input stream. |
load_options | LoadOptions | The document load options. Can be None , in this case the document is loaded with default load options. |
See Also
- module aspose.words
- class IDocumentProcessorPlugin