79390824

Date: 2025-01-27 12:48:52
Score: 1.5
Natty:
Report link

When I change the Margin to 0.5 in options it is working fine as expected

const options = {
  margin: 0.5,
  filename: 'document.pdf',
  image: { type: 'jpeg', quality: 0.98 },
  html2canvas: { scale: 2 },
  jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' },
  pagebreak: { mode: ['avoid-all', 'css', 'legacy'] }
};
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: heisenberg