Open miqrogroove opened 2 months ago
https://github.com/collectiveaccess/pawtucket2/blob/d638cf480ca6fbf594998e60cd32853625c7ce6a/assets/pdfjs/pdf.js#L126
This version is quite old with several known bugs about handling large embedded images.
Workarounds:
Try switching from original to compressed setting of display_version.
original
compressed
display_version
Where possible, extract the image and use image media instead of PDF.
https://github.com/collectiveaccess/pawtucket2/blob/d638cf480ca6fbf594998e60cd32853625c7ce6a/assets/pdfjs/pdf.js#L126
This version is quite old with several known bugs about handling large embedded images.
Workarounds:
Try switching from
original
tocompressed
setting ofdisplay_version
.Where possible, extract the image and use image media instead of PDF.