source: trunk/xgraph/jpgraph/Examples/pdf417_ex0.php @ 42

Last change on this file since 42 was 42, checked in by marrucho, 10 years ago
File size: 288 bytes
Line 
1<?php // content="text/plain; charset=utf-8"
2require_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.