Trying to fix anchor proof

This commit is contained in:
Vins 2024-10-23 08:17:27 +02:00
parent f788c1df14
commit d3d90439c7

View File

@ -70,7 +70,7 @@ export default class AnchoringProofService extends BaseService {
const uint8Array = await page.pdf({ const uint8Array = await page.pdf({
landscape: true, landscape: true,
printBackground: false, printBackground: true,
format: "A4", format: "A4",
}); });