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 think a recent Chrome update broke the downloader. After the scrolling part, it doesn't generate a PDF_DataFile anymore and I get multiple error messages such as VM170:28 Uncaught RangeError: Invalid string length at generatePDF_DataFile (<anonymous>:28:38) at <anonymous>:86:25. The error seems to be referring to this line in Method 1 doc = doc + "\n" + imgDataURL;
I tried Method 2 and it doesn't work from the get-go. unlike Method 1 which still goes through the scrolling process.
Update: It seems like the errors only happen if you zoom the pdf. It works fine if you download the pdf as it is when you open it. Still, I remember it working fine like 2-3 weeks ago regardless of zoom and without zooming, all the files will have low resolution.
The text was updated successfully, but these errors were encountered:
I think a recent Chrome update broke the downloader. After the scrolling part, it doesn't generate a PDF_DataFile anymore and I get multiple error messages such as
VM170:28 Uncaught RangeError: Invalid string length at generatePDF_DataFile (<anonymous>:28:38) at <anonymous>:86:25
. The error seems to be referring to this line in Method 1doc = doc + "\n" + imgDataURL;
I tried Method 2 and it doesn't work from the get-go. unlike Method 1 which still goes through the scrolling process.
Update: It seems like the errors only happen if you zoom the pdf. It works fine if you download the pdf as it is when you open it. Still, I remember it working fine like 2-3 weeks ago regardless of zoom and without zooming, all the files will have low resolution.
The text was updated successfully, but these errors were encountered: