Hi All,
We have installed our application in Server.
This Server has public ip and remote access to client.
All Users from different location will access the Remote Desktop using public ip and they will use the application. Application back end is MS SQL Server.
We have certain reports in our application, which needs to be printed. Now if the print command is given from application, then it will redirect to client's printer.
This process is transfering the print data as Image which is taking more time to transfer the print data and as well it is taking more bandwidth.
Now we want this information to be transfered as text to reduce the data transmission time and bandwidth usage.
For this purpose, we have developed a application for socket communication between the public server and client. So the idea is Client will send the parameter as request to server. Server will process the request, it will run the report in server and convert the data as xml string. This string will be responsed to client. Client will read the string as XML and it will print according.
But we are struggling more to implement this methodology.
My question here is, Is there any other method to overcome our problem or has anyone faced the same problem. If yes, then what kind of solution you have provided.
Please help us to get resolved.
Thanks a lot..!!
We have installed our application in Server.
This Server has public ip and remote access to client.
All Users from different location will access the Remote Desktop using public ip and they will use the application. Application back end is MS SQL Server.
We have certain reports in our application, which needs to be printed. Now if the print command is given from application, then it will redirect to client's printer.
This process is transfering the print data as Image which is taking more time to transfer the print data and as well it is taking more bandwidth.
Now we want this information to be transfered as text to reduce the data transmission time and bandwidth usage.
For this purpose, we have developed a application for socket communication between the public server and client. So the idea is Client will send the parameter as request to server. Server will process the request, it will run the report in server and convert the data as xml string. This string will be responsed to client. Client will read the string as XML and it will print according.
But we are struggling more to implement this methodology.
My question here is, Is there any other method to overcome our problem or has anyone faced the same problem. If yes, then what kind of solution you have provided.
Please help us to get resolved.
Thanks a lot..!!
Comment