summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hyperbar/example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyperbar/example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/hyperbar/example.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperbar/example.tex b/Master/texmf-dist/doc/latex/hyperbar/example.tex
new file mode 100644
index 00000000000..f5f325dba8b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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}
+