How to print on non-fiscal printer by tablet [closed]

0

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

    
asked by anonymous 14.03.2017 / 20:08

1 answer

0

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

The simplest solution I know is to use a headless browser - such as PhantomJS and have it accessed and printed.

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

    
15.03.2017 / 18:17