LwgImage imagePlanet = codePlanet.createImageWithBarcode(cb, null, null);
BarcodeEAN codeSUPP = new BarcodeEAN();
codeSUPP.setCodeType(Barcode.SUPP5);
codeSUPP.setCode("54995");
codeSUPP.setBaseline(-2);
BarcodeEANSUPP eanSupp = new BarcodeEANSUPP(codeEAN, codeSUPP);
LwgImage imageEANSUPP = eanSupp.createImageWithBarcode(cb, null, Color.blue);
LwgPdfPTable table = new LwgPdfPTable(2);
table.setWidthPercentage(100);
table.getDefaultCell().setBorder(LwgRectangle.NO_BORDER);
table.getDefaultCell().setHorizontalAlignment(LwgElement.ALIGN_CENTER);
table.getDefaultCell().setVerticalAlignment(LwgElement.ALIGN_MIDDLE);