pdf & utf8?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sergej

    pdf & utf8?

    Hi!
    Everything on my php&mysql site is with charset utf8, and now I've to
    create pdf from the site...
    Fpdf doesn't support utf8... I saw ufpdf but it seems a quite unstable and
    with bugs.

    Could someone tell me other way to create pdf from utf8?

    Thansk.
    Greetings from Sardinnia,
    Sergej

    PS: I can't install libraries or things like these on the provider where
    is the site :-(

    --
    Archivio online con migliaia di canzoni di protesta: testi, accordi, musica, spartiti. Un punto di riferimento per chi si occupa di canto politico e di lotta

    Canti di protesta politica e sociale
    Archivio di testi e accordi
  • Alvaro G. Vicario

    #2
    Re: pdf & utf8?

    *** Sergej escribió/wrote (Fri, 18 Aug 2006 17:13:13 GMT):
    Could someone tell me other way to create pdf from utf8?
    You can always convert to another charset:





    --
    -+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
    ++ Mi sitio sobre programación web: http://bits.demogracia.com
    +- Mi web de humor con rayos UVA: http://www.demogracia.com
    --

    Comment

    • Markus Ernst

      #3
      Re: pdf & utf8?

      Sergej schrieb:
      Hi!
      Everything on my php&mysql site is with charset utf8, and now I've to
      create pdf from the site...
      Fpdf doesn't support utf8... I saw ufpdf but it seems a quite unstable and
      with bugs.
      >
      Could someone tell me other way to create pdf from utf8?
      >
      Thansk.
      Greetings from Sardinnia,
      Sergej
      >
      PS: I can't install libraries or things like these on the provider where
      is the site :-(
      >
      I use TCPDF:


      It is PHP5; if you need PHP4 you can find instructions how to convert it
      in the FPDF forums. I encountered that the PDFs created are not
      compatible with Acrobat4; but did not find a solution for this yet; just
      told my clients to get a new version of Acrobat Reader.

      HTH
      Markus

      Comment

      Working...