QR Code Generator
   AJ Design Software




QR Code Generator

Mobile Smart Phone Tablet Barcode Generator

To view this page ensure that Adobe Flash Player version 10.2.0 or greater is installed.




Description:

Parameter
Input/Output
Notes
a
a

a

a
a
a
a
a
a
a
a
a
a
a
a


Acknowledgements:

This software uses the PHP QR Code library by Dominik Dzienia. To learn more about PHP QR Code and to see further acknowledgements related to the library visit http://phpqrcode.sourceforge.net.

GNU Lesser General Public License (LGPL):

The PHP QR Code library used in in this software is covered under the LGL license. This software uses version 1.1.4.

To use a different version of the library the following will need to be accomplished

1) The wrapper file will need to be updated point to the new library,

The following PHP script is the wrapper, phpqrcodewrapper.php. The include line will need to be updated to point to the location of the new library.

<?
//
// phpqrcodewrapper.php
//
// Simple pass through wrapper to pass in GET variables to the
// QRcode::png function call of the PHP QR Code library.
//
include "./phpqrcode/qrlib.php";
QRcode::png($_GET["text"], false, $_GET["ecl"], $_GET["size"], $_GET["margin"], false);
?>

2) The PHP QR Code library and updated wrapper will need to be installed a web server which supports PHP

The PHP QR Code library and GNU Lesser General Public License can be downloaded from http://phpqrcode.sourceforge.net or locally from this site, phpqrcode-2010100721_1.1.4.

3) The wrapper location under the Uses PHP QR Code LGPL Library tab will need to be updated.