Summary: | Missing characters (French é è à) when document printed ; appear correctly on the screen ; printed correctly in evince | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Mahendra Tallur <mahen> |
Component: | printing | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | aacid |
Priority: | NOR | ||
Version First Reported In: | 0.19.0 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
URL: | https://www.formulaires.modernisation.gouv.fr/gf/cerfa_14952.do | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Page 1 of test case printed then scanned back |
Description
Mahendra Tallur
2014-05-13 08:29:56 UTC
You mean things that are part of the document like "Prénom" or contents you fill in in the Forms of the document? Sorry, I didn't specify. Parts of the documents ; I didn't take the form into account at all. Do you see them in print preview? Can you specify which parts of the document specially? Can you take a photo of the printed page and attach it here? Characters do appear properly in print preview. (or onscreen after PDF/PS export) I'll take a picture ASAP ; on the printed document, all "é" "à" "è" etc. disappear (except, for some reason, on the capital letters on the second page). Thanks a lot :) I'll get back to you with a scanned version. Created attachment 86631 [details]
Page 1 of test case printed then scanned back
Hi, this is correct, i have confirmed that in my printer the é from Prénom is not printerd either. I am closing this bug as resolved upstream because Okular is not the one at fault here, what we are doing while printing is basically pdftops myfile.pdf lpr myfile.ps that is, convert the file from pdf to ps and then print it. Since pdftops is creating a ps file that gs shows with the é i am unsure if the bug is on pdftops or in lpr/the printer software. What i know it is that it's not in Okular. I suggest opening a bug in the poppler project at https://bugs.freedesktop.org saying something along the lines "ps created by pdftops in this pdf file does not get printed correctly" and see if they think the bug is on their side or in lpr's side. Thanks for caring about Okular :) Hi ! Thanks for your reply ! :) I have one last question : what would evince do differently (pdftops / lpr ?) ? As this bug doesn't occur on the very same machine / system / printer / driver, with evince. Also our printer are probably no the same at all (Samsung ML 1650 here) ? Thanks again, cheers, Mahen Because postscript is a very complex language and you can construct the same thing in a billion ways, none of them better or worse than the rest. Bug reported upstream as suggested : https://bugs.freedesktop.org/show_bug.cgi?id=79168 Thanks, I'll keep you informed ! |