I wonder whether it is possible to do that through the usual
scripting. Coldfusion ignores all HTML and CFML outside the
<cfdocument format="pdf"> </cfdocument> tag pair. But
that is precisely where we would want to put the code that
instructs the browser to print.
To illustrate, the following (browser-independent?) code will
call up the printing interface. However, it wont anymore when you
activate the cfdocument tag.