When I print PDF documents generated by pdflatex from Evince, the output often misses hyphens, dashes and similar symbols, which is quite annoying because it makes proofreading those printouts impossible. Printing the same document from Okular does not result in missing hyphens. The big can be reproduced without printing using pdftocairo: > echo "\documentclass{article}\usepackage[T1]{fontenc}\begin{document}a-b---\end{document}" | pdflatex > pdftocairo -pdf article.pdf out.pdf If you open article.pdf (in Evince or in Okular), you will see a hyphen and a long dash. If you open out.pdf instead, the dash is missing. This bug has been observed already in other places: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810617 http://superuser.com/questions/969987/how-to-prevent-missing-hyphens-when-printing-pdf-from-evince I am running an up-to-date Ubuntu 15.10 on AMD64 with libpoppler52:amd64 0.33.0-0ubuntu3 and evince 3.16.1-0ubuntu1.
I'm reassigning this to cairo. The test.pdf document from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810617 looks similar to bug 89082 for fonts using glyph 0, but for type3/user fonts instead of truetype fonts. cairo's pdf and ps output are missing the hypen.
The bug is still present with Ubuntu 16.04 Beta 2. However, I cannot reproduce it using Arch though both use the same version of libcairo2 (1.14.6-1) and pdftocairo (0.41.0). Earlier this year, a colleague observed this bug when printing from Arch, too. So, it seems as some recent changes fixed it there; although I don't know what exactly. Let me know if you need further information.
https://cgit.freedesktop.org/cairo/commit/?id=190678f6444ad879847d603c3c9eaf8e9ab6887a
*** Bug 86535 has been marked as a duplicate of this bug. ***
Could this patch be backported to the 1.14 branch? I tried the naive approach (just applying the single patch), but the surface->target->is_vector member is absent there.
I've provided a backport patch for Ubuntu 16.04 xenial. It's here : https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/1734092
*** Bug 105081 has been marked as a duplicate of this bug. ***
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.