You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: