Previous Up Next
Tag image Tags Xml2Pdf Tag link
Tag barcode

Tag barcode

How to use barcode tag

Guillaume Luchet
Copyright © 2006, Guillaume Luchet
BSD License

Tag barcode

barcode tag is used to add bar code in a pdf document. You can add two type of barcode :

  • EAN13 (13 digits)

  • UPC-A (12 digits + check digit)

Example :

  1. <barcode x="20" y="20" barcode="654987576532" norm="EAN13"/>

the tag attributes are:

  • norm : the barcode norm [EAN13|UPC-A]

  • barcode : the barcode [integer]

  • x : x position [float]

  • y : y position [float]

  • width : bar width [float]

  • height : barcode height [float]

  • position : positionning mode [relative|absolute]

Previous Up Next
Tag image Tags Xml2Pdf Tag link

Documentation generated on Wed, 11 Oct 2006 22:27:07 +0200 by phpDocumentor 1.3.0