[Tugindia] Making PDF forms using LateX

Radhakrishnan CV cvr at river-valley.org
Sat Aug 2 05:08:58 CEST 2003


>>>>> "Aditya" == Aditya Mahajan <aditya_mahajan29 at yahoo.com> writes:

    Aditya> Hi, Is there any method using which I can make PDF forms
    Aditya> using LateX

\usepackage[<options>]{hyperref}

\begin{document}

 \begin{Form}[<form action>]

 .....

 \end{Form}

\end{document}

Form offers several commands: 

* \ChoiceMenu
* \TextField
* \CheckBox
* \PushButton
* \Submit
* \Reset

Please compile the specimen testform.tex bundled with hyperref
package.  I think, there is a limitation that a document can have only
one form.

Radhakrishnan


More information about the tugindia mailing list