up vote -2 down vote favorite
share [g+] share [fb]

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

link|improve this question

64% accept rate
3  
Have you thought this through? – Mike B Nov 5 '09 at 13:38
Any modern browser will force the print dialogue to come up. – cwallenpoole Nov 5 '09 at 21:04
feedback

2 Answers

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|improve this answer
feedback

@saranya, I'm using cups to print from a webpage to a thermal printer, our PHP app is running on apache/linux and cups is installed on the server configured to a default thermal printer.

Have a look at http://cups.org

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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