To get the system work, we have to know which prn file goes to which client. When we create a printer using the steps above, we are able to create the prn file in Documents using C# application with running “GoLabel -f 'C:\Test\123.ezpx' -i ' Godex-Prn-Generator” in a command line Use existing port -> FILE: (Print to file)Ī printer name(for example Godex-Prn-Generator) We achieved generating prn file with the following method.Īdd a local printer or network printer with manual settings Rather than sharing printers in the network, we would like to generate the prn file programmatically in the server, send prn file to client and let a process print this prn file using a local printer. The company that I worked for would like to get rid of sharing printers system and develop its own server-client system.