[poppler] Czech characters are not appeared in Okular, Evince after filling form line of PDF

William Bader williambader at hotmail.com
Sat Jan 24 10:07:35 PST 2015


Other people have said that it is a known bug.  Out of curiosity, do you have poppler-data http://poppler.freedesktop.org/ installed?
The build errors show the warning "g++: warning: /usr/lib64/: linker input file unused because linking not done".
I think that your configure line "LC_ALL=C ./configure LIBOPENJPEG_LIBS=/usr/lib64/ LIBOPENJPEG_CFLAGS=/usr/lib64/" is not right.
The LIBS should be link options and CFLAGS should be compile options, so LIBOPENJPEG variables should be something like "LIBOPENJPEG_CFLAGS=-I/usr/include/openjpeg-1.5 LIBOPENJPEG_LIBS='-L/usr/lib64/ -lopenjpeg' ", for example.
"JPEG2000Stream.cc:44:3: error: 'opj_dinfo_t' does not name a type" without a preceding warning on the include for <openjpeg.h> could mean that you need to build a newer version of openjpeg or that LIBOPENJPEG_CFLAGS needs a -I option to specify the location of the C includes for the correct version of the package.
William

Date: Sat, 24 Jan 2015 16:57:10 +0100
From: yullaw at mageia.cz
To: poppler at lists.freedesktop.org
Subject: [poppler] Czech characters are not appeared in Okular, Evince after filling form line of PDF

Hello,
 
we have an issue that we can't fill a PDF forms with some Czech 
characters as such as "ěščřžýů", but other characters "áíéú" are 
correct. No faults in the console, I tried to install a lot of fonts 
including msttcorefonts to the system. If Adobe Reader (which is 
discontinued support for Linux) or Foxit Reader (under Wine) is used, 
all works fine.
 
How to reproduce:
1. change to Czech keyboard (you will use keys 234567890[$ for 
ěščřžýáíéúů)
2. open Okular, Evince or qpdfview
3. download and open the pdf form file: 
http://forum.mageia.cz/index.php?action=dlattach;topic=382.0;attach=652
4. try to fill a line of Czech characters
5. close a filling and see that some characters are missing
 
Software:
OS Linux Mageia 4.1 64bit (Mageia5b2, Ubuntu 14.04 the same resutls)
Poppler: poppler-0.24.3-2.mga4.x86_64, poppler-data-0.4.6-3.mga4.noarch 
(poppler-0.26.5, poppler-data-0.4.7)
Okular: okular-4.12.5-1.1.mga4
 
[yullaw at localhost Stažené]$ pdffonts '/home/yullaw/Stažené/Výpověď 
WSS.pdf'
name                                 type              encoding         
emb sub uni object ID
------------------------------------ ----------------- ---------------- 
--- --- --- ---------
FLEDFL+OCRBLTCE                      Type 1C           Custom           
yes yes yes    527  0
FLEDFM+HelveticaNeueCE-Roman         Type 1C           Custom           
yes yes yes    530  0
FLEDGO+HelveticaNeueCE-Bold          Type 1C           Custom           
yes yes yes    533  0
EJEPFB+BC39Short                     Type 1C           Custom           
yes yes yes    536  0
[yullaw at localhost Stažené]$
 
 
FYI: I am not able to compile the newest poppler-0.30.0. Output errors 
attached below.
 
Thanks in advice and support!
 
 

_______________________________________________
poppler mailing list
poppler at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/poppler 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler/attachments/20150124/0e73516c/attachment.html>


More information about the poppler mailing list