S
Size: a a a
S
VB
DS
DS
S
S
☬
S
SS
SS
☬
S
SS
S
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));
S
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));
DS
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));
S
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));
DS
S