1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
# hyperbar package
# Matthew Bertucci 11/10/2021 for v0.1
#include:hyperref
\BarcodeField{label}#/Form
\BarcodeField[options%keyvals]{label}#/Form
#keyvals:\BarcodeField
# hyperbar specific keys
qr
datamatrix
pdf417
symwidth=##L
symfactor=#1,2,3,4
ecc=%<integer%>
tsv={%<field1,field2,...%>}
# hyperref form keys
accesskey
align=#0,1,2
altname
backgroundcolor=#%color
bordercolor=#%color
bordersep=##L
borderwidth=##L
calculate
charsize=##L
checkboxsymbol
checked#true,false
color=#%color
combo#true,false
default
disabled#true,false
format
height=##L
hidden#true,false
keystroke
mappingname
maxlen
menulength
multiline#true,false
name
onblur
onchange
onclick
ondbclick
onfocus
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
onselect
password#true,false
popdown#true,false
radio#true,false
radiosymbol
readonly#true,false
rotation
tabkey
validate
value
width=##L
#endkeyvals
\qBarcodeFld#*
\DefaultOptionsofBarcode#*
\LayoutBarcodeField{arg1}{arg2}#*
\MakeBarcodeField{arg1}{arg2}#*
|