summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hyperbar/example.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/hyperbar/example.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/hyperbar/example.tex')
-rw-r--r--macros/latex/contrib/hyperbar/example.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/latex/contrib/hyperbar/example.tex b/macros/latex/contrib/hyperbar/example.tex
new file mode 100644
index 0000000000..f5f325dba8
--- /dev/null
+++ b/macros/latex/contrib/hyperbar/example.tex
@@ -0,0 +1,12 @@
+\documentclass{article}
+\usepackage{hyperref,hyperbar}
+\begin{document}
+\begin{Form}
+ \TextField[name=first,width=3cm,charsize=12pt]{Prename}\\
+ \TextField[name=last,width=3cm,charsize=12pt]{Name}\\
+ \BarcodeField[width=10cm,height=1cm,tsv={first,last}]{BarcodeField}\\
+ \BarcodeField[datamatrix,symwidth=10,width=3cm,height=3cm,tsv={first,last}]{BarcodeField2}\\
+ \BarcodeField[qr,width=3cm,height=3cm,tsv={first,last}]{BarcodeField3}
+\end{Form}
+\end{document}
+