Which product are you using?
PDF.js Express Viewer
PDF.js Express Version
8.7.4
Detailed description of issue
In some pdfs, zooming out blurs the pdf.
The blurring becomes stronger when the magnification is set to less than 100%.
The blurring often occurs when the devicePixelRatio of the display I am using is 1.
Accordingly, I tried using setCanvasMultiplier, but the blurring is not improved.
How can I improve the blurring?
I have attached the relevant PDF.
Expected behaviour
When the magnification is less than 100% and the devicePixelRatio of the display being used is 1, the pdf is displayed without blurring.
Does your issue happen with every document, or just one?
some document (not every, not just one)
As shown in the code below, after setCanvasMultiplier, loadDocument is done and rerender is done. image quality did not change whether loadDocument was done or not.
Also, as shown in the attached pdf, the pdf is hazy when setCanvasMultiplier is done and blurry when setCanvasMultiplier is not done. Either way the pdf is hard to read.Zoom magnification is 98%.
I would like to improve the image quality at all costs. I would really appreciate your help.
I have tried the following steps and the resolution remains the same.
As usual, zooming in improves the image quality, but zooming out deteriorates it.
Is there any other way?