Print web page from database to a dot matrix printer

We have a PHP web application that needs to print a receipt directly to a dot matrix printer with 3 ply papers. We would prefer it prints in ASCII/text mode, so a PDF or Word or Excel document would not do.

What can we do to accomplish this?

Thank you very much.

1 Like

Write it to a TXT file and print that.

Do I have to download the text file, and open it in Notepad, and then click Print?

You should be able to get it to open directly in the browser and then print using the browser print button (provided the browser is appropriately configured)

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.