save method

save(outputStream, saveOptions)

Save the document loaded by IDocumentProcessorPlugin.load() method to the output stream using the specified save options.

save(outputStream: Buffer, saveOptions: Aspose.Words.Saving.SaveOptions)
ParameterTypeDescription
outputStreamBufferThe output stream.
saveOptionsSaveOptionsThe save options.

Remarks

If the specified output format is image, only the first page image is saved to the output stream. If the specified save format is not natively supported by the plugin (requires loading to Document), method throws an exception.

See Also