Summary: | Wrong rendering of some PDF files. | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | njuanchi |
Component: | PDF backend | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | aacid |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
njuanchi
2024-09-15 15:50:27 UTC
Without files this is not actionable. (In reply to Albert Astals Cid from comment #1) > Without files this is not actionable. The files are provided at the end. You can add links you know, there's no need to be fancy and hide links in base64, just makes our life harder. We do not do pdf rendering ourself, poppler does, you can go and file a bug at https://poppler.freedesktop.org/ but let me tell you this is 99% unfixable because it's not really a bug, those PDF files are scanned images, and contain LOTS OF NOISE, see a zoomed section here https://i.imgur.com/UaKtRx2.png When less zoomed the rendering engine has to decide what to do with all those "random" dots, and well it seems some engines do something you like better and some something you like worse. As an example try firefox, at least here at 100% it's acceptable https://i.imgur.com/Dfm0feQ.png but at 110% looks really bad https://i.imgur.com/jSciNYl.png (In reply to Albert Astals Cid from comment #3) > You can add links you know, there's no need to be fancy and hide links in > base64, just makes our life harder. Had not seen the field, sorry, my bad. (In reply to Albert Astals Cid from comment #4) > We do not do pdf rendering ourself, poppler does, you can go and file a bug > at https://poppler.freedesktop.org/ but let me tell you this is 99% > unfixable because it's not really a bug, those PDF files are scanned images, > and contain LOTS OF NOISE, see a zoomed section here > https://i.imgur.com/UaKtRx2.png When less zoomed the rendering engine has to > decide what to do with all those "random" dots, and well it seems some > engines do something you like better and some something you like worse. > > As an example try firefox, at least here at 100% it's acceptable > https://i.imgur.com/Dfm0feQ.png but at 110% looks really bad > https://i.imgur.com/jSciNYl.png I see what you mean. I guess it does depend on the zoom, so there's not much to do. Guess I'll file the bug anyways just in case. Thank you for the help and explanation! |