networking - Printing solution for PHP web app -


we're developing web application (written in php) company , have remote branches decent connectivity internet. i'm looking solution allow remote branch to:

  1. print receipts using thermal printer
  2. print label package using barcode printer

is there single hardware solution can 2 functions? since web app doesn't have concept of locally-attached printer, possible send data on network , printer? alternatives?

php isn't right platform talk printers. why don't write desktop application in language better os api hooks (c/c++/c#/vb/java/etc) makes http/tcp request on network php app, response tells whatever needs print. local app @ branch printing.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -