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)
Parameter | Type | Description |
---|---|---|
outputStream | Buffer | The output stream. |
saveOptions | SaveOptions | The 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
- module Aspose.Words
- class IDocumentProcessorPlugin