| Summary: | Bad rendering of data matrix code in Okular (blurry in some conditions) | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Potomac <mister.freeman> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | aacid, oliver.sander |
| Priority: | NOR | ||
| Version First Reported In: | 22.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
PDF test file for Data Matrix Code
Comparison between Okular and Xpdf for rendering Data Matrix image. |
||
|
Description
Potomac
2022-09-05 01:41:53 UTC
Okular doesn't do any PDF rendering. Please report the issue at https://gitlab.freedesktop.org/poppler/poppler/-/issues/new?issue (In reply to Albert Astals Cid from comment #1) > Okular doesn't do any PDF rendering. > > Please report the issue at > https://gitlab.freedesktop.org/poppler/poppler/-/issues/new?issue Not sure if poppler is the culprit, as it is used also by Xpdf, and Xpdf doesn't have problem for rendering data matrix code. I created a bug report for poppler : https://gitlab.freedesktop.org/poppler/poppler/-/issues/1291 But as I said I am not sure if poppler is the root cause, I think Okular may not use correctly poppler (bad parameters when calling poppler API ?) Created attachment 151859 [details]
Comparison between Okular and Xpdf for rendering Data Matrix image.
Here is a comparison between Okular and Xpdf for rendering Data Matrix image, we can see that Okular doesn't manage to display correctly the data matrix, it's a little blurry.
xpdf does not use poppler. Instead, poppler is a (partial) fork of xpdf. The two codes are similar but not identical. To convince yourself that poppler is the culprit try to render the file with `pdftoppm`. |