Created attachment 38586 [details] PDF triggering the bug I found this bug while using Okular, a KDE viewer program which uses poppler. The original bug report is here: https://bugs.kde.org/show_bug.cgi?id=250674. Sometimes, when converting a PDF file to PostScript for printing, poppler renders the page with thicker lines and bolder text, producing an incorrect result. This behaviour seems to occur only under some circumstances (which I couldn't determine). I'm attaching a file which triggers the bug when printed with Okular (and thus converted to PostScript) and another version which is printed correctly.
Created attachment 38587 [details] PDF correctly handled
The thing is that PSOutputDev thinks there is transparency in that page and since PS can't handle transparency it renders the page to a bitmap and puts the bitmap in the page, as the bitmap is rendered at low resolution, the results are quite bad.
*** Bug 31324 has been marked as a duplicate of this bug. ***
The first PDF is fixed, the pdf from bug 31324 still needs work
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/poppler/poppler/issues/615.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.