Skip to content

@burnmark-io/designer-core


@burnmark-io/designer-core / exportSheet

Function: exportSheet()

exportSheet(doc, sheet, rows?, options?): Promise<Blob>

Defined in: packages/core/src/export/sheet.ts:118

Export a sticker-sheet PDF. Tiles the label design across every position produced by positionsFromSheet. If rows is supplied, each row becomes a unique label; otherwise every position is filled with the same label. Extra rows paginate onto new sheets.

Parameters

doc

LabelDocument

sheet

SheetTemplate

rows?

Record<string, string>[]

options?

RenderOptions = {}

Returns

Promise<Blob>

Not affiliated with Dymo, Brother, Avery, or any hardware vendor.