Re: [Linux-programlama] php pdf

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Erkin Tek (erkintek@fotograf.web.tr)
Date: Wed 22 Nov 2006 - 15:30:45 GMT


fpdf kullanmış gibi sordunuz,
tek satırda utf destekler hale getirebiliyorsunuz.
o satır:
Cell fonksiyonuna $txt= iconv("utf-8","iso-8859-9",$txt); eklemek.

function Cell($w,$h=0,$txt='',$border=0,$ln=0,$align='',$fill=0,$link='')
{
        $txt= iconv("utf-8","iso-8859-9",$txt);

Ben alternatif bulamadığımdan, "hack"lemiştim.
Çar 22 Kas 2006 17:17 tarihinde, OKAN ARI şunları yazmıştı:
> PHP'de UTF8 karakterler sorun yaratmayan, tecrube ettiğiniz bir pdf paketi
> (pdf export class) oneriniz olur mu acaba?
>
> Tesekkurler
>
> _______________________________________________
> Linux-programlama mailing list
> Linux-programlama@liste.linux.org.tr
> http://liste.linux.org.tr/mailman/listinfo/linux-programlama
_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.