From: RyanG24 on
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
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
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
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
[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.



 |  Next  |  Last
Pages: 1 2 3
Prev: Coldfusion and WAP
Next: Itext Problem