0
Passing URL Parameters
New Here
,
/t5/acrobat-sdk-discussions/passing-url-parameters/td-p/8161222
Feb 22, 2016
Feb 22, 2016
Copy link to clipboard
Copied
Can anybody help with information on how I can pass a URL parameter to a form field in a pdf?
I want to create a certificate that prints the name of the person contained in the web URL on the form.
Any help greatly appreciated.
Steve
TOPICS
Acrobat SDK and JavaScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/passing-url-parameters/m-p/8161223#M72074
Feb 22, 2016
Feb 22, 2016
Copy link to clipboard
Copied
It's very tricky to get it to work correctly... It basically only works when the file is opened inside a web-browser because then you can have access to the URL using a script.
I developed such a script, which can be used to populate a PDF file using URL parameters, if they match the names of the fields in the file. You can purchase it from here: Custom-made Adobe Scripts: Acrobat -- Populate Form Data from URL
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

