VL
Size: a a a
VL
М
VL
VL
A
A
A
K
K
PS
K
PS
M
const options = {
format: "A4",
orientation: "portrait",
};
const document = {
html: html,
data: {
products: products
},
path: PATH_TO_FILE
};
await pdf.create(document, options);
ctx.send(fs.readFileSync(PATH_TO_FILE));
RB
RB
RB
K
PS
i