Fill-in Forms
Dong Hoon Van Uytsel at KULeuvenNet
Newsgroups: comp.text.tex
On Wed, 14 May 2003, PD Dr. Hans-Christian Waldmann wrote:
>
>having read through what's available pertaining to pdf(La)Tex
>in my teTeX-Installation's documentation (UNIX) I still have no
>idea on how to actually produce fill-in textfields in a pdf
>document form pdftex. Could anybody please shed some light on
>the details of \pdfxform and the like by providing a short
>example ?`
with pdflatex:
\usepackage[pdftex]{hyperref}
...
\begin{Form}
...
Name: \TextField[width=10ex]{name}
...
\end{Form}
more explanation in the hyperref manual, section 6, page 8