I know that you can invoke the print dialog inside Adobe Acrobat reader using javascript when using it as an activeX or plugin object, and if you set cfdocument to be landscape, it will pass that on to the .pdf file, which will select landscape by default inside of Adobe Acrobat. So, you would have to write the pdf to the web filesystem, then embed the pdf inside your page and on an onLoad() to trigger the print dialog. Why not do that?
Chris -----Original Message----- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 1:04 PM To: CF-Talk Subject: Re: REPOST: Re: CFDOCUMNET and print orientation > The general consensus seems to be that when it comes to modifying what > comes up in a print dialog box, your options are very limited, and > none of them can be done via CF. I've heard people mention ActiveX controls. > > -- Josh Thanks Josh....as I suspected...same issues as always ;-) Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com Notice: This message, including any attachments, is confidential and may contain information that is privileged or exempt from disclosure. It is intended only for the person to whom it is addressed unless expressly authorized otherwise by the sender. If you are not an authorized recipient, please notify the sender immediately and permanently destroy all copies of this message and attachments. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273907 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

