robsonsmartins / php-projects

PHP and JavaScript Projects
GNU General Public License v3.0
64 stars 37 forks source link

Invalid string length #23

Closed karstennev closed 4 years ago

karstennev commented 4 years ago

Error generating PDF: Error getting file 'https://img.yumpu.com/11644636/1097/1219x1600/?quality=85':

robsonsmartins commented 4 years ago

This error occurs because of the JavaScript string length limit: https://stackoverflow.com/questions/34957890/javascript-string-size-limit-256-mb-for-me-is-it-the-same-for-all-browsers

robsonsmartins commented 4 years ago

The string length limit is 128MB, 256MB or 512MB for many browsers. The generated PDF size is about 600MB.

robsonsmartins commented 4 years ago

Updated code to offer a workaround. Please test now. Thanks.