PHP PDF parser whitespaces in words -


i'm using pdfparser parsing pdf file. 1 of file parsed whitespaces in words, example there should

monday

, parsed

mond ay

or

chicken

as

chic ken

when select text pdf reader , copy somewhere else, there not these strange whitespaces. there bug in library or there hidden chars in pdf. how can repaired?

edit: there link weekly menu. pdf file in czech language, there example word

pondě lí

which should be:

pondělí

or

kuř ecí

should be:

kuřecí

i can see these whitespaces around character accents not always.

i warn you, may change after week , new menu without these whitespaces.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -