com.cete.dynamicpdf.pageelements.barcoding | Programming With Generator for Java | Getting Started

Welcome > Generator >Programming > Bar Codes

DynamicPDF™ Generator for Java has built-in support for Bar Codes. These Bar Codes are rendered using vector based graphics and can be scaled to any size without loosing resolution. The bar codes are page elements and can be placed on a page in the same manner as other page elements. The following Bar Codes are supported:

Adding a Bar Code to a page is very straight forward:

[Java]
        // Add a bar code to a page.
        page1.getElements().add(new Code128("Barcode Data", 0, 0, 20));

See Also 

com.cete.dynamicpdf.pageelements.barcoding | Programming With Generator for Java | Getting Started