Prev: Coldfusion and WAP
Next: Itext Problem
From: RyanG24 on 30 Dec 2006 22:31 Hi i want a print page btn, but can i have it so it tells the printer to "fit to page" width wise? also can i have it so it automatically prints ie print popup dosnt appear?
From: Dan Bracuk on 30 Dec 2006 22:38 Printing without prompts can be accomplished with cfexecute. However, that prints to printers known by the server, not necessarily by the user. That may or may not be what you want. As far as fit to page goes, cfdocument gives you a lot of options.
From: RyanG24 on 31 Dec 2006 00:13 ok thanks only one problem with cfdocument tag my server is mx6.1 is the cfdocument tag valid as i am getting errors? if so what else can i use
From: PaulH **AdobeCommunityExpert** on 31 Dec 2006 00:24 RyanG24 wrote: > my server is mx6.1 is the cfdocument tag valid as i am getting errors? > if so what else can i use itext (which powers cfdocument in cf7). search the forums, plenty of examples.
From: BKBK on 31 Dec 2006 01:09
[i]Hi i want a print page btn, but can i have it so it tells the printer to "fit to page" width wise? also can i have it so it automatically prints ie print popup dosnt appear? [/i] You could configure all that in the page itself, using the print options of CSS. |