Home >
Barcode
Components > Java Barcode Package
Java Barcode
Package
-
Generate
barcodes on any operating system with a Java Virtual Machine.
- Royalty-free, perpetual license with source code.
- "Drag and drop" JavaBean for supporting IDEs.
- Creates GIF & JPEG files or AWT images with the class library.
- Compatible with JDK 1.1 and above including Headless Java.
- Each package contains a servlet, applet, JavaBean and class
library.
- Included servlet streams GIF and JPEG barcodes to web applications.
- Adds barcode capability to
Oracle Reports and
Crystal Reports.
- Now supports
GS1 DataBar and
USPS
Intelligent Mail.
- The mature components of this package have been in use since
the year 2000.
|
Java Servlet ISPs and Hosted Services
To generate barcodes for web pages without installing any software,
IDAutomation recommends the
Dynamic Barcode
Generation Service which is a fault tolerant, hosted product that
performs the same functions of the Java servlet. Barcodes are instantly
generated and may be displayed in HTML with the IMG tag; parameters
in the URL determine what is encoded.
Try the
online demo or review the
user manual.
Applet Implementations
IDAutomation's Java applets are compatible with Netscape 4 and above,
Internet Explorer 4 and above, FireFox, Opera HotJava or any other browser
with a Java virtual machine. Please refer to the
User Manual for the latest applet implementation information.
High quality GIF and JPEG images may be easily created with the included
encoder. Below is a simple example of the Java source code used to create
a JPEG file from the Linear Barcode Java Package:
import com.idautomation.linear.*;
import com.idautomation.linear.encoder.*;
class CreateJPEGFile {
public static void main ( String [] args ) {
BarCode bc=new BarCode();
bc.code="123456789";
bc.barType=bc.CODE128;
barCodeEncoder bce = new barCodeEncoder(bc, "JPEG", "newfile.jpeg");
System.exit(0);
}
}
Please refer to the
User Manual for more detailed encoder examples.
Java Servlets are used to add barcode support to a dedicated web
server. IDAutomation offers a
tutorial for servlet implementation
with Apache Tomcat. Please refer to the
User Manual for other servlet implementations and additional information.
|
Order the Java Barcode Package
All
orders include free, automatic registration for technical support and
product upgrades for a period of 30 days. Support and upgrades may be
provided beyond 30 days if the
Priority Support
and Upgrade Subscription is purchased when making the order.
License Summary: (Choose the appropriate link to obtain
more details about the license type.)
- The
Developer License allows one (1) developer royalty-free distribution up to
10,000 user licenses.
- The
5 Developer License grants the rights of the Developer License
for up to five (5) developers and 20,000 user licenses.
- The
Unlimited Developer License grants the rights of the Developer
License for an unlimited number of developers and an unlimited number
of user licenses.
- Highly discounted Small and Mid-Size
Company Developer Licenses grant the rights of the
Developer License to
qualifying organizations.
* The applicable Small
or Mid-Size
Company Agreement
must be completed prior to purchase.
|
IDAutomation.com offers secure,
encrypted online ordering by credit card and immediate delivery
via download after the order is approved.
Other ordering options. |
If assistance is needed, please
contact IDAutomation.com.
|
| |