How to create the PDF417 barcode in a Java class.

The following code illustrates how to create a PDF417 barcode in a Java class

6            PDF417 pdf417 = new PDF417(); 
7            pdf417.code = "123456789"; 
8            pdf417.createBarcodeImage("c:/pdf471.gif");