ColdFusion 8 has a cfprint tag you can use to print a PDF. So, you could then use cfdocument to create a pdf in landscape mode, the cfprint to send it to the printer.
Thanks! Ryan Ian Skinner wrote: > I've used these two lines to print a file to a network printer from a > dos command line. > > net use lpt1: \\hardcopy\ApDev > print test.text /d:lpt1 > > Is there an easy way to tell the printer to print this file landscape? > > Do I need to be getting other tools involved in here to do this? > > This is to replace some old code that used to print from the command > line on a Unix box that now resides on a Windows box. The less code > change the better. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302735 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

