@burnmark-io/designer-core / exportPdf
Function: exportPdf()
exportPdf(
doc,rows?,options?):Promise<Blob>
Defined in: packages/core/src/export/pdf.ts:10
Export a full-colour PDF. One page per document (or per CSV row if rows is provided). Pages are sized to match the rendered image at the document's DPI.
Parameters
doc
rows?
Record<string, string>[]
options?
RenderOptions = {}
Returns
Promise<Blob>