79309432

Date: 2024-12-26 12:08:22
Score: 1
Natty:
Report link
pdf.create(data, {
          format: "A4",
          childProcessOptions: { // i had to add this to make it working on my server
            env: {
              OPENSSL_CONF: "/dev/null",
            },
          },
        })
        .toFile(pdfpath, (err) => {}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Asad Qureshi