Previous | Next | (P-PDF) JavaScript
Topic: Re: using the 'importAnXFDF' command (Via Email)
Conf: (P-PDF) JavaScript, Msg: 27607
From: prodok
Date: 9/25/2001 09:41 PM
Where do you call the reload function? From the code sample, I assume
that it is in a document level script.
This does not really work. Try the Page Open action on the page the
document is supposed to open instead.
Hope, this can 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:max@prodok.com
http://www.prodok.com
[ Building Bridges for Information ]
______________________
Shameless Plug:
I will have presentations and pre- and post-conference workshops at
the .PDF2001 West Conference in Scottsdale, AZ, Nov. 5 to 7, 2001.
More details at http://www.pdfconference.com.
Workshops:
Nov. 4: Implementing Business Processes based on PDF
Nov. 8: Enhancing PDF Forms
_________________________
>I wan't to import an existing xfdf into my pdf via javadcript every
>time my pdf is loaded.
>My problem is, that i specify the url path, but it doesn't work.
>
>an example:
>
>function reloadFormFromXFDF()
>{
> var url = "http://UV/Mainframes/xxx.xfdf";
>
> this.importAnXFDF(url);
>}
>reloadFormFromXFDF();
>
>I have read in the docs , that you have to
>use "\\/" to represent /, but this doesn't work either.
>Has anybody tried this out before?