views:

120

answers:

3

I tried dompdf. It's a lot easier to use than other libraries I've tried but it doesn't have unicode support. Or rather, it has unicode support but requires another library called PDFLib ($1k version).

So I am just wondering if anybody has ever stumbled upon or used any PHP pdf library which is both easy to use and has unicode support.

+1  A: 

I think fpdf supports that.

Sarfraz
i was looking for something similar to dom pdf.thnx
soden
A: 

Hi.

Yes, fpdf supports it. I have used it to generate documents in various Indian languages.

s1d
i was looking for something similar to dom pdf. thnx
soden
A: 

The 0.6.0 release of DOMPDF will fully support Unicode. This version is currently in beta, but it's worth a try.

BrianS