CloudmersiveConvertClient.MergeDocumentTxtMultiAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Merge Multple Text (TXT) Files Together
public virtual System.Threading.Tasks.Task<byte[]> MergeDocumentTxtMultiAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member MergeDocumentTxtMultiAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.MergeDocumentTxtMultiAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function MergeDocumentTxtMultiAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Merge Multple Text (TXT) Files Together response.
Remarks
Combine multiple Text (.TXT) files into a single text document, preserving the order of the input documents in the combined document by stacking them vertically.