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);
}
saveA4ImageToPDF(bufferedImages,bundlePath);
// try {
// printPDF(bundleIpAddress, bundlePath);
// } catch (Exception e) {
// e.printStackTrace();
// }
try {
printPDF(bundleIpAddress, bundlePath);
} catch (Exception e) {
e.printStackTrace();
}
}
public void printPDF(String printerIP, String pdfFilePath) throws Exception {