Creates a PDF document from an input document.

Create(Byte[], PDFSettings, PDFFormat)

public async Task<byte[]> Create(byte[] document, PDFSettings settings, PDFFormat format)
Public Async Function Create(ByVal document As Byte(), ByVal settings As PDFSettings, ByVal format As PDFFormat) As Task(Of Byte())

Parameters

Parameter Description
document The document that is used to create the PDF document.
settings PDF document settings.
format The file format (PDF or PDF/A).