Skip to content

getPDFBlob

getPDFBlob(canvas, doc, options): Promise<Blob>

Get the blob of the generated PDF

Parameters

canvas: Canvas

The editor’s canvas

doc: Doc

The document to export

options: Partial<ExportPDFOptions>

The options for exporting

Returns

Promise<Blob>

The blob of the generated PDF

Source

index.ts:303