krabi/vendor/jucksearm/php-barcode/examples/pdf417_html.php

7 lines
149 B
PHP
Raw Permalink Normal View History

2025-07-17 10:28:32 +00:00
<?php
require dirname(__FILE__).'/../vendor/autoload.php';
use jucksearm\barcode\PDF417;
PDF417::html('https://github.com/jucksearm/php-barcode');