> I simply want a link that says save page as a PDF that
they can click on.
> Any suggestions how I go about it?
You can't save a PDF of the page as they see it in their web
browser from
your web site, as your web server can't 'see' the page as
they see it.
What you'd need to do is have a button on your web site that
then calls a
server-side script and/or application that can render the web
apge and then
produces a PDF from the content, then streams it back to the
browser of the
person that clicked the link, where they could then save the
PDF file.
I can't see this being a very useful feature for most folks
surfing the web.
It might be useful for a niche audience such as a sales team
or somethign,
but if that's the case, it's probably easier to install
acrobat on their
machines instead.
-Darrel