I have a text
file that is created by my web application that
resides on a remote
server.
I want to create an RFID Tag from this
formatted text file to a DataMax Printer that resides
on the
clients local
network.
I dont want to havie to load the file into a web
page to view it; in other words, I want it to print to the local printer that the client usually prints to without them having them needing to view the text file.
Is this possible using C#?