I am bulding a certificate system (ASP) in which a person logs in, I capture
who they are and pull there first and last name from a MSSQL database, I then
want to present a link to the user that says "Print Certificate", this link
will pass the users first and last name to a PDF document. The PDF document is
high res so it will look good when printed, what I can't figure out is how to
display the persons name in the PDF doc. I am sure it has to be displayed in a
form field but I have no idea how to tell the PDF doc to "pull" the name from
the URL string which will have the persons name in a variable.

Any help would be greatly appreciated.

Thanks!

Mitch