Overview
You can use ActiveBarcode (activebarcode.ocx*) to create barcodes with IIS and Apache2 (Win):
The barcodes are created on server side and no modifications (e.g. plug in's)
are required for the client side. Every standard Internet browser that supports
PNG Images will show the barcodes.
We have included an ASP file (barcodeimage.asp) and a PHP file (barcodeimage.php) that works as a wrapper
For the activebarcode.ocx*.
So it's very easy for you to create dynamic barcodes. Simply use the barcodeimage.asp or
barcodeimage.php inside the
SRC-Attribute of an IMG tag. The ASP/PHP file will return a barcode image to the client.
The sourcecode of the barcodeimage.asp or .php file can be used everywhere
and you are allowed to make modifications to it.
This is an example of the easy usage within your HTML code:
<img src="barcodeimage.asp?code=CODE128&text=ActiveBarcode
&showtext=1&width=360&height=100" width="360" height="100" />
This creates a barcode of the type Code 128 coding the text ActiveBarcode.
The image will be 360 pixel in width and 100 pixels in height.
This IMG tag in a simple HTML file will create this:
ActiveBarcode is written in C++ . We have stresstested it under IIS and optimized it for stability and speed
so that you can use this component even on high traffic servers within the adress-space of IIS.
More Information on this:
* = The control is named activebarcode-trial.ocx if you are evaluating the trial version.
** = Windows Systems only.
|