|
|
|
FPDF สามารถแทรกลิ้งค์รูปเข้าไปได้ป่าวครับ แล้วให้โชว์ในไฟล์ PDF รบกวนพี่ๆช่วยทีครับ |
|
|
|
|
|
|
|
เราสามารถแทรกลิ้งค์รูปเข้าไปได้ป่าวครับ แล้วให้รูปโชว์ในไฟล์ PDF
ลิ้งรูปลิ้งค์นี้ครับ
http://qrcode.kaywa.com/code/10FF0000/ตัวแปลname
Code (PHP)
<?php
require("FPDF/thaiPDF.class.php");
$pdf = new ThaiPDF();
$pdf->AddThaiFont();
$pdf->AddPage();
$pdf->setLeftMargin(36);
$pdf->SetFont("iris", 'B', 30);
$pdf->Write(10, "\nDisawan Education Center \n");
$x = $pdf->GetX() + 100;
$y = $pdf->GetY() - 20;
$pdf->Image("images/logo.gif", $x, $y, 20);
$pdf->SetFont("cordia", '', 14);
$pdf->Write(7, "สถาบันกวดวิชาดฤษวรรณ เยื้องสถานีรถไฟบ้านโป่ง 16/18 - 16/19 ถ.หลังสถานี อ.บ้านโป่ง จ.ราชบุรี \n\n");
include("connections_db.php");
$username = $_GET['username'];
mysql_query("SET NAMES TIS620");
$sql = mysql_query("select course_id , name from db_course where username = '$username'");
$course = mysql_fetch_array($sql);
$pdf->SetFontSize(16);
$pdf->Write(10, "รายวิชา : " . $course['course_id'] . " " . $course['name'] . "\n");
mysql_query("SET NAMES TIS620");
$sql = mysql_query("select * from db_teacher where username = '$username'");
$arr = mysql_fetch_array($sql);
$pdf->SetFont("cordia", '', 14);
$pdf->Write(7, "ชื่ออาจารย์ผู้สอน : " . $arr['name'] . "\n");
$pdf->Write(7, "ที่อยู่ : " . $arr['address'] . "\n");
$pdf->Write(7, "เบอร์โทรศัพท์ : " . $arr['phone'] . "\n");
$pdf->Write(7, "E-mail : " . $arr['email'] . "\n");
$pdf->Write(7, "วุฒิการศึกษา : " . $arr['education'] . "\n");
$pdf->SetXY(-50, 265);
$x = $pdf->GetX();
$y = $pdf->GetY();
$pdf->Write(7, date("d F Y"));
$pdf->Output();
?>
Tag : PHP
|
ประวัติการแก้ไข 2011-11-17 11:24:30
|
|
|
|
|
Date :
2011-11-17 11:23:39 |
By :
siwarin125 |
View :
1795 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$pdf->Image('images/logo.png',10,12,30,0,'','http://www.google.co.th');
|
|
|
|
|
Date :
2011-11-17 12:00:13 |
By :
ไวยวิทย์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่น่าจะใช่นะครับ ผมจะทำลิ้งค์จากภาพนอกมาใส่ PDF อ่าครับ
|
|
|
|
|
Date :
2011-11-17 15:04:06 |
By :
siwarin125 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หมายถึงคุณจะเอาภาพจากภายนอกเว็บ มาใส่ไว้ใน PDF ของคุณ และต้องการให้มันเป็น ลิงค์ ด้วย อย่างนี้หรือไม่
แต่ถ้าหากใช้ คุณก็ลองเปลี่ยนพาธเป็น พาธภาพที่คุณต้องการจากคำสั่งด้านล่าง
$pdf->Image('images/logo.png',10,12,30,0,'','http://www.google.co.th');
แต่ถ้าหากไม่ใช่ ผมก็จะเดินจากไปอย่างเงียบ ๆ ครับ
|
|
|
|
|
Date :
2011-11-17 16:22:21 |
By :
ไวยวิทย์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมทำได้แล้วครับขอบคุณครับ
ผมจะต้องทำไงให้ค่าตัวแปร name ที่ส่งมา แสดงในลิ้งค์ครับ ขอบคุณครับ
$pdf->Image('http://qrcode.kaywa.com/code/10FF0000/ตัวแปรname',60,30,30,0,'PNG');
|
|
|
|
|
Date :
2011-11-18 20:11:18 |
By :
siwarin125 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|