I am developing a web application in PHP and we need to print some files / tags from this web application. The web application is hosted on a third-party hosting provider. Thermal printers are available on the network, which can be accessed through Windows SBS 2008. Thus, both the web application and the SBS server are in two different versions.
SBS 2008 windows are accessed through the public domain / IP. IIS currently runs on a single server.
Is there a way to print files from the Internet by sending a command to the SBS server, something like an API request with authentication through Curl or Soap, etc.
Please note: I have limited access to the system, so installing any software on the SBS server is not practical.
source
share