Created
September 9, 2019 06:02
-
-
Save cfmitrah/f64f16f1782d2dfe567df839d3ad4e92 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- Here I have mentioned the sample code for generate the barcode for CODE-128 type ---> | |
<cfdocument format="pdf" orientation="portrait" pagetype="a4"> | |
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>BarCode Test</title> | |
</head> | |
<body> | |
<span style="font-family:CODE-128">AB123456ab789</span> | |
</body> | |
</html> | |
</cfdocument> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment