322323324325326327328329330331332
if (checksum) { logger.info("Checkum property is not usable on barcode " + type); } return new PDF417Barcode(data); } catch (BarcodeException e) { logger.error("Wrong postnet data supplied", e); return null;
336337338339340341342343344345346
if (BARCODE_PDF417.equals(type)) { try { return new PDF417Barcode(data); } catch (BarcodeException e) { logger.error("Wrong postnet data supplied", e); return null;