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?
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?
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.