Copy

CompatJsPdfOptions

Page settings accepted through the html2pdf.js-compatible `jsPDF` option.

ON_THIS_PAGE
  1. Signature
  2. Properties

Page settings accepted through the html2pdf.js-compatible jsPDF option.

Signature

export interface CompatJsPdfOptions {
    unit?: LengthUnit;
    format?: PageFormat;
    orientation?: PageOrientation;
}
SOURCE:267

Properties

PropertyTypeRequiredRead onlyDefaultDescription
unitLengthUnitNoNoNoneUnit shared by custom page geometry and margins.
formatPageFormatNoNoNoneNamed or custom page format forwarded to the modern page contract.
orientationPageOrientationNoNoNonePage orientation forwarded to the modern page contract.
ON_THIS_PAGE
  1. Signature
  2. Properties
html2realpdf documentationCopyright © Imggion
DOCUMENTATION_TREE