dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
dbxPDF417 Class Reference

Public Member Functions

 __construct ()
 get_pdf417 (string $data='', string $type='svg', float $scale_w=0.4, float $scale_h=1.2, string $color='black')
 Erzeugt einen PDF417-Barcode.

Detailed Description

Definition at line 2 of file dbxPDF417.class.php.

Constructor & Destructor Documentation

◆ __construct()

dbxPDF417::__construct ( )

Definition at line 4 of file dbxPDF417.class.php.

References dbx_get_base_dir(), and dbx_os_path_file().

Member Function Documentation

◆ get_pdf417()

dbxPDF417::get_pdf417 ( string $data = '',
string $type = 'svg',
float $scale_w = 0.4,
float $scale_h = 1.2,
string $color = 'black' )

Erzeugt einen PDF417-Barcode.

Parameters
string$dataDer Inhalt des Barcodes.
string$type'svg' für rohes SVG, 'img' für Base64-bild
float$scale_wBreite pro Modul
float$scale_hHöhe pro Modul
string$colorFarbe (z. B. 'black' oder '#000000')
Returns
string SVG-XML oder -Tag mit Base64

Definition at line 20 of file dbxPDF417.class.php.


The documentation for this class was generated from the following file: