Copy

RendererInit

Configuration whose lifetime matches an explicit renderer instance.

ON_THIS_PAGE
  1. Signature
  2. Properties

Configuration whose lifetime matches an explicit renderer instance.

Signature

export interface RendererInit {
    execution?: "worker" | "main";
    wasmUrl?: string | URL;
    fonts?: readonly FontRegistration[];
}
SOURCE:245

Properties

PropertyTypeRequiredRead onlyDefaultDescription
execution"worker" | "main"NoNoworkerExecution backend. Defaults to worker.
wasmUrlstring | URLNoNoNoneWASM asset override for deployments that cannot serve package-relative assets.
fontsreadonly FontRegistration[]NoNoNoneEmbeddable TrueType fonts registered once for every render.
ON_THIS_PAGE
  1. Signature
  2. Properties
html2realpdf documentationCopyright © Imggion
DOCUMENTATION_TREE