CloudmersiveConvertClient.ConvertDocumentPngArrayToPdfAsync 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.
Convert PNG Array to PDF
public virtual System.Threading.Tasks.Task<byte[]> ConvertDocumentPngArrayToPdfAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDocumentPngArrayToPdfAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.ConvertDocumentPngArrayToPdfAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function ConvertDocumentPngArrayToPdfAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Convert PNG Array to PDF response.
Remarks
Convert an array of PNG images, one image per page, into a newly-created PDF. Supports images of different sizes as input.