How to print to non tax printer by tablet

Asked

Viewed 916 times

0

I created a php system to use in only on the localhost, but I have access to it via tablet via ip / system, but I wanted to print via tablet on the non fiscal printer as I could do ?

  • If you can access via IP there is no modification to be made. If your system already has the ability and print it will print regardless of how it is being connected. If he doesn’t have the ability to print the question is totally different, I believe I can print using the COM ports and there is also the printer_open(), that is via PECL.

1 answer

0


You want to make your server print the document, right?

The simplest solution I know is to use a headless browser - like the Phantomjs and have him access the page and print.

However, I think this is a more complicated solution than setting up the tablet to access the printer. If it is not wireless, you can use the Google Cloud Print Chrome, or set up a print server.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.