diff --git a/src/views/billView/index.jsx b/src/views/billView/index.jsx index 2f541e3..375fffd 100644 --- a/src/views/billView/index.jsx +++ b/src/views/billView/index.jsx @@ -46,7 +46,7 @@ const BillView = () => { margin: 0.3, filename: `Bill_${formData.id}.pdf`, image: { type: 'jpeg', quality: 0.98 }, - html2canvas: { scale: 2 }, + html2canvas: { scale: 2, windowWidth: 1024 }, jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' } }; html2pdf()