summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hyperbar
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-05 21:48:34 +0000
committerKarl Berry <karl@freefriends.org>2018-07-05 21:48:34 +0000
commit59f0335d2b030103b36a71712e10d2002eb1cf5e (patch)
tree7f617a89e21acd24d2f803dc9a16fa6347135c34 /Master/texmf-dist/doc/latex/hyperbar
parenteef245751e7d3cec3ce8db3dda9f93818e1a7118 (diff)
hyperbar (5jul18)
git-svn-id: svn://tug.org/texlive/trunk@48147 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyperbar')
-rw-r--r--Master/texmf-dist/doc/latex/hyperbar/README.md8
-rw-r--r--Master/texmf-dist/doc/latex/hyperbar/example.pdfbin0 -> 24502 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperbar/example.tex12
-rw-r--r--Master/texmf-dist/doc/latex/hyperbar/hyperbar.pdfbin0 -> 419345 bytes
4 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperbar/README.md b/Master/texmf-dist/doc/latex/hyperbar/README.md
new file mode 100644
index 00000000000..249accfdb00
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hyperbar/README.md
@@ -0,0 +1,8 @@
+# hyperbar [![CTAN](https://img.shields.io/badge/CTAN-hyperbar-blue.svg?style=flat-square)](https://ctan.org/pkg/hyperbar)
+
+> This package allows to add interactive Barcode fields to PDF forms
+
+To install, you can run `tex hyperbar.dtx` and copy the generated file `hyperbar.sty` to a directory in the search path of your TeX installation.
+For quick evaluation, you can also rename `hyperbar.dtx` to `hyperbar.sty` and use that file directly.
+
+This package is released under the LaTeX Project Public License v1.3c or any later version, see http://www.latex-project.org/lppl.txt for the full text of the license.
diff --git a/Master/texmf-dist/doc/latex/hyperbar/example.pdf b/Master/texmf-dist/doc/latex/hyperbar/example.pdf
new file mode 100644
index 00000000000..3d5993aee56
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hyperbar/example.pdf
Binary files differ
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}
+
diff --git a/Master/texmf-dist/doc/latex/hyperbar/hyperbar.pdf b/Master/texmf-dist/doc/latex/hyperbar/hyperbar.pdf
new file mode 100644
index 00000000000..2974ac451ce
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hyperbar/hyperbar.pdf
Binary files differ