CloudmersiveConvertClient.MergeDocumentPdfAsync(CancellationToken) Method

Definition

Merge Two PDF Files Together

public virtual System.Threading.Tasks.Task<byte[]> MergeDocumentPdfAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member MergeDocumentPdfAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.MergeDocumentPdfAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function MergeDocumentPdfAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

Task<Byte[]>

The Merge Two PDF Files Together response.

Remarks

Combine two PDF files (pdf) into a single PDF document, preserving the order of the input documents in the combined document

Applies to