add Total Pieces in master bundle barcode

add_QRCode
Usama Khan 2025-02-27 00:05:48 -08:00
parent 2409930d90
commit b06178cdb4
1 changed files with 5 additions and 5 deletions

View File

@ -230,11 +230,11 @@ public class BarcodeService {
bufferedImages.add(a4Image); bufferedImages.add(a4Image);
} }
saveA4ImageToPDF(bufferedImages,bundlePath); saveA4ImageToPDF(bufferedImages,bundlePath);
// try { try {
// printPDF(bundleIpAddress, bundlePath); printPDF(bundleIpAddress, bundlePath);
// } catch (Exception e) { } catch (Exception e) {
// e.printStackTrace(); e.printStackTrace();
// } }
} }
public void printPDF(String printerIP, String pdfFilePath) throws Exception { public void printPDF(String printerIP, String pdfFilePath) throws Exception {