I've never approached this problem from a windows platform, its one of those
things that was easy to script in linux.  We did this for Invoices,
warehouse pick lists, and shipping manifest / label printing from a CF app.

However there exists some utilities for windows that you can configure to
watch a directory and submit files to a predefined printer queue, such that
you can write a file to one of these directories from CF and see it appear
on a designated printer.  Google turned up PrintFile -
http://www.lerup.com/printfile/descr.html.

I'm not a huge fan of this solution though, as I would want something I
could trigger when I wanted  and monitor the state of vs a process
monitoring directories to take action.  Also looks like PrintFile is pretty
limited in the raw formats it can work with, so you may have to jump thru
hoops to even get something like that to work.

I'm hoping someone else has a more elegant solution for this.

Trey

On 9/26/06, coldfusion. developer @ att. net coldfusion. developer @ att.
net <[EMAIL PROTECTED]> wrote:
>
>
> Yes Trey you are correct.  I want to do the "send to printer"
> and have it print a page or file that won't be visible or downloadable
> to the user.
>
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254407
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to