Previous | Next | (P-PDF) Developers
Topic: Re: Applying on certain form fields via template
Conf: (P-PDF) Developers, Msg: 56434
From: prodok
Date: 5/29/2002 05:19 PM
Dan,
if I understand your question right, you want to selectively put fields on
the pages of your document. You can do this with the Template function and
then use the spawnPageFromTemplate() method to get the fields on the
desired pages. In order to have full control over all the fields, you would
create an individual template for every field.
However, if your field location varies from page to page, or you want to
have the form useable with Reader, this method does not work. In these
case, you would better place the fields on every page, and use the display
property for accessin the field.
Hope, thisc an help.
Max Wyss
PRODOK Engineering
Low Paper workflows, Smart documents, PDF forms
CH-8906 Bonstetten, Switzerland
Fax: +41 1 700 20 37
e-mail: mailto:prodok@prodok.ch
http://www.prodok.ch
[ Building Bridges for Information ]
______________________
>Was curious if one had a invisible page with multiple forms fields on it
>which were applied to all pages in a document--could one somehow dictate
>which fields were applied? Say if I have a template which has five
>different items which were created with the form tool, could I somehow use
>javascript to apply only two of the five to all pages in the document?
>