Description: Poppler produces a wrong rendering of a pdf generated with ps2pdf. The original postscript file has been produced with a2ps from a C source file. Steps to reproduce: 1. Create an hello.c file with some code (hello world...) 2. a2ps hello.c -o hello.ps 3. ps2pdf hello.ps Expected result: Keywords are rendered in bold, types in italics, standard code in normal weight. Poppler result: Standard code is rendered in bold face, like keywords. You can compare the rendering with xpdf for example. Note that poppler renders well the PS file.
Created attachment 8264 [details] a PDF file generated with a2ps+ps2pdf
Created attachment 8265 [details] Poppler (wrong) rendering on Evince
Created attachment 8267 [details] Xpdf 3.01 (good) rendering
Created attachment 8268 [details] The original PS file used to create the PDF
Works for me on current poppler, please reopen if you can still reproduce
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.