Previous | Next | (P-PDF) Acrobat 7
Topic: Re: Pass value to PDF version 7 (Via Email)
Conf: (P-PDF) Acrobat 7, Msg: 135528
From: cdahl
Date: 6/30/2005 01:55 AM
Hi,
> In researching this, I have discovered that FDF is not an option in a
> PDF version 7 created with Designer. I have tried several Javascript
> options to get the URL info and populate the field, but have
> determined that the Document level does not have visibility of the
> Browser URL.
Try this...
// access the URL property of PDF in Acrobat
var objDoc = event.target;
app.objDoc.URL);
So once you've got the Acrobat doc object (in the above example stored
in the objDoc variable) you can call the URL property. Then once you've
got the URL you can parse the string to get your values.
Ensure that in Designer you're using JavaScript as the language for this
operation and not FormCalc.
- Chris.
___________________________________
Chris Dahl - Chief Technology Officer
ARTS PDF / Nitro PDF
chris.dahl@artspdf.com
http://www.artspdf.com/
Official PDFlib Global Integrators