File: fde0001.tex

package info (click to toggle)
texlive-doc 2009-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 192,004 kB
  • ctags: 4,774
  • sloc: perl: 12,760; xml: 11,870; makefile: 1,033; lisp: 394; sh: 229; awk: 205; java: 159; sed: 4
file content (33 lines) | stat: -rw-r--r-- 1,398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\subsection{Copyright}
Copyright (c) 2007 Dirk Krause\\*[0.5em]
Permission is granted to copy, distribute and/or modify this document
under the terms of the \textsc{gnu} Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts.\\
A copy of the license is included in the appendix in a section
named ``\textsc{gnu} Free Documentation License''.
\subsection{Purpose of this tutorial}
This tutorial shows how to create \textsc{pdf} forms using
pdf\LaTeX{}, hyperref and insdljs. The focus is set on forms
which are filled interactively on screen and printed.

You need a \LaTeX{} distribution, pdflatex, hyperref and
insdljs must be installed. The insdljs package is a part of
the AcroTeX Education Bundle, see
\url{http://www.acrotex.net}.

You should have the following additional documentation
available:
\begin{itemize}
\item	the hyperref manual: \cite{hyperref:manual},
\item	guides, specifications and references for
	Acrobat JavaScript:
	\cite{pdf:javascript}, \cite{pdf:scripting:guide}
	and \cite{pdf:scripting:reference} and
\item	the \textsc{pdf} file format reference: \cite{pdf:reference}.

This tutorial shows three examples, the first one is developed
step-by-step. The final versions of the forms are
``ex0011'', ``ex0101'' and ``ex0201''.
\end{itemize}