classes-PDF417

It appears that you are using AdBlocking software. The cost of running this website is covered by advertisements. If you like it please feel free to a small amount of money to secure the future of this website.

    PDF417

    in package

    Tags
    class

    PDF417 Class to create PDF417 barcode arrays for TCPDF class. PDF417 (ISO/IEC 15438:2006) is a 2-dimensional stacked bar code created by Symbol Technologies in 1991.

    author

    Nicola Asuni

    version
    1.0.003

    Table of Contents

    Methods

    __construct()  : mixed
    This is the class constructor.
    getBarcodeArray()  : array<string|int, mixed>
    Returns a barcode array which is readable by TCPDF

    Methods

    __construct()

    This is the class constructor.

    public __construct(string $code[, int $ecl = -1 ][, float $aspectratio = 2 ][, array<string|int, mixed> $macro = array() ]) : mixed

    Creates a PDF417 object

    Parameters
    $code : string

    code to represent using PDF417

    $ecl : int = -1

    error correction level (0-8); default -1 = automatic correction level

    $aspectratio : float = 2

    the width to height of the symbol (excluding quiet zones)

    $macro : array<string|int, mixed> = array()

    information for macro block

    Tags
    public

    getBarcodeArray()

    Returns a barcode array which is readable by TCPDF

    public getBarcodeArray() : array<string|int, mixed>
    Tags
    public
    Return values
    array<string|int, mixed>

    barcode array readable by TCPDF;

    On this page
     

    © 2004-2024 – Nicola Asuni - Tecnick.com - All rights reserved.
    about - disclaimer - privacy