Add Voucher Vault PDF 417 export support

a2911e0738
This commit is contained in:
Sylvia van Os
2021-04-28 12:45:02 +02:00
parent 5feb59612d
commit 78c831cb68
2 changed files with 4 additions and 0 deletions

View File

@@ -84,6 +84,9 @@ public class VoucherVaultImporter implements DatabaseImporter
case "EAN13":
barcodeType = BarcodeFormat.EAN_13;
break;
case "PDF417":
barcodeType = BarcodeFormat.PDF_417;
break;
case "QR":
barcodeType = BarcodeFormat.QR_CODE;
break;