Interface HTMLTemplateOption

interface HTMLTemplateOption {
    embedLocalImages: boolean;
    embedSVG?: boolean;
    isForPrince: boolean;
    isForPrint: boolean;
    offline: boolean;
}

Properties

embedLocalImages: boolean

whether to embed local images as base64

embedSVG?: boolean

whether to embed svg images

isForPrince: boolean

whether is for prince export.

isForPrint: boolean

whether is for print.

offline: boolean

whether for offline use

Generated using TypeDoc