From 59f0335d2b030103b36a71712e10d2002eb1cf5e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 5 Jul 2018 21:48:34 +0000 Subject: hyperbar (5jul18) git-svn-id: svn://tug.org/texlive/trunk@48147 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/hyperbar/README.md | 8 ++++++++ Master/texmf-dist/doc/latex/hyperbar/example.pdf | Bin 0 -> 24502 bytes Master/texmf-dist/doc/latex/hyperbar/example.tex | 12 ++++++++++++ Master/texmf-dist/doc/latex/hyperbar/hyperbar.pdf | Bin 0 -> 419345 bytes 4 files changed, 20 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/hyperbar/README.md create mode 100644 Master/texmf-dist/doc/latex/hyperbar/example.pdf create mode 100644 Master/texmf-dist/doc/latex/hyperbar/example.tex create mode 100644 Master/texmf-dist/doc/latex/hyperbar/hyperbar.pdf (limited to 'Master/texmf-dist/doc/latex') 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/hyperbar/example.pdf 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/hyperbar/hyperbar.pdf differ -- cgit v1.2.3