Skip to content

Instantly share code, notes, and snippets.

@cfmitrah
Created September 9, 2019 06:02
Show Gist options
  • Save cfmitrah/f64f16f1782d2dfe567df839d3ad4e92 to your computer and use it in GitHub Desktop.
Save cfmitrah/f64f16f1782d2dfe567df839d3ad4e92 to your computer and use it in GitHub Desktop.
<!--- 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