to_streams method

to_streams(output, save_options)

def to_streams(self, output, save_options: aspose.words.saving.SaveOptions):
    ...
ParameterTypeDescription
output
save_optionsSaveOptions

to_streams(output, save_format)

def to_streams(self, output, save_format: aspose.words.SaveFormat):
    ...
ParameterTypeDescription
output
save_formatSaveFormat

See Also