3 of 9 Barcode Font File for FPDF
FPDF is a PDF generator for use with PHP. We have created a barcode (type 3 of 9) font file for this software. Simply download the ZIP file and place the two files in the /font/
sub-folder of your FPDF installation.
You can then easily create a barcode within you FPDF PHP script by doing :-
$pdf->AddFont('3of9', '', '3of9.php'); $pdf->SetFont('3of9', '', 50); $pdf->Cell(0, 10, '12345');
Which will make a 3of9 barcode representation of the number 12345
.
Support
The software being a freeware utility, is offered "as is" with no support. However, we would like to hear your comments about how the product can be enhanced and made better. Please write to the email address on our contacts page.
Download 3 of 9 Barcode Font File
original Source :: http://www.cgi-interactive-uk.com/3of9_barcode_font.html