Reg : 2D BarCode Generation

Hello ,

What is the Difference between PDF417 BarCode and PDF417 2D Barcode ?
The aspect ratio is .25 with an error correction level of ECC 4. Can I Generate a PDF417 2D BarCode with those Values Mentioned above with 1040 bytes of data in it.
What is the Cost of Aspose 2D BarCode for Java ?

Thanks
Srihari


This message was posted using Email2Forum by ShL77.

Hi Srihari,

Thanks for considering Aspose.

There are 2 types of barcodes regarding dimensions. 1D and 2D. PDF417 comes in the 2D category. There is no difference between PDF417 and PDF417 2D barcode.

You can generate your required barcode using the following code in Java:

BarCodeBuilder b = new BarCodeBuilder();
b.setSymbology(Symbology.PDF417);
b.setCodeText(“testing-pdf417”);
b.setPDF417AspectRatio(0.25);
b.setPDF417ErrorLevel(PDF417ErrorLevel.LEVEL4);
b.save(“c:\test.png”);
For pricing information of Aspose.BarCode for Java, please visit

https://purchase.aspose.com/pricing