source:
trunk/xgraph/jpgraph/Examples/pdf417_ex0.php
| Last change on this file was 42, checked in by , 11 years ago | |
|---|---|
| File size: 288 bytes | |
| Line | |
|---|---|
| 1 | <?php // content="text/plain; charset=utf-8" |
| 2 | require_once ('jpgraph/pdf417/jpgraph_pdf417.php'); |
| 3 | |
| 4 | $data = 'PDF-417'; |
| 5 | // Create a new encoder and backend to generate PNG images |
| 6 | $backend = PDF417BackendFactory::Create(BACKEND_IMAGE,new PDF417Barcode()); |
| 7 | $backend->Stroke($data); |
| 8 | ?> |
Note:
See TracBrowser
for help on using the repository browser.
