I am using FPDF library for ASP.I am trying to add chinese font to it, but its not displaying correct characters.I wrote copied php code and converted to ASP style as extension. Its adding font file but does not display correct characters.Pls help. The extension code is var Big5_widths; var GB_widths;
Big5_widths=lib.newArray(' ',250,'!',250,'"',408,'#',668,'$',490,'%',875,'&',698,'\'',250,'(',240,')',240,'',417,'+',667,',',250,'-',313,'.',250,'/',520,'0',500,'1',500,'2',500,'3',500,'4',500,'5',500,'6',500,'7',500,'8',500,'9',500,':',250,';',250, '<',667,'=',667,'>',667,'?',396,'@',921,'A',677,'B',615,'C',719,'D',760,'E',625,'F',552,'G',771,'H',802,'I',354,'J',354,'K',781,'L',604,'M',927,'N',750,'O',823,'P',563,'Q',823,'R',729,'S',542,'T',698,'U',771,'V',729,'W',948,'X',771,'Y',677,'Z',635,'[',344,'\',520,']',344,'^',469,'',500,'',250,'a',469,'xb',521,'c',427,'d',521,'e',438,'f',271,'g',469,'h',531,'i',250,'j',250,'k',458,'l',240,'m',802,'n',531,'o',500,'p',521,'q',521,'r',365,'s',333,'t',292,'u',521,'v',458,'w',677,'x',479,'y',458,'z',427,'{',480,'|',496,'}',480,'~',667);
GB_widths=lib.newArray(' ',207,'!',270,'"',342,'#',467,'$',462,'%',797,'&',710,'\'',239,'(',374,')',374,'*',423,'+',605,',',238,'-',375,'.',238,'/',334,'0',462,'1',462,'2',462,'3',462,'4',462,'5',462,'6',462,'7',462,'8',462,'9',462,':',238,';',238,'<',605,'=',605,'>',605,'?',344,'@',748,'A',684,'B',560,'C',695,'D',739,'E',563,'F',511,'G',729,'H',793,'I',318,'J',312,'K',666,'L',526,'M',896,'N',758,'O',772,'P',544,'Q',772,'R',628,'S',465,'T',607,'U',753,'V',711,'W',972,'X',647,'Y',620,'Z',607,'[',374,'\\',333,']',374,'^',606,'_',500,'',239,'a',417,'xb',503,'c',427,'d',529,'e',415,'f',264,'g',444,'h',518,'i',241,'j',230,'k',495,'l',228,'m',793,'n',527,'o',524,'p',524,'q',504,'r',338,'s',336,'t',277,'u',517,'v',450,'w',652,'x',466,'y',452,'z',407,'{',370,'|',258,'}',370,'~',605);
this.AddCIDFont=function (xfamily,style,xname,xcw,CMap,registry)
{
fontkey= xfamily.toLowerCase()+ style.toUpperCase();
if(this.fonts[fontkey])
this.Error("Font already added: xfamily style");
xi=lib.count(this.fonts)+1;
xname=lib.str_replace(" ","",xname);
this.fonts[fontkey]=lib.newArray("xi",xi,"type","Type0","xname",xname,"up",-130,"ut",40,"cw",xcw,"CMap",CMap,"registry",registry);
}
this.AddCIDFonts=function (xfamily,xname,xcw,CMap,registry)
{
this.AddCIDFont(xfamily,"",xname,xcw,CMap,registry);
//this.AddCIDFont(xfamily,"B",xname+",Bold",xcw,CMap,registry);
//this.AddCIDFont(xfamily,"I",xname+",Italic",xcw,CMap,registry);
//this.AddCIDFont(xfamily,"BI",xname+",BoldItalic",xcw,CMap,registry);
}
this.AddBig5Font=function (xfamily,xname)
{
//Add Big5 xfont with proportional Latin
xcw=Big5_widths;
CMap="ETenms-B5-H";
if (xfamily=='')
xfamily="Big5";
if (xname=='')
xname="MSungStd-Light-Acro";
registry=lib.newArray("ordering","CNS1","supplement",0);
this.AddCIDFonts(xfamily,xname,xcw,CMap,registry);
}
this.AddBig5hwFont=function (xfamily,xname)
{
if (xfamily=='')
xfamily="Big5-hw";
if (xname=='')
xfamily="MSungStd-Light-Acro";
//Add Big5 xfont with half-witdh Latin
for(xi=32;xi<=126;xi++)
xcw[xs.charAt(xi)]=500;
CMap="ETen-B5-H";
registry=lib.newArray("ordering","CNS1","supplement",0);
this.AddCIDFonts(xfamily,xname,xcw,CMap,registry);
}
this.AddGBFont=function (xfamily,xname)
{
if (xfamily=='')
xfamily="GB";
if (xname=='')
xfamily="STSongStd-Light-Acro";
//Add GB xfont with proportional Latin
xcw= Big5_widths;
CMap="GBKp-EUC-H";
registry=lib.newArray("ordering","GB1","supplement",2);
this.AddCIDFonts(xfamily,xname,xcw,CMap,registry);
}
this.AddGBhwFont=function (xfamily,xname)
{
if (xfamily=='')
xfamily="GB-hw";
if (xname=='')
xfamily="STSongStd-Light-Acro";
//Add GB xfont with half-width Latin
for(xi=32;xi<=126;xi++)
xcw[xs.charAt(xi)]=500;
CMap="GBK-EUC-H";
registry=lib.newArray("ordering","GB1","supplement",2);
this.AddCIDFonts(xfamily,xname,xcw,CMap,registry);
}
this.GetStringWidth = function(xs)
{
if(this.CurrentFont["type"]=="Type0")
return this.GetMBStringWidth(xs);
else
return parent.GetStringWidth(xs);
}
this.GetMBStringWidth = function(xs) { //Multi-byte version of GetStringWidth() xl=0; xcw=this.CurrentFont["cw"]; xnb=strlen(xs); xi=0; while(xi
this.MultiCell=function (xw,xh,xtxt,xborder,xalign,xfill)
{
if (xborder=="")
xborder=0
if (xalign=="")
xalign="L"
if (xfill=="")
xfill=0
if(this.CurrentFont["type"]=="Type0")
this.MBMultiCell(xw,xh,xtxt,xborder,xalign,xfill);
else
parent.MultiCell(xw,xh,xtxt,xborder,xalign,xfill);
}
this.MBMultiCell=function (xw,xh,xtxt,xborder,xalign,xfill)
{
if (xborder==""){xborder=0};
if (xalign==""){xalign="L" };
if (xfill==""){ xfill=0 };
//Multi-byte version of MultiCell()
xcw=this.CurrentFont["cw"];
if(xw==0)xw=this.w-this.rMargin-this.x;
xwmax=(xw-2*this.cMargin)*1000/this.FontSize;
xs=lib.str_replace("\r","",xtxt);
xnb=lib.strlen(xs);
if(xnb>0 && xs.charAt(xnb-1)=="\n")xnb--;
xb=0;
if(xborder)
{
if(xborder==1)
{
xborder="LTRB";
xb="LRT";
xb2="LR";
}
else
{
xb2="";
if(lib.is_int(lib.strpos(xborder,"L"))){xb2+="L"};
if(lib.is_int(lib.strpos(xborder,"R"))){xb2+="R"};
xb=(lib.is_int(lib.strpos(xborder,"T"))?xb2 + "T":xb2);
}
}
xsep=-1;
xi=0;
xj=0;
xl=0;
xnl=1;
while(xi
if(xl>xwmax)
{
//Automatic line break
if(xsep==-1 || xi==xj)
{
if(xi==xj)
{
if (ascii)
{
xi+=1;
}
else
{
xi+= 2;
}
}
this.Cell(xw,xh,lib.substr(xs,xj,xi-xj),xb,2,xalign,xfill);
}
else
{
this.Cell(xw,xh,lib.substr(xs,xj,xsep-xj),xb,2,xalign,xfill);
if (xs[xsep]==" ")
{
xi=xsep+1;
}
else
{
xi=xsep;
}
}
xsep=-1;
xj=xi;
xl=0;
xnl++;
if(xborder && xnl==2)
xb=xb2;
}
else
{
if (ascii)
{
xi+=1;
}
else
{
xi+= 2;
}
}
}
//Last chunk
if(xborder && lib.is_int(lib.strpos(xborder,"B")))xb+="B";
this.Cell(xw,xh,lib.substr(xs,xj,xi-xj),xb,2,xalign,xfill);
this.x=this.lMargin;
}
this.Write=function Write(xh,xtxt,xlink) { if (xlink==""){xlink=0};
if(this.CurrentFont["type"]=="Type0")
this.MBWrite(xh,xtxt,xlink);
else
parent.Write(xh,xtxt,xlink);
} this.MBWrite=function (xh,xtxt,xlink) { //Multi-byte version of Write() xcw=this.CurrentFont["cw"]; xw=(this.w)-(this.rMargin)-(this.x); xwmax=(xw-2*this.cMargin)*1000/this.FontSize; xs=lib.str_replace("\r","",xtxt); xnb=lib.strlen(xs); xsep=-1; xi=0; xj=0; xl=0; xnl=1; while(xi
if(xl>xwmax)
{
//Automatic line break
if(xsep==-1 || xi==xj)
{
if(this.x>this.lMargin)
{
//Move to next line
this.x=this.lMargin;
this.y+=xh;
xw=this.w-this.rMargin-this.x;
xwmax=(xw-2*this.cMargin)*1000/this.FontSize;
xi++;
xnl++;
continue;
}
if(xi==xj)
{
if (ascii)
{
xi+=1;
}
else
{
xi+= 2;
}
}
this.Cell(xw,xh,lib.substr(xs,xj,xi-xj),0,2,"",0,xlink);
}
else
{
this.Cell(xw,xh,lib.substr(xs,xj,xsep-xj),0,2,"",0,xlink);
if (xs[xsep]==" ")
{
xi=xsep+1;
}
else
{
xi=xsep;
}
}
xsep=-1;
xj=xi;
xl=0;
if(xnl==1)
{
this.x=this.lMargin;
xw=this.w-this.rMargin-this.x;
xwmax=(xw-2*this.cMargin)*1000/this.FontSize;
}
xnl++;
}
else
{
if (ascii)
{
xi+=1;
}
else
{
xi+= 2;
}
}
}
//Last chunk
if(xi!=xj)
this.Cell(xl/1000*this.FontSize,xh,lib.substr(xs,xj,xi-xj),0,0,"",0,xlink);
}
this._putfonts=function () { xnf=this.n; for(xdiff in this.diffs) { //Encodings this._newobj(); this._out("<>"); this._out("endobj"); }
for(xfile in this.FontFiles)
{
xinfo = this.FontFiles[xfile];
//Font xfile embedding
this._newobj();
this.FontFiles[xfile]["n"]=this.n;
xfile=this.FONTPATH + xfile;
xsize=lib.filesize(xfile);
if(!xsize)this.Error("Font file not found");
this._out("<</Length "+xsize);
if(lib.substr(xfile,-2)==".z")this._out("/Filter /FlateDecode");
this._out("/Length1 " + xinfo["length1"]);
if(lib.isset(xinfo["length2"]))this._out("/Length2 " + xinfo["length2"] + " /Length3 0");
this._out(">>");
this.hasBinary = true
this._putstream(lib.readbinfile(xfile),-1);
this._out("endobj");
}
for(xk in this.fonts)
{
//Font objects
xfont = this.fonts[xk];
this._newobj();
this.fonts[xk]["n"]=this.n;
this._out("<</Type /Font");
if(xfont["type"]=="Type0")
this._putType0(xfont);
else
{
xname=xfont["xname"];
this._out("/BaseFont /"+xname);
if(xfont["type"]=="core")
{
//Standard xfont
this._out("/Subtype /Type1");
if(xname!="Symbol" && xname!="ZapfDingbats")
this._out("/Encoding /WinAnsiEncoding");
}
else
{
//Additional xfont
this._out("/Subtype /"+ xfont["type"]);
this._out("/FirstChar 32");
this._out("/LastChar 255");
this._out("/Widths "+(this.n+1)+" 0 R");
this._out("/FontDescriptor "+(this.n+2)+" 0 R");
if(xfont["enc"])
{
if(xfont["diff"])
this._out("/Encoding " + (xnf+xfont["diff"]) + " 0 R");
else
this._out("/Encoding /WinAnsiEncoding");
}
}
this._out(">>");
this._out("endobj");
if(xfont["type"]!="core")
{
//Widths
this._newobj();
xcw=xfont["cw"];
xs="[";
for(xi=32;xi<=255;xi++)
xs+= xcw.charCodeAt(xi) + " ";
this._out(xs + "]");
this._out("endobj");
//Descriptor
this._newobj();
xs="<</Type /FontDescriptor /FontName /"+ xname;
for(xk in xfont["desc"])
{
xv=xfont["desc"][xk];
xs += " /" + xk + " " +xv;
}
xfile=xfont["xfile"];
if(xfile)
xs+=" /FontFile"+(xfont["type"]=="Type1" ? "" : "2")+" "+this.FontFiles[xfile]["n"]+" 0 R";
this._out(xs+">>");
this._out("endobj");
}
}
}
}
this._putType0=function (xfont) { //Type0 this._out("/Subtype /Type0"); this._out("/BaseFont /"+xfont["xname"]+"-"+xfont["CMap"]); this._out("/Encoding /"+xfont["CMap"]); this._out("/DescendantFonts ["+(this.n+1)+" 0 R]"); this._out(">>"); this._out("endobj"); //CIDFont this._newobj(); this._out("<>"); this._out("/FontDescriptor "+(this.n+1)+" 0 R"); if(xfont["CMap"]=="ETen-B5-H"){ xw="13648 13742 500";} if(xfont["CMap"]=="GBK-EUC-H"){ xw="814 907 500 7716 [500]";} else{ xw='1 ['+ xfont['cw'].join(' ')+']'; } this._out("/W ["+xw+"]>>"); this._out("endobj"); //Font descriptor this._newobj(); this._out("<>"); this._out("endobj"); }
The page to test this is Set pdf=CreateJsObject("FPDF") pdf.CreatePDF() pdf.SetPath("fpdf/") pdf.LoadExtension "chinese" pdf.AddBig5Font "", "" pdf.SetFont "Big5","",20 pdf.Open() pdf.AddPage() 'big 5 Text pdf.write 10,"§Ú¯à§]¤U¬Á¼þ¦Ó¤£¨Ê^" pdf.Close() pdf.Output()
