PDF rendering at high zoom levels is blurry
Categories
(Firefox :: PDF Viewer, defect, P1)
Tracking
()
People
(Reporter: googoldinges, Assigned: nicolo.ribaudo)
References
Details
(Whiteboard: [pdfjs-zoom][pdfjs-canvas-size])
Attachments
(7 files)
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Reporter | ||
Comment 3•7 years ago
|
||
Reporter | ||
Comment 4•7 years ago
|
||
Reporter | ||
Comment 5•7 years ago
|
||
Updated•7 years ago
|
Comment 6•7 years ago
|
||
Updated•4 years ago
|
Comment 7•4 years ago
|
||
Maybe doing this could help with https://github.com/mozilla/pdf.js/issues/2750, bug 1274502, bug 1269023.
Updated•3 years ago
|
Comment 10•2 years ago
|
||
Post currently top of Firefox subreddit highlighting the poor comparison to Edge.
https://www.reddit.com/r/firefox/comments/12rtwri/why_does_edge_display_pdfs_better_than_firefox/
Updated•2 years ago
|
Updated•2 years ago
|
Comment 11•2 years ago
|
||
https://usa-oss.edifier.com/Uploads/images/2022/01/22/2022012211315516428223153470.pdf Is completely unreadable in Firefox but looks fine in Edge.
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•1 years ago
|
Comment 13•1 year ago
|
||
(In reply to Brendan Dahl [:bdahl] from comment #6)
We currently limit the size of the canvas that PDF.js creates. This means at
a certain scale we just use CSS to achieve scaling instead of re-rendering.
To fix this we'll need to implement a way of only drawing a portion of the
viewport so we don't create giant canvases.
In the meantime, would it be possible to implement an about:config flag to increase the size of the canvas for PDF.js? This would be hugely valuable for users less concerned with performance constraints and more interested in not having to switch applications for workflow.
Also, here is one additional URL that renders very poorly in PDF.js compared to other PDF renderers: https://www.vanshnookenraggen.com/_index/docs/NYC_full_trackmap.pdf
Comment 14•1 year ago
|
||
https://github.com/mozilla/pdf.js/pull/17837 should help this by increasing the maximum size.
Updated•1 year ago
|
Updated•6 months ago
|
Comment 16•6 months ago
|
||
Finally that problem will be addressed?! As hint: it is not only on high zoom levels, also on printing the PDF the blurry is visible, see 1863302
Assignee | ||
Comment 17•6 months ago
|
||
We are currently working on a fix that improves the quality on screen, but not when printing.
Comment 18•6 months ago
|
||
Updated•5 months ago
|
Updated•5 months ago
|
Comment 20•4 months ago
|
||
Hello! I have managed to reproduce the issue with firefox 135.0a1(2025-01-01) on Ubuntu 22.04.
I can confirm that the issue is fixed with firefox 138.0a1(2025-03-20), 137.0b8 on Ubuntu 22.04, MacOS 15.2 and Windows 10, updating the flags accordingly and marking this issue as VERIFIED->FIXED.
Have a nice day!
Description
•