Open
Description
I have implemented jsPDF-html2canvas in my Laravel Application, It's working fine on Chore and Firefox.
Facing issue on Safari, Please find the script as below:
var fName = 'FileName.pdf'; var page = document.getElementById('domid'); html2PDF(page, { jsPDF: { unit: 'px', format: 'a4' }, scrollY: 0, scrollX: 0, imageType: 'image/jpeg', output: fName, margin: { top: 15, right: 15, bottom: 11, left: 15, } });
Getting error in cosole as "Unhandled Promise Rejection: RangeError: Arguments contain a value that is out of range of code points"
Please guide me for the same, Thanks
Metadata
Metadata
Assignees
Labels
No labels