Expand my Community achievements bar.

SOLVED

Pass Parameter/value to pdf through URL

Avatar

Former Community Member

I want to pass a value/variable when calling the .pdf file through URL from another html page. Is it possible to do this? Do i need to do anything on the pdf itself?

Thanks loads.

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can get the access the documents URL using the event.target.URL property, Stefan Cameron has an example of this at http://forms.stefcameron.com/2006/10/20/using-url-requests-in-pdf-forms/

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You can get the access the documents URL using the event.target.URL property, Stefan Cameron has an example of this at http://forms.stefcameron.com/2006/10/20/using-url-requests-in-pdf-forms/