vote up -2 vote down star

how to print a document using codeigniter PHP printer option without printer dialog box?

flag
Have you thought this through? – Mike B Nov 5 at 13:38
Any modern browser will force the print dialogue to come up. – Christopher W. Allen-Poole Nov 5 at 21:04

1 Answer

vote up 5 vote down

You can't - or at least, you can't in any browser I know of. The best you can do is use some JavaScript to throw up a print dialog, and allow the users to click OK.

This is for good reason - if you could print directly, imagine how many malicious sites would send unsolicited junk to your printer.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.