Previous | Next | (P-PDF) JavaScript
Topic: using the 'importAnXFDF' command
Conf: (P-PDF) JavaScript, Msg: 27605
From: kirschk
Date: 9/25/2001 09:02 PM
Hi there!
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://111.111.111.111/directory/test.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?
Please help me out on this.
Greets,
Konstantin