1 <?xml version="1.0" encoding="UTF-8"?>
3 <sect1 id="zend.barcode.introduction">
4 <title>Introduction</title>
7 <classname>Zend_Barcode</classname> provides a generic way to generate barcodes. The
8 <classname>Zend_Barcode</classname> component is divided into two subcomponents: barcode
9 objects and renderers. Objects allow you to create barcodes independently of the
10 renderer. Renderer allow you to draw barcodes based on the support required.