Click one of the links to get information about our barcode CGI applications:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DataMatrix CGI parameters | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Our barcode CGI generators understand both GET and POST requests.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Examples | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
If you specify the following parameters:
http://localhost/test/dmtxcgi.exe?data=HelloWorld&w=100&h=100&bcolor=ffff00&fcolor=0000ff "HelloWorld" will be encoded in the DataMatrix barcode, the image size is 100x100 pixels, the background color is yellow, the foreground color is blue. See the picture below. To get information about the DataMatrix CGI application (and also the license information), just specify the parameter help: http://localhost/test/dmtxcgi.exe?help=1 If the web server returns an error for some reason (for example, a CGI Error for a Windows server or an Internal Server Error for Linux), you may have specified some parameters incorrectly. Try specifying the parameters as shown below and you will get such an error. http://localhost/test/dmtxcgi.exe?data=HelloWorld&w=100&h=1 As you can see, the height of the DataMatrix image is set to1 pixel. Of course, a barcode image cannot have this size. To get debugging information, add the parameter debug and you will see an error message: http://localhost/test/dmtxcgi.exe?data=HelloWorld&w=100&h=1&debug=1 |