I have this situation in which I must print a barcode to a intermec printer (PC43T) and the printer is not installed on the server, as the clients will be using this printing from a web app.
The printer has a ethernet module and we have the Ip and the port (9100 the default one).
As I cannot use PrintToPrinter from the crystal report engine, I've tried to export the report and convert it to a byte array and send it in this way. I've also tried almost all of ExportFormatType formats and still nothing. The printer seems to receive some data but nothing is printed out.
Can you please help me with this issue on how to print crystal report on a remote printer?
I forgot to mention that the communication with the printer is established using client socket and IPEndPoint and it was tested using a .prn file for test and the printer it's working.
Tech stack: VS2017, SAP Crystal report version 13.0