diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperbar/README.md | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperbar/example.pdf | bin | 0 -> 24502 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperbar/example.tex | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperbar/hyperbar.pdf | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000000..3d5993aee56 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hyperbar/example.pdf 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 Binary files differnew file mode 100644 index 00000000000..2974ac451ce --- /dev/null +++ b/Master/texmf-dist/doc/latex/hyperbar/hyperbar.pdf |