append method

append(inputStream, loadOptions)

Append the document loading it with the specified load options.

append(inputStream: Buffer, loadOptions: Aspose.Words.Loading.LoadOptions)
ParameterTypeDescription
inputStreamBufferThe input stream.
loadOptionsLoadOptionsThe document load options. Can be null, in this case the document is loaded with default load options.

See Also