79300567

Date: 2024-12-22 06:27:26
Score: 1
Natty:
Report link
let options = {
    filename: 'file.pdf',
    html2canvas: {
        ignoreElements: (element) => {
            return element.id === 'ignore-div';
        },
    },
};
html2pdf().set(options).from(document.body).save()

this code works.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bhautik