Barcode selector
Looks for barcodes within the data field's region and extracts the decoded value. The format of a barcode to be extracted can be additionally configured.
Extracted value, which is encoded in QR code is: https://pdf2data.online/loadTemplate
The supported barcode TYPES are:
Aztec
,DataMatrix
,PDF417
,QR
(2d barcodes)Codabar
,Code39
,Code93
,Code128
,EAN8
,EAN13
,ITF
,RSS-14
,RSS-Expanded
,UPC-A
,UPC-E
(1d barcodes)
You can also select one of the two following formats:
All 1d
for all 1-dimensional barcodesAll 2d
for all 2-dimensional barcodes
Expert mode keyword:
barcode: TYPE
If TYPE is omitted, then all barcode types are accepted.
Output data format:
string
Example (Expert mode)
barcode: 2d
This will select all 2d barcodes in the data field region.
List of selectors