|
|
|
อยากทำ bar code แต่ไม่รู้จะสร้างยังไงเขียน source code ยังไง มีตัวอย่าง bar code ประกอบช่วยแนะนำด้วยครับ |
|
|
|
|
|
|
|
มันคือ font ตัวนึง แล้วก็พิมพ์เป็น text ปกติ แนะนำเป็น font 39 นะ
|
|
|
|
|
Date :
2013-11-17 01:39:16 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ ผมลองใช้แล้วโดยมี code สามารถทำได้ แต่ไม่รู้จะสแกนได้มั้ยก็ยังไม่รู้ เพราะเป็นบิลใบชำระเงินกับ ธนาคาร
ผมใส่ '|' CR ตามด้วย 099400015938202 1320800040444 102727100 30000
จากโค้ดด้านล่าง
Code (PHP)
<?php
echo "<img src=MyResize/image.png>";
$images = ImageCreate(750,50);
$color = ImageColorAllocate($images,255,255,255);
$photo = ImageColorAllocate($images,0,0,0);
//ImageRectangle($images, 0, 0, 0, 0, $photo);
$text = "|"."099400015938202 1320800040444 102727100 30000";
$font = 'FRE3OF9X.TTF';
$white = ImageColorAllocate($images, 255, 255, 255);
$blue = ImageColorAllocate($images, 0, 0, 0);
ImagettfText($images, 30, 0, 20, 30, $blue, $font, $text);
ImagettfText($images, 9, 0, 20, 40, $blue, "Arial.ttf", "| 099400015938202 1320800040444 102727100 30000");
ImagePng($images,"MyResize/image.png");
ImageDestroy($images);
?>
ได้ผลออกมาประมาณนี้ ดังภาพ
อยากรู้ว่าจะได้มั้ย คือที่แสดงอยู่ใช้ font 39
เพราะ font ธนาคารใช้ code128A ช่วยแนะนำที
|
|
|
|
|
Date :
2013-11-17 13:54:10 |
By :
kantarasukan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|