e.net
> Subject: [iText-questions] BarcodePostnet
>
> Hi all,
>
> I`m trying to add a table with a BarcodePostnet image to
> already created document . This is my code (barcode128 works
> fine with same code):
>
> BarcodePostnet postNet = new BarcodePostnet(
Hi all,
I`m trying to add a table with a BarcodePostnet image to already created
document . This is my code (barcode128 works fine with same code):
BarcodePostnet postNet = new BarcodePostnet();
postNet.setCode("Probando");
Image imagePN = postNet.createImageWithBarcode(stamper.getUnderContent(
r