utf 8 - Thin/Hair space in FPDF -


i wondering if it's possible add thin/hair space pdf generated fpdf?

i tried

iconv('utf-8', 'iso-8859-1', html_entity_decode('bla blub')) 

but gives me:

php notice: iconv(): detected illegal character in input string 

(my font generated iso-8859-1)

any idea?

okay, answering own question: found addon allows fit text in cell reducing space width and/or character spacing. writing raw pdf source.

in case helped out, doesn't answer question...


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -