Printing Options

Set custom page size for printing - Android Only

Default page size is ISO_A4, function to set any other custom size

You'll need to import the javascript file in your website before starting from this link.

window.WTN.Printing.setPrintSize({
    "printSize":"Your print size value", //Eg. ISO_A4, ISO_B1, JIS_B3
    "label":"Any custom value you want" //optional
})

printSize - Value of the page size that you want. Refer to the official docs for the supported values link.

label (Optional) - To set label which is supported on selected devices when the print preview is loaded.

Feature taken live on 21/08/2024

Last updated