Asked by ronipats
at 2024-03-21 22:01:16
Point:500 Replies:5 POST_ID:828902USER_ID:10
Topic:
PHP Scripting Language;;
Hi all,
i am developing a bill application in php, mysql.
I have designed and developed bill.php form in which, on pressing print button, i want to print the bill to printer.
I have designed onw bill report in using fpdf. so the format of bill is .pdf.
Now each time i press on print button, bill.pdf file is getting previewed and then only i am able to take print out of it.
What i want to do is, i want to print that bill to printer without generating preview, or opening any sort of popup window. Again it should be fast enough.
How can i do that.
Any solution other than fpdf is there, then also it is welcomed.
i am developing a bill application in php, mysql.
I have designed and developed bill.php form in which, on pressing print button, i want to print the bill to printer.
I have designed onw bill report in using fpdf. so the format of bill is .pdf.
Now each time i press on print button, bill.pdf file is getting previewed and then only i am able to take print out of it.
What i want to do is, i want to print that bill to printer without generating preview, or opening any sort of popup window. Again it should be fast enough.
How can i do that.
Any solution other than fpdf is there, then also it is welcomed.