/FPDF-Barcode

FPDF Barcode support for EAN13, UPC-A, Code 39, Code 128

Primary LanguagePHPOtherNOASSERTION

FPDF-Barcode

Original source for barcode support is modified from:

FPDF is a PHP class which allows generating PDF files with pure PHP. This repo adds barcode support.

Installation with Composer

If you're using Composer to manage dependencies, you can use

$ composer require erkens/fpdf-barcode

or you can include the following in your composer.json file:

{
    "require": {
        "erkens/fpdf-barcode": "^2.0"
    }
}