kuye3131
新手上路

UID 91473
精华
0
积分 31
帖子 40
金钱 31 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2007-4-16
状态 离线
|
[推荐阅读] 两名PHP工程师
define('FPDF_FONTPATH','font/');
require('chinese.php');
$pdf=new PDF_Chinese();
$pdf->AddGBFont('simsun','宋体');
$pdf->AddGBFont('simhei','黑体');
$pdf->AddGBFont('simkai','楷体_GB2312');
$pdf->AddGBFont('sinfang','仿宋_GB2312');
$pdf->Open();
$pdf->AddPage();
//$pdf->SetDrawColor(206,101,0);
//image
$pdf->image('logo.jpg',10,10,jpg);
//line1
$pdf->Cell(60);
$pdf->SetFont('simhei','',20);
$pdf->Cell(40,8,'宽带服务卡');
$pdf->SetFont('Arial','',15);
$pdf->Cell(50,8,'ITBN Network Service Card');
$pdf->Cell(20);
$pdf->Cell(25,8,$row_service_card_record['visit_purpose'].$row_service_card_record['service_card_id'],1,0,C);
$pdf->Ln(8);
//line2
$pdf->Cell(60);
$pdf->SetFont('simhei','',10);
$pdf->Cell(50,8,'北京数码IT宽带网络有限公司');
$pdf->SetFont('Arial','',10);
$pdf->Cell(40,8,'Beijing Digital IT Broadband Networks,Ltd.');
$pdf->Ln(5);
$pdf->Cell(60);
$pdf->SetFont('simhei','',10);
$pdf->Cell(50,8,'客服热线:82021155');
$pdf->Ln(5);
$pdf->Cell(60);
$pdf->SetFont('Arial','',10);
$pdf->Cell(50,8,'http://www.bj-shuma.com.cn support@bj-shuma.com.cn');
$pdf->Ln(10);
......
.
.
$pdf->Output();
|  你能找到我的图像么? |
|