I have looked at the docs, but this does not answer my question. What I am looking for is a way to name the pdf file yet have it output to the browser and not save to the server.
If I use filename in the cfdocument tag it will save to the server. This is not what I want it to do. I would like it to auto save to my desktop, if you use just <cfdocument format="pdf"> it will do this, BUT, I am stuck with the cfm page name as the pdf filename. Once I add filename to it it wants to save to the server.
Any ideas?